MoCSI API Reference
Loading...
Searching...
No Matches
Classes
CsrMatrix.h File Reference
#include <algorithm>
#include <iostream>
#include <tuple>
#include <valarray>
#include <vector>
#include "GenericMatrix.h"
Include dependency graph for CsrMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StaticSparseMatrixAccessError
 
class  CsrSparseMatrix< T >
 Concrete implementation of a matrix class representing a Compressed Sparse Rows (CSR) matrix. This class provides basic element-wise arithmetic operations and access functionality. It also includes a build-up feature that allows elements to be registered using the Coordinate (COO) format prior to finalization. Note: Adding elements after the initial build-up is not supported, as it is inefficient and unnecessary for static mesh use cases. More...