SpECTRE
v2025.03.17
|
Matrix representation of the linear operator. Stored as sparse matrix. The full matrix has size total_num_points
by total_num_points
. Each element only stores the rows corresponding to its grid points (starting at local_first_index
), but all columns.
More...
#include <BuildMatrix.hpp>
Public Types | |
using | type = blaze::CompressedMatrix< ValueType > |
Matrix representation of the linear operator. Stored as sparse matrix. The full matrix has size total_num_points
by total_num_points
. Each element only stores the rows corresponding to its grid points (starting at local_first_index
), but all columns.