| clear(const T scalar=(T) 0) | fl::Matrix< T > | [virtual] |
| column(const int c) const | fl::MatrixAbstract< T > | [virtual] |
| columns() const | fl::Matrix< T > | [virtual] |
| columns_ | fl::Matrix< T > | |
| copyFrom(const Matrix< T > &that) | fl::Matrix< T > | [virtual] |
| cross(const MatrixAbstract &B) const | fl::MatrixAbstract< T > | [virtual] |
| data | fl::Matrix< T > | |
| detach() | fl::Matrix< T > | |
| displayPrecision | fl::MatrixAbstract< T > | [static] |
| displayWidth | fl::MatrixAbstract< T > | [static] |
| dot(const Matrix &B) const | fl::Matrix< T > | [virtual] |
| fl::MatrixAbstract::dot(const MatrixAbstract &B) const | fl::MatrixAbstract< T > | [virtual] |
| duplicate() const | fl::Vector< T > | [virtual] |
| elementMultiply(const MatrixAbstract &B) const | fl::MatrixAbstract< T > | [virtual] |
| frob(T n) const | fl::Matrix< T > | [virtual] |
| identity(const T scalar=1.0) | fl::MatrixAbstract< T > | [virtual] |
| Matrix() | fl::Matrix< T > | |
| Matrix(const int rows, const int columns=1) | fl::Matrix< T > | |
| Matrix(const MatrixAbstract< T > &that) | fl::Matrix< T > | |
| Matrix(const MatrixAbstract< T2 > &that) | fl::Matrix< T > | [inline] |
| Matrix(std::istream &stream) | fl::Matrix< T > | |
| Matrix(T *that, const int rows, const int columns=1) | fl::Matrix< T > | |
| Matrix(Pointer &that, const int rows=-1, const int columns=1) | fl::Matrix< T > | |
| normalize(const T scalar=1.0) | fl::MatrixAbstract< T > | [virtual] |
| operator *(const MatrixAbstract< T > &B) const | fl::Matrix< T > | [virtual] |
| operator *(const Matrix &B) const | fl::Matrix< T > | [virtual] |
| operator *(const T scalar) const | fl::Matrix< T > | [virtual] |
| fl::MatrixAbstract::operator *(const MatrixAbstract &B) const | fl::MatrixAbstract< T > | [virtual] |
| operator *=(const Matrix &B) | fl::Matrix< T > | [virtual] |
| operator *=(const T scalar) | fl::Matrix< T > | [virtual] |
| fl::MatrixAbstract::operator *=(const MatrixAbstract &B) | fl::MatrixAbstract< T > | [virtual] |
| operator!=(const MatrixAbstract &B) const | fl::MatrixAbstract< T > | [inline] |
| operator()(const int row, const int column) const | fl::Matrix< T > | [inline, virtual] |
| operator+(const Matrix &B) const | fl::Matrix< T > | [virtual] |
| fl::MatrixAbstract::operator+(const MatrixAbstract &B) const | fl::MatrixAbstract< T > | [virtual] |
| operator+=(const Matrix &B) | fl::Matrix< T > | [virtual] |
| fl::MatrixAbstract::operator+=(const MatrixAbstract &B) | fl::MatrixAbstract< T > | [virtual] |
| operator-(const Matrix &B) const | fl::Matrix< T > | [virtual] |
| fl::MatrixAbstract::operator-(const MatrixAbstract &B) const | fl::MatrixAbstract< T > | [virtual] |
| operator-=(const Matrix &B) | fl::Matrix< T > | [virtual] |
| operator-=(const T scalar) | fl::Matrix< T > | [virtual] |
| fl::MatrixAbstract::operator-=(const MatrixAbstract &B) | fl::MatrixAbstract< T > | [virtual] |
| operator/(const T scalar) const | fl::Matrix< T > | [virtual] |
| operator/=(const T scalar) | fl::Matrix< T > | [virtual] |
| operator=(const MatrixAbstract< T > &that) | fl::Vector< T > | |
| operator=(const Matrix< T > &that) | fl::Vector< T > | |
| operator==(const MatrixAbstract &B) const | fl::MatrixAbstract< T > | [virtual] |
| operator[](const int row) const | fl::Matrix< T > | [inline, virtual] |
| operator~() const | fl::Matrix< T > | [virtual] |
| read(std::istream &stream) | fl::Matrix< T > | [virtual] |
| region(const int firstRow=0, const int firstColumn=0, int lastRow=-1, int lastColumn=-1) const | fl::MatrixAbstract< T > | [virtual] |
| reshape(const int rows, const int columns=1) const | fl::Matrix< T > | [virtual] |
| resize(const int rows, const int columns=1) | fl::Vector< T > | [virtual] |
| row(const int r) const | fl::MatrixAbstract< T > | [virtual] |
| rows() const | fl::Matrix< T > | [virtual] |
| rows_ | fl::Matrix< T > | |
| sumSquares() const | fl::Matrix< T > | [virtual] |
| transposeSquare() const | fl::Matrix< T > | [virtual] |
| Vector() | fl::Vector< T > | |
| Vector(const int rows) | fl::Vector< T > | |
| Vector(const MatrixAbstract< T > &that) | fl::Vector< T > | |
| Vector(const MatrixAbstract< T2 > &that) | fl::Vector< T > | [inline] |
| Vector(const Matrix< T > &that) | fl::Vector< T > | |
| Vector(std::istream &stream) | fl::Vector< T > | |
| Vector(T *that, const int rows) | fl::Vector< T > | |
| Vector(Pointer &that, const int rows=-1) | fl::Vector< T > | |
| write(std::ostream &stream, bool withName=false) const | fl::Matrix< T > | [virtual] |
| ~Matrix() | fl::Matrix< T > | [virtual] |
| ~MatrixAbstract() | fl::MatrixAbstract< T > | [virtual] |