6 #ifndef MYRAMATH_SPARSE_BOTHCAT_H     7 #define MYRAMATH_SPARSE_BOTHCAT_H    14 #include <myramath/MYRAMATH_EXPORT.h>    20 template<
class T> 
class Array2;
 Container of values, allows random (i,j) access. 
Definition: Array2.h:30
Represents an immutable view of a Pattern. 
Definition: PatternRange.h:31
Various utility functions/classes related to scalar Number types. 
Represents a const SparseMatrixRange. 
Definition: bothcat.h:24
Holds the nonzero pattern of a sparse matrix. 
Definition: Pattern.h:55
Stores an IxJ matrix A in compressed sparse column format. 
Definition: bothcat.h:23