20 template <
typename T,
typename indexT,
bool columnMajor>
30 indexT *innerIdx =
nullptr;
41 void calculateCompSize();
84 T
coeff(uint32_t index);
109 uint32_t getLength();
114 T *getValues()
const;
119 indexT *getInnerIndices()
const;
138 T operator[](uint32_t index);
Definition: IVCSC_Vector.hpp:27
Vector()
Definition: CSC_Vector.hpp:53
Definition: CSC_SparseMatrix.hpp:24
uint32_t innerSize() const
Definition: IVSparse_Base_Methods.hpp:28
uint32_t nonZeros() const
Definition: IVSparse_Base_Methods.hpp:34
size_t byteSize() const
Definition: IVSparse_Base_Methods.hpp:37
uint32_t outerSize() const
Definition: IVSparse_Base_Methods.hpp:31
Definition: IVCSC_SparseMatrix.hpp:27
T coeff(uint32_t row, uint32_t col)
Definition: IVCSC_Methods.hpp:17
void print()
Definition: IVCSC_Methods.hpp:64