![]() |
MoCSI API Reference
|
#include <algorithm>#include <iostream>#include <tuple>#include <valarray>#include <vector>#include "CoreEnums.h"#include "GenericMatrix.h"

Go to the source code of this file.
Classes | |
| class | StaticSparseMatrixAccessError |
| Error class to be thrown when a zero element is tried to be accessed as a reference. More... | |
| 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... | |