SpECTRE  v2025.03.17
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
LinearSolver::Tags::Matrix< ValueType > Struct Template Reference

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 >
 

Detailed Description

template<typename ValueType>
struct LinearSolver::Tags::Matrix< 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.


The documentation for this struct was generated from the following file: