19 template <
typename T,
typename indexT,
bool columnMajor>
27 indexT *innerIdx =
nullptr;
38 void calculateCompSize();
82 T
coeff(uint32_t index);
107 uint32_t getLength();
112 T *getValues()
const;
117 indexT *getInnerIndices()
const;
136 T operator[](uint32_t index);
Definition: IVCSC_Vector.hpp:25
Vector()
Definition: CSC_Vector.hpp:50
Definition: CSC_SparseMatrix.hpp:24
uint32_t innerSize() const
Definition: IVSparse_Base_Methods.hpp:33
uint32_t nonZeros() const
Definition: IVSparse_Base_Methods.hpp:39
size_t byteSize() const
Definition: IVSparse_Base_Methods.hpp:42
uint32_t outerSize() const
Definition: IVSparse_Base_Methods.hpp:36
Definition: IVCSC_SparseMatrix.hpp:29
T coeff(uint32_t row, uint32_t col)
Definition: IVCSC_Methods.hpp:17
void print()
Definition: IVCSC_Methods.hpp:97