cols() const | Kaskade::SLAPMatrix< Num, offset > | inline |
LDA() const | Kaskade::SLAPMatrix< Num, offset > | inline |
num_columns() const | Kaskade::SLAPMatrix< Num, offset > | inline |
num_rows() const | Kaskade::SLAPMatrix< Num, offset > | inline |
operator()(int r, int c) const | Kaskade::SLAPMatrix< Num, offset > | inline |
operator()(int r, int c) | Kaskade::SLAPMatrix< Num, offset > | inline |
operator*=(Num alpha) | Kaskade::SLAPMatrix< Num, offset > | inline |
print() const | Kaskade::SLAPMatrix< Num, offset > | inline |
ptrToData() | Kaskade::SLAPMatrix< Num, offset > | inline |
rows() const | Kaskade::SLAPMatrix< Num, offset > | inline |
scaleCols(std::vector< Num > scaling) | Kaskade::SLAPMatrix< Num, offset > | inline |
scaleRows(std::vector< Num > scaling) | Kaskade::SLAPMatrix< Num, offset > | inline |
size() | Kaskade::SLAPMatrix< Num, offset > | inline |
SLAPMatrix(Mat const &mat) | Kaskade::SLAPMatrix< Num, offset > | inline |
SLAPMatrix(SLAPMatrix< Num, offset > const &mat) | Kaskade::SLAPMatrix< Num, offset > | inline |
SLAPMatrix(int row_, int col_, int lda_=-1) | Kaskade::SLAPMatrix< Num, offset > | inline |
SLAPMatrix(MatrixAsTriplet< Num > const &mat) | Kaskade::SLAPMatrix< Num, offset > | inline |
toMatrix(Mat &M) | Kaskade::SLAPMatrix< Num, offset > | inline |
toTriplet(MatrixAsTriplet< RT > &M) | Kaskade::SLAPMatrix< Num, offset > | inline |