6 #ifndef MYRAMATH_SPARSE_CONJUGATE_H     7 #define MYRAMATH_SPARSE_CONJUGATE_H    14 #include <myramath/MYRAMATH_EXPORT.h>    19 template<
class Number> 
class SparseMatrix;
    20 template<
class Number> 
class CSparseMatrixRange;
 Represents a mutable SparseMatrixRange. 
Definition: conjugate.h:21
Various utility functions/classes related to scalar Number types. 
Represents a const SparseMatrixRange. 
Definition: bothcat.h:24
Stores an IxJ matrix A in compressed sparse column format. 
Definition: bothcat.h:23