MatrixBase Member List

This is the complete list of members for MatrixBase, including all inherited members.

__getitem__(const TIndex &i) const MathArrayBase< double > [Class]
__setitem__(const TIndex &i, const TScalar &d)MathArrayBase< double > [Class]
__str__() const MathArrayBase< double > [Class]
AppendedColumns(const MathArrayBase< TScalar > &ar) const MathArrayBase< double > [Class]
AppendedRows(const MathArrayBase< TScalar > &ar) const MathArrayBase< double > [Class]
Assign(const MathArrayBase< TScalar > &ar)MathArrayBase< double > [Library]
Col(const TIndex &col) const MathArrayBase< double > [Class]
Cols() const MathArrayBase< double > [Library]
ConservativeResize(const TIndex &rows, const TIndex &cols=1)MathArrayBase< double > [Class]
Constant(const TIndex &rows, const double &value)MathArrayBase< double > [Library]
Cross(const MathArrayBase< TScalar > &x) const MathArrayBase< double > [Class]
DeleteCol(const TIndex &col)MathArrayBase< double > [Class]
DeletedColumns(const TIndex &col, const TIndex &col2) const MathArrayBase< double > [Class]
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]
EigenSymInPlace(MathArrayBase< TScalar > **OUTPUT, MathArrayBase< TScalar > **OUTPUT) const MathArrayBase< double > [Class]
EigenSymInPlace(const MathArrayBase< TScalar > &mass, MathArrayBase< TScalar > **OUTPUT, MathArrayBase< TScalar > **OUTPUT) const MathArrayBase< double > [Class]
ExtractBlock(const TIndex &row, const TIndex &col, const TIndex &row2, const TIndex &col2) const MathArrayBase< double > [Class]
ExtractColumns(const TIndex &col, const TIndex &col2=-1) const MathArrayBase< double > [Class]
ExtractDiagonal() const MathArrayBase< double > [Library]
ExtractRows(const TIndex &row, const TIndex &row2=-1) const MathArrayBase< double > [Class]
Get(const TIndex &nrow) const MathArrayBase< double > [Library]
Get(const TIndex &nrow, const TIndex &ncol) const MathArrayBase< double > [Library]
GramSchmidt() const MathArrayBase< double > [Library]
GramSchmidt(const TIndex &col)MathArrayBase< double > [Class]
GramSchmidt(const MathArrayBase< TScalar > &x) const MathArrayBase< double > [Class]
Hankel(const TIndex &m) const MathArrayBase< double > [Class]
Identity(const TIndex &rows, const TIndex &cols)MathArrayBase< double > [Library]
Init()MathArrayBase< double > [Library]
InnerProduct(const MathArrayBase< TScalar > &other) const MathArrayBase< double > [Class]
Inverse() 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]
LinearRegression(const MathArrayBase< TScalar > &y, const bool compute) const MathArrayBase< double > [Class]
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]
Normalized() const MathArrayBase< double > [Class]
Ones(const TIndex &rows, const TIndex &cols=1)MathArrayBase< double > [Library]
operator*(const MathArrayBase< TScalar > &other) const MathArrayBase< double > [Class]
operator*(const TScalar &other) const MathArrayBase< double > [Library]
operator+(const MathArrayBase< TScalar > &other) const MathArrayBase< double > [Class]
operator-(const MathArrayBase< TScalar > &other) const MathArrayBase< double > [Class]
operator/(const TScalar &other) const MathArrayBase< double > [Library]
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]
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]
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]
Rotate(const MathArrayBase< TScalar > &center, const MathArrayBase< TScalar > &omega) const MathArrayBase< double > [Class]
Row(const TIndex &row) const MathArrayBase< double > [Class]
Rows() const MathArrayBase< double > [Library]
Set(const TScalar &val)MathArrayBase< double > [Library]
Set(const TIndex &nrow, const TScalar &val)MathArrayBase< double > [Class]
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]
Sort(const TIndex &col=0, const bool up=true) const MathArrayBase< double > [Class]
Sum() const MathArrayBase< double > [Library]
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]
Trace() const MathArrayBase< double > [Library]
Transpose() const MathArrayBase< double > [Library]
TransposeInPlace()MathArrayBase< double > [Library]
Zero(const TIndex &rows, const TIndex &cols=1)MathArrayBase< double > [Library]


Generated on Wed Nov 17 17:35:52 2010 for 'tngmath' Module Scripting Interface by  doxygen 1.5.6