axpy(Mdouble a, const SmallMatrix &x) | SmallMatrix< numberOfRows, numberOfColumns > | inline |
computeWedgeStuffVector() const | SmallMatrix< numberOfRows, numberOfColumns > | |
data() | SmallMatrix< numberOfRows, numberOfColumns > | inline |
data() const | SmallMatrix< numberOfRows, numberOfColumns > | inline |
data_ | SmallMatrix< numberOfRows, numberOfColumns > | private |
determinant() const | SmallMatrix< numberOfRows, numberOfColumns > | |
getColumn(unsigned int j) const | SmallMatrix< numberOfRows, numberOfColumns > | inline |
getNCols() const | SmallMatrix< numberOfRows, numberOfColumns > | inline |
getNRows() const | SmallMatrix< numberOfRows, numberOfColumns > | inline |
getNumberOfColumns() const | SmallMatrix< numberOfRows, numberOfColumns > | inline |
getNumberOfRows() const | SmallMatrix< numberOfRows, numberOfColumns > | inline |
getRow(unsigned int i) const | SmallMatrix< numberOfRows, numberOfColumns > | inline |
inverse() const | SmallMatrix< numberOfRows, numberOfColumns > | |
LUfactorisation() const | SmallMatrix< numberOfRows, numberOfColumns > | |
operator()(unsigned int n, unsigned int m) | SmallMatrix< numberOfRows, numberOfColumns > | inline |
operator()(unsigned int n, unsigned int m) const | SmallMatrix< numberOfRows, numberOfColumns > | inline |
operator*(SmallVector< numberOfColumns > &right) | SmallMatrix< numberOfRows, numberOfColumns > | |
operator*(SmallVector< numberOfColumns > &right) const | SmallMatrix< numberOfRows, numberOfColumns > | |
operator*(const Mdouble &right) const | SmallMatrix< numberOfRows, numberOfColumns > | inline |
operator*(const SmallMatrix< numberOfColumns, K > &other) | SmallMatrix< numberOfRows, numberOfColumns > | |
operator*(const SmallMatrix< numberOfColumns, K > &other) const | SmallMatrix< numberOfRows, numberOfColumns > | |
operator*=(const Mdouble &scalar) | SmallMatrix< numberOfRows, numberOfColumns > | inline |
operator*=(const SmallMatrix< numberOfColumns, numberOfColumns > &other) | SmallMatrix< numberOfRows, numberOfColumns > | |
operator+(const SmallMatrix &other) const | SmallMatrix< numberOfRows, numberOfColumns > | inline |
operator+=(const SmallMatrix &other) | SmallMatrix< numberOfRows, numberOfColumns > | inline |
operator-(const SmallMatrix &other) const | SmallMatrix< numberOfRows, numberOfColumns > | inline |
operator-() const | SmallMatrix< numberOfRows, numberOfColumns > | inline |
operator-=(const SmallMatrix &other) | SmallMatrix< numberOfRows, numberOfColumns > | inline |
operator/(const Mdouble &scalar) const | SmallMatrix< numberOfRows, numberOfColumns > | inline |
operator/=(const Mdouble &scalar) | SmallMatrix< numberOfRows, numberOfColumns > | inline |
operator=(const SmallMatrix &right) | SmallMatrix< numberOfRows, numberOfColumns > | inline |
operator=(SmallMatrix &&right) | SmallMatrix< numberOfRows, numberOfColumns > | inline |
operator[](const unsigned int n) | SmallMatrix< numberOfRows, numberOfColumns > | inline |
operator[](const unsigned int n) const | SmallMatrix< numberOfRows, numberOfColumns > | inline |
size() const | SmallMatrix< numberOfRows, numberOfColumns > | inline |
SmallMatrix() | SmallMatrix< numberOfRows, numberOfColumns > | inline |
SmallMatrix(const SmallVector< numberOfRows > &other) | SmallMatrix< numberOfRows, numberOfColumns > | inline |
SmallMatrix(const Mdouble &c) | SmallMatrix< numberOfRows, numberOfColumns > | inline |
SmallMatrix(const std::initializer_list< SmallVector< numberOfRows >> &entries) | SmallMatrix< numberOfRows, numberOfColumns > | inline |
SmallMatrix(const SmallMatrix &other) | SmallMatrix< numberOfRows, numberOfColumns > | inline |
SmallMatrix(std::array< SmallVector< numberOfRows >, numberOfColumns > entries) | SmallMatrix< numberOfRows, numberOfColumns > | inline |
SmallMatrix(SmallMatrix &&other) | SmallMatrix< numberOfRows, numberOfColumns > | inline |
solve(SmallMatrix< numberOfRows, numberOfRightHandSideColumns > &B) const | SmallMatrix< numberOfRows, numberOfColumns > | |
solve(SmallVector< numberOfRows > &b) const | SmallMatrix< numberOfRows, numberOfColumns > | |
transpose() const | SmallMatrix< numberOfRows, numberOfColumns > | inline |