#include <SparseMatrixTypes.h>
Data Fields | |
| int | column_index |
| The column index of this entry in the original matrix. More... | |
| scalar | val |
| The value of this entry. More... | |
| int sparse_entry::column_index |
The column index of this entry in the original matrix.
Referenced by SparseMatrixFixedPattern::apply(), ConjugateGradientSolver::apply_matrix(), SparseMatrixFixedPattern::block_apply(), SparseMatrixFixedPattern::check_symmetry(), SparsityPattern::create_sparse_matrix(), SparseMatrixFixedPattern::get_num_columns(), SparseMatrixFixedPattern::init(), ConjugateGradientSolver::init(), and ConjugateGradientSolver::parallel_sparse_matrix_apply().
| scalar sparse_entry::val |
The value of this entry.
Referenced by SparseMatrixFixedPattern::apply(), ConjugateGradientSolver::apply_matrix(), SparseMatrixFixedPattern::block_apply(), SparseMatrixFixedPattern::build(), SparsityPattern::create_sparse_matrix(), SparseMatrixFixedPattern::init(), ConjugateGradientSolver::init(), and ConjugateGradientSolver::parallel_sparse_matrix_apply().