| data() const | axom::numerics::Matrix< T > | |
| data() | axom::numerics::Matrix< T > | |
| empty() const | axom::numerics::Matrix< T > | inline |
| fill(const T &val) | axom::numerics::Matrix< T > | |
| fillColumn(IndexType j, const T &val) | axom::numerics::Matrix< T > | |
| fillDiagonal(const T &val) | axom::numerics::Matrix< T > | |
| fillRow(IndexType i, const T &val) | axom::numerics::Matrix< T > | |
| getColumn(IndexType j) const | axom::numerics::Matrix< T > | |
| getColumn(IndexType j) | axom::numerics::Matrix< T > | |
| getDiagonal(T *diagonal) const | axom::numerics::Matrix< T > | |
| getDiagonal(IndexType &p, IndexType &N) const | axom::numerics::Matrix< T > | |
| getDiagonal(IndexType &p, IndexType &N) | axom::numerics::Matrix< T > | |
| getDiagonalSize() const | axom::numerics::Matrix< T > | inline |
| getNumColumns() const | axom::numerics::Matrix< T > | inline |
| getNumRows() const | axom::numerics::Matrix< T > | inline |
| getRow(IndexType i, IndexType &p, IndexType &N) const | axom::numerics::Matrix< T > | |
| getRow(IndexType i, IndexType &p, IndexType &N) | axom::numerics::Matrix< T > | |
| identity(int n) | axom::numerics::Matrix< T > | static |
| isIdentity() const | axom::numerics::Matrix< T > | |
| isSquare() const | axom::numerics::Matrix< T > | inline |
| Matrix() | axom::numerics::Matrix< T > | inline |
| Matrix(int rows, int cols, T val=static_cast< T >(0)) | axom::numerics::Matrix< T > | |
| Matrix(int rows, int cols, T *data, bool useExternal=false) | axom::numerics::Matrix< T > | |
| Matrix(const Matrix< T > &m) | axom::numerics::Matrix< T > | |
| ones(int nrows, int ncols) | axom::numerics::Matrix< T > | static |
| operator()(IndexType i, IndexType j) const | axom::numerics::Matrix< T > | |
| operator()(IndexType i, IndexType j) | axom::numerics::Matrix< T > | |
| operator=(const Matrix< T > &rhs) | axom::numerics::Matrix< T > | |
| swapColumns(IndexType i, IndexType j) | axom::numerics::Matrix< T > | |
| swapRows(IndexType i, IndexType j) | axom::numerics::Matrix< T > | |
| usesExternalBuffer() const | axom::numerics::Matrix< T > | inline |
| zeros(int nrows, int ncols) | axom::numerics::Matrix< T > | static |
| ~Matrix() | axom::numerics::Matrix< T > | |