MatrixCSR.h File Reference
#include <Core/Matrix/MatrixExpression.h>
#include <Core/Vector/VectorExpression.h>
#include <Core/Matrix/MatrixCSR-Impl.h>
Go to the source code of this file.
Classes | |
class | CubbyFlow::MatrixCSR< T > |
Compressed Sparse Row (CSR) matrix class. More... | |
class | CubbyFlow::MatrixCSRVectorMul< T, VE > |
Vector expression for CSR matrix-vector multiplication. More... | |
class | CubbyFlow::MatrixCSRMatrixMul< T, ME > |
Matrix expression for CSR matrix-matrix multiplication. More... | |
class | CubbyFlow::MatrixCSR< T > |
Compressed Sparse Row (CSR) matrix class. More... | |
struct | CubbyFlow::MatrixCSR< T >::Element |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::MatrixCSRF = MatrixCSR< float > |
Float-type CSR matrix. More... | |
using | CubbyFlow::MatrixCSRD = MatrixCSR< double > |
Double-type CSR matrix. More... | |