, including all inherited members.
| tngmath::MatrixBase.__getitem__(const TIndex &i) const | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.__setitem__(const TIndex &i, const TScalar &d) | MathArrayBase< double > | [Class] |
| __str__() const | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.AppendedColumns(const MathArrayBase< TScalar > &ar) const | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.AppendedRows(const MathArrayBase< TScalar > &ar) const | MathArrayBase< double > | [Class] |
| Assign(const MathArrayBase< TScalar > &ar) | MathArrayBase< double > | [Library] |
| tngmath::MatrixBase.Col(const TIndex &col) const | MathArrayBase< double > | [Class] |
| Cols() const | MathArrayBase< double > | [Library] |
| ColWise() | Matrix | [Library] |
| ConservativeResize(const TIndex &rows, const TIndex &cols=1) | MathArrayBase< double > | [Class] |
| Constant(const TIndex &rows, const double &value) | MathArrayBase< double > | [Library] |
| tngmath::MatrixBase.Cross(const MathArrayBase< TScalar > &x) const | MathArrayBase< double > | [Class] |
| CWise() | Matrix | [Library] |
| DeleteCol(const TIndex &col) | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.DeletedColumns(const TIndex &col, const TIndex &col2) const | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.DeletedRows(const TIndex &row, const TIndex &row2) const | MathArrayBase< double > | [Class] |
| Determinant() const | MathArrayBase< double > | [Class] |
| Dot(const MathArrayBase< TScalar > &other) const | MathArrayBase< double > | [Class] |
| Dott(const MathArrayBase< TScalar > &other) const | MathArrayBase< double > | [Class] |
| Eigen() | Matrix | [Class] |
| EigenSym(bool computeeigenvectors=true) | Matrix | [Class] |
| EigenSym(const Matrix &mass, bool computeeigenvectors=true) | Matrix | [Class] |
| tngmath::MatrixBase.EigenSymInPlace(MathArrayBase< TScalar > **OUTPUT, MathArrayBase< TScalar > **OUTPUT) const | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.EigenSymInPlace(const MathArrayBase< TScalar > &mass, MathArrayBase< TScalar > **OUTPUT, MathArrayBase< TScalar > **OUTPUT) const | MathArrayBase< double > | [Class] |
| EigenSymUpper(bool computeeigenvectors=true) | Matrix | [Class] |
| tngmath::MatrixBase.ExtractBlock(const TIndex &row, const TIndex &col, const TIndex &row2, const TIndex &col2) const | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.ExtractColumns(const TIndex &col, const TIndex &col2=-1) const | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.ExtractRows(const TIndex &row, const TIndex &row2=-1) const | MathArrayBase< double > | [Class] |
| Get(const TIndex &nrow) const | Matrix | [Library] |
| tngmath::MatrixBase.Get(const TIndex &nrow) const | MathArrayBase< double > | [Library] |
| tngmath::MatrixBase.Get(const TIndex &nrow, const TIndex &ncol) const | MathArrayBase< double > | [Library] |
| tngmath::MatrixBase.GramSchmidt(const TIndex &col) | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.GramSchmidt(const MathArrayBase< TScalar > &x) const | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.Hankel(const TIndex &m) const | MathArrayBase< double > | [Class] |
| Identity(const TIndex &rows, const TIndex &cols) | MathArrayBase< double > | [Library] |
| Init() | MathArrayBase< double > | [Library] |
| tngmath::MatrixBase.InnerProduct(const MathArrayBase< TScalar > &other) const | MathArrayBase< double > | [Class] |
| IsApprox(const MathArrayBase< TScalar > &other, const TScalar &s) const | MathArrayBase< double > | [Library] |
| IsApproxToConstant(const TScalar &value, const TScalar &s) const | MathArrayBase< double > | [Library] |
| IsDiagonal(const TScalar &s) const | MathArrayBase< double > | [Library] |
| IsIdentity(const TScalar &s) const | MathArrayBase< double > | [Library] |
| IsLowerTriangular(const TScalar &s) const | MathArrayBase< double > | [Library] |
| IsScalar() const | MathArrayBase< double > | [Library] |
| IsUnitary(const TScalar &s) const | MathArrayBase< double > | [Library] |
| IsUpperTriangular(const TScalar &s) const | MathArrayBase< double > | [Library] |
| IsVector() const | MathArrayBase< double > | [Library] |
| IsZero(const TScalar &s) const | MathArrayBase< double > | [Library] |
| LDLT() | Matrix | [Class] |
| tngmath::MatrixBase.LinearRegression(const MathArrayBase< TScalar > &y, const bool compute) const | MathArrayBase< double > | [Class] |
| LLT() | Matrix | [Class] |
| LU() | Matrix | [Class] |
| Matrix(const MathArrayBase< double > &ar) | Matrix | [Library] |
| Matrix(const SparseMatrix &ar) | Matrix | [Class] |
| Matrix(const Eigen::MatrixBase< OtherDerived > &x) | Matrix | [Library] |
| Matrix(const TIndex &nrow, const TIndex &ncol=1) | Matrix | [Library] |
| MaxCoeff(TIndex *OUTPUT, TIndex *OUTPUT) const | MathArrayBase< double > | [Class] |
| MinCoeff(TIndex *OUTPUT, TIndex *OUTPUT) const | MathArrayBase< double > | [Class] |
| ModAdd(const MathArrayBase< TScalar > &other) | MathArrayBase< double > | [Class] |
| ModDiv(const TScalar &other) | MathArrayBase< double > | [Library] |
| ModMul(const TScalar &other) | MathArrayBase< double > | [Library] |
| ModSub(const MathArrayBase< TScalar > &other) | MathArrayBase< double > | [Class] |
| Norm() const | MathArrayBase< double > | [Library] |
| Normalize() | MathArrayBase< double > | [Class] |
| Ones(const TIndex &rows, const TIndex &cols=1) | MathArrayBase< double > | [Library] |
| tngmath::MatrixBase.operator*(const MathArrayBase< TScalar > &other) const | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.operator*(const TScalar &other) const | MathArrayBase< double > | [Library] |
| tngmath::MatrixBase.operator+(const MathArrayBase< TScalar > &other) const | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.operator-(const MathArrayBase< TScalar > &other) const | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.operator/(const TScalar &other) const | MathArrayBase< double > | [Library] |
| tngmath::MatrixBase.OuterProduct(const MathArrayBase< TScalar > &other) const | MathArrayBase< double > | [Class] |
| Output(const std::string &file) const | MathArrayBase< double > | [Class] |
| Print(const std::string &format="%g ") const | MathArrayBase< double > | [Class] |
| PrintComplex(const std::string &format="%g ") const | MathArrayBase< double > | [Class] |
| QR() | Matrix | [Class] |
| tngmath::MatrixBase.QuadraticRegression(const MathArrayBase< TScalar > &y, const bool full, const bool compute) const | MathArrayBase< double > | [Class] |
| Random(const TIndex &rows, const TIndex &cols=1) | MathArrayBase< double > | [Library] |
| Rank() const | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.Rasterize(TScalar xlo, TScalar xhi, const TIndex &nx, TScalar ylo, TScalar yhi, const TIndex &ny, const bool trans=false) const | MathArrayBase< double > | [Class] |
| Resize(const TIndex &rows, const TIndex &cols=1) | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.Rotate(const MathArrayBase< TScalar > ¢er, const MathArrayBase< TScalar > &omega) const | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.Row(const TIndex &row) const | MathArrayBase< double > | [Class] |
| Rows() const | MathArrayBase< double > | [Library] |
| RowWise() | Matrix | [Library] |
| tngmath::MatrixBase.Set(const TScalar &val) | MathArrayBase< double > | [Library] |
| tngmath::MatrixBase.Set(const TIndex &nrow, const TScalar &val) | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.Set(const TIndex &nrow, const TIndex &ncol, const TScalar &val) | MathArrayBase< double > | [Class] |
| SetBlock(const MathArrayBase< TScalar > &ar, const TIndex &row, const TIndex &col) | MathArrayBase< double > | [Class] |
| SetColumns(const TIndex &col, const MathArrayBase< TScalar > &ar) | MathArrayBase< double > | [Class] |
| SetConstant(const double &value) | MathArrayBase< double > | [Library] |
| SetDiagonal(const TScalar &d) | MathArrayBase< double > | [Library] |
| SetDiagonal(const MathArrayBase< TScalar > &d) | MathArrayBase< double > | [Class] |
| SetIdentity() | MathArrayBase< double > | [Library] |
| SetLinearMap(const TScalar &lefttop, const TScalar &bottom) | MathArrayBase< double > | [Library] |
| SetLinearMap(const TScalar &lefttop, const TScalar &bottom, const TScalar &right) | MathArrayBase< double > | [Class] |
| SetOnes() | MathArrayBase< double > | [Library] |
| SetRandom() | MathArrayBase< double > | [Library] |
| SetRows(const TIndex &row, const MathArrayBase< TScalar > &ar) | MathArrayBase< double > | [Class] |
| SetZero() | MathArrayBase< double > | [Library] |
| SolveLowerTriangular(const MathArrayBase< TScalar > &n) const | MathArrayBase< double > | [Class] |
| SolveUpperTriangular(const MathArrayBase< TScalar > &n) const | MathArrayBase< double > | [Class] |
| tngmath::MatrixBase.Sort(const TIndex &col=0, const bool up=true) const | MathArrayBase< double > | [Class] |
| Sum() const | MathArrayBase< double > | [Library] |
| SVD() | Matrix | [Class] |
| tngmath::MatrixBase.SVDInPlace(MathArrayBase< TScalar > **OUTPUT, MathArrayBase< TScalar > **OUTPUT, MathArrayBase< TScalar > **OUTPUT) const | MathArrayBase< double > | [Class] |
| Swap(MathArrayBase< TScalar > &other) | MathArrayBase< double > | [Library] |
| Swap(Eigen::MatrixBase< OtherDerived > &other) | MathArrayBase< double > | [Library] |
| ToScalar() const | MathArrayBase< double > | [Class] |
| TransposeInPlace() | MathArrayBase< double > | [Library] |
| Zero(const TIndex &rows, const TIndex &cols=1) | MathArrayBase< double > | [Library] |