2#include "sparse_block_matrix.h"
3#include "sparse_block_matrix_ccs.h"
17 template <
typename MatrixType>
36 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
LinearSolverCCS()
Default constructor.
void initMatrixStructure(const SparseBlockMatrix< MatrixType > &A)
Initializes the CCS structure from a SparseBlockMatrix.
SparseBlockMatrixCCS< MatrixType > _ccsMatrix
Cached CCS representation of the sparse block matrix.
Sparse matrix which uses blocks.
Sparse matrix which uses blocks.
The primary namespace for the NDEVR SDK.