CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
cifti::FloatMatrix Member List

This is the complete list of members for cifti::FloatMatrix, including all inherited members.

concatHoriz(const FloatMatrix &right) constcifti::FloatMatrix
concatVert(const FloatMatrix &bottom) constcifti::FloatMatrix
FloatMatrix() (defined in cifti::FloatMatrix)cifti::FloatMatrixinline
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) constcifti::FloatMatrix
getDimensions(int64_t &rows, int64_t &cols) constcifti::FloatMatrix
getMatrix() constcifti::FloatMatrix
getNumberOfColumns()cifti::FloatMatrixinline
getNumberOfRows()cifti::FloatMatrixinline
getRange(const int64_t firstRow, const int64_t afterLastRow, const int64_t firstCol, const int64_t afterLastCol) constcifti::FloatMatrix
identity(const int64_t rows)cifti::FloatMatrixstatic
inverse() constcifti::FloatMatrix
ones(const int64_t rows, const int64_t cols)cifti::FloatMatrixstatic
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() constcifti::FloatMatrix
resize(const int64_t rows, const int64_t cols, const bool destructive=false)cifti::FloatMatrix
transpose() constcifti::FloatMatrix
zeros(const int64_t rows, const int64_t cols)cifti::FloatMatrixstatic