sparsity_pattern = &sp;
- const unsigned int n_rows = sparsity_pattern->n_rows();
- const unsigned int *rowstart_indices = sparsity_pattern->get_rowstart_indices();
- const unsigned int *col_nums = sparsity_pattern->get_column_numbers();
+ const unsigned int
+ n_rows = sparsity_pattern->n_rows();
+ const unsigned int
+ *rowstart_indices = sparsity_pattern->get_rowstart_indices();
+ const unsigned int
+ *col_nums = sparsity_pattern->get_column_numbers();
// first count number of nonzero
// elements in the upper right
// set LA and fill the A array of
// values
- LA=static_cast<int>(NRLNEC * LA_factor);
+ LA = static_cast<int>(NRLNEC * LA_factor);
A.resize (LA);
fill_A (matrix);
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams