almostEquals(Matrix3D< double, double > &other, double tol) | rr::Matrix3D< IndexType, DataType > | inline |
colSliceByName(const std::vector< std::string > &rowNames) | rr::Matrix3D< IndexType, DataType > | inline |
deleteCol(const int &which) | rr::Matrix3D< IndexType, DataType > | inline |
deleteCol(const std::string &which) | rr::Matrix3D< IndexType, DataType > | inline |
deleteRow(const int &which) | rr::Matrix3D< IndexType, DataType > | inline |
deleteRow(const std::string &which) | rr::Matrix3D< IndexType, DataType > | inline |
getColNames() | rr::Matrix3D< IndexType, DataType > | inline |
getIndex() const | rr::Matrix3D< IndexType, DataType > | inline |
getItem(IndexType idx) | rr::Matrix3D< IndexType, DataType > | inline |
getRowNames() | rr::Matrix3D< IndexType, DataType > | inline |
insert(IndexType idx, Matrix< DataType > mat) (defined in rr::Matrix3D< IndexType, DataType >) | rr::Matrix3D< IndexType, DataType > | inline |
Matrix3D()=default | rr::Matrix3D< IndexType, DataType > | |
Matrix3D(int numRows, int numCols, int numZ) | rr::Matrix3D< IndexType, DataType > | inline |
Matrix3D(std::initializer_list< IndexType > idx, Matrix3DInitializer data) (defined in rr::Matrix3D< IndexType, DataType >) | rr::Matrix3D< IndexType, DataType > | inline |
numCols() | rr::Matrix3D< IndexType, DataType > | inline |
numRows() | rr::Matrix3D< IndexType, DataType > | inline |
numZ() | rr::Matrix3D< IndexType, DataType > | inline |
operator!=(Matrix3D< IndexType, DataType > &other) | rr::Matrix3D< IndexType, DataType > | inline |
operator<< (defined in rr::Matrix3D< IndexType, DataType >) | rr::Matrix3D< IndexType, DataType > | friend |
operator==(Matrix3D< IndexType, DataType > &other) | rr::Matrix3D< IndexType, DataType > | inline |
operator[](int idx) | rr::Matrix3D< IndexType, DataType > | inline |
pushBack(IndexType idx, Matrix< DataType > mat) (defined in rr::Matrix3D< IndexType, DataType >) | rr::Matrix3D< IndexType, DataType > | inline |
setColNames(const std::vector< std::string > &colNames) | rr::Matrix3D< IndexType, DataType > | inline |
setKthMatrix(int k, IndexType idx, Matrix< DataType > data) (defined in rr::Matrix3D< IndexType, DataType >) | rr::Matrix3D< IndexType, DataType > | inline |
setRowNames(const std::vector< std::string > &rowNames) | rr::Matrix3D< IndexType, DataType > | inline |
slice(int k) | rr::Matrix3D< IndexType, DataType > | inline |
slice(int k, int j) | rr::Matrix3D< IndexType, DataType > | inline |
slice(int k, int j, int i) | rr::Matrix3D< IndexType, DataType > | inline |