|
CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
|
This is the complete list of members for cifti::FloatMatrix, including all inherited members.
| concatHoriz(const FloatMatrix &right) const | cifti::FloatMatrix | |
| concatVert(const FloatMatrix &bottom) const | cifti::FloatMatrix | |
| FloatMatrix() (defined in cifti::FloatMatrix) | cifti::FloatMatrix | inline |
| FloatMatrix(const std::vector< std::vector< float > > &matrixIn) | cifti::FloatMatrix | |
| FloatMatrix(const int64_t &rows, const int64_t &cols) | cifti::FloatMatrix | |
| getAffineVectors(Vector3D &xvec, Vector3D &yvec, Vector3D &zvec, Vector3D &offset) const | cifti::FloatMatrix | |
| getDimensions(int64_t &rows, int64_t &cols) const | cifti::FloatMatrix | |
| getMatrix() const | cifti::FloatMatrix | |
| getNumberOfColumns() | cifti::FloatMatrix | inline |
| getNumberOfRows() | cifti::FloatMatrix | inline |
| getRange(const int64_t firstRow, const int64_t afterLastRow, const int64_t firstCol, const int64_t afterLastCol) const | cifti::FloatMatrix | |
| identity(const int64_t rows) | cifti::FloatMatrix | static |
| inverse() const | cifti::FloatMatrix | |
| ones(const int64_t rows, const int64_t cols) | cifti::FloatMatrix | static |
| operator!=(const FloatMatrix &right) const (defined in cifti::FloatMatrix) | cifti::FloatMatrix | |
| operator*(const FloatMatrix &right) const (defined in cifti::FloatMatrix) | cifti::FloatMatrix | |
| operator*=(const FloatMatrix &right) (defined in cifti::FloatMatrix) | cifti::FloatMatrix | |
| operator*=(const float &right) (defined in cifti::FloatMatrix) | cifti::FloatMatrix | |
| operator+(const FloatMatrix &right) const (defined in cifti::FloatMatrix) | cifti::FloatMatrix | |
| operator+=(const FloatMatrix &right) (defined in cifti::FloatMatrix) | cifti::FloatMatrix | |
| operator+=(const float &right) (defined in cifti::FloatMatrix) | cifti::FloatMatrix | |
| operator-(const FloatMatrix &right) const (defined in cifti::FloatMatrix) | cifti::FloatMatrix | |
| operator-() const (defined in cifti::FloatMatrix) | cifti::FloatMatrix | |
| operator-=(const FloatMatrix &right) (defined in cifti::FloatMatrix) | cifti::FloatMatrix | |
| operator-=(const float &right) (defined in cifti::FloatMatrix) | cifti::FloatMatrix | |
| operator/=(const float &right) (defined in cifti::FloatMatrix) | cifti::FloatMatrix | |
| operator==(const FloatMatrix &right) const (defined in cifti::FloatMatrix) | cifti::FloatMatrix | |
| operator[](const int64_t &index) (defined in cifti::FloatMatrix) | cifti::FloatMatrix | |
| operator[](const int64_t &index) const (defined in cifti::FloatMatrix) | cifti::FloatMatrix | |
| reducedRowEchelon() const | cifti::FloatMatrix | |
| resize(const int64_t rows, const int64_t cols, const bool destructive=false) | cifti::FloatMatrix | |
| transpose() const | cifti::FloatMatrix | |
| zeros(const int64_t rows, const int64_t cols) | cifti::FloatMatrix | static |
1.8.13