tngmath::MathArrayBase< Scalar > Member List

This is the complete list of members for tngmath::MathArrayBase< Scalar >, including all inherited members.

__getitem__(const TIndex &i) const tngmath::MathArrayBase< Scalar >
__setitem__(const TIndex &i, const TScalar &d)tngmath::MathArrayBase< Scalar >
__str__() const tngmath::MathArrayBase< Scalar >
AppendedColumns(const MathArrayBase< TScalar > &ar) const tngmath::MathArrayBase< Scalar >
AppendedRows(const MathArrayBase< TScalar > &ar) const tngmath::MathArrayBase< Scalar >
Assign(const MathArrayBase< TScalar > &ar)tngmath::MathArrayBase< Scalar > [inline]
Base typedef (defined in tngmath::MathArrayBase< Scalar >)tngmath::MathArrayBase< Scalar >
Col(const TIndex &col) const tngmath::MathArrayBase< Scalar >
Cols() const tngmath::MathArrayBase< Scalar > [inline]
ConservativeResize(const TIndex &rows, const TIndex &cols=1)tngmath::MathArrayBase< Scalar >
Constant(const TIndex &rows, const Scalar &value)tngmath::MathArrayBase< Scalar > [inline, static]
Constant(const TIndex &rows, const TIndex &cols, const Scalar &value) (defined in tngmath::MathArrayBase< Scalar >)tngmath::MathArrayBase< Scalar > [inline, static]
Cross(const MathArrayBase< TScalar > &x) const tngmath::MathArrayBase< Scalar >
DeleteCol(const TIndex &col)tngmath::MathArrayBase< Scalar >
DeletedColumns(const TIndex &col, const TIndex &col2) const tngmath::MathArrayBase< Scalar >
DeletedRows(const TIndex &row, const TIndex &row2) const tngmath::MathArrayBase< Scalar >
Determinant() const tngmath::MathArrayBase< Scalar >
Dot(const MathArrayBase< TScalar > &other) const tngmath::MathArrayBase< Scalar >
Dott(const MathArrayBase< TScalar > &other) const tngmath::MathArrayBase< Scalar >
EigenSymInPlace(MathArrayBase< TScalar > **eval, MathArrayBase< TScalar > **evec) const tngmath::MathArrayBase< Scalar > [inline]
EigenSymInPlace(MathArrayBase< TScalar > &eval, MathArrayBase< TScalar > &evec) const (defined in tngmath::MathArrayBase< Scalar >)tngmath::MathArrayBase< Scalar >
EigenSymInPlace(const MathArrayBase< TScalar > &mass, MathArrayBase< TScalar > **eval, MathArrayBase< TScalar > **evec) const tngmath::MathArrayBase< Scalar > [inline]
EigenSymInPlace(const MathArrayBase< TScalar > &mass, MathArrayBase< TScalar > &eval, MathArrayBase< TScalar > &evec) const (defined in tngmath::MathArrayBase< Scalar >)tngmath::MathArrayBase< Scalar >
ExtractBlock(const TIndex &row, const TIndex &col, const TIndex &row2, const TIndex &col2) const tngmath::MathArrayBase< Scalar >
ExtractColumns(const TIndex &col, const TIndex &col2=-1) const tngmath::MathArrayBase< Scalar >
ExtractDiagonal() const tngmath::MathArrayBase< Scalar > [inline]
ExtractRows(const TIndex &row, const TIndex &row2=-1) const tngmath::MathArrayBase< Scalar >
Get(const TIndex &nrow) const tngmath::MathArrayBase< Scalar > [inline]
Get(const TIndex &nrow, const TIndex &ncol) const tngmath::MathArrayBase< Scalar > [inline]
GramSchmidt() const tngmath::MathArrayBase< Scalar > [inline]
GramSchmidt(const TIndex &col)tngmath::MathArrayBase< Scalar >
GramSchmidt(const MathArrayBase< TScalar > &x) const tngmath::MathArrayBase< Scalar >
Hankel(const TIndex &m) const tngmath::MathArrayBase< Scalar >
Identity(const TIndex &rows, const TIndex &cols)tngmath::MathArrayBase< Scalar > [inline, static]
Init()tngmath::MathArrayBase< Scalar > [inline]
InnerProduct(const MathArrayBase< TScalar > &other) const tngmath::MathArrayBase< Scalar >
Inverse() const tngmath::MathArrayBase< Scalar >
IsApprox(const MathArrayBase< TScalar > &other, const TScalar &s) const tngmath::MathArrayBase< Scalar > [inline]
IsApproxToConstant(const TScalar &value, const TScalar &s) const tngmath::MathArrayBase< Scalar > [inline]
IsDiagonal(const TScalar &s) const tngmath::MathArrayBase< Scalar > [inline]
IsIdentity(const TScalar &s) const tngmath::MathArrayBase< Scalar > [inline]
IsLowerTriangular(const TScalar &s) const tngmath::MathArrayBase< Scalar > [inline]
IsScalar() const tngmath::MathArrayBase< Scalar > [inline]
IsUnitary(const TScalar &s) const tngmath::MathArrayBase< Scalar > [inline]
IsUpperTriangular(const TScalar &s) const tngmath::MathArrayBase< Scalar > [inline]
IsVector() const tngmath::MathArrayBase< Scalar > [inline]
IsZero(const TScalar &s) const tngmath::MathArrayBase< Scalar > [inline]
LinearRegression(const MathArrayBase< TScalar > &y, const bool compute) const tngmath::MathArrayBase< Scalar >
MathArrayBase()tngmath::MathArrayBase< Scalar > [inline]
MathArrayBase(const MathArrayBase< TScalar > &ar)tngmath::MathArrayBase< Scalar > [inline]
MathArrayBase(const Eigen::MatrixBase< OtherDerived > &x)tngmath::MathArrayBase< Scalar > [inline]
MathArrayBase(const TIndex &nrow, const TIndex &ncol=1)tngmath::MathArrayBase< Scalar > [inline]
MaxCoeff(TIndex *row, TIndex *col) const tngmath::MathArrayBase< Scalar > [inline]
MinCoeff(TIndex *row, TIndex *col) const tngmath::MathArrayBase< Scalar > [inline]
ModAdd(const MathArrayBase< TScalar > &other)tngmath::MathArrayBase< Scalar >
ModDiv(const TScalar &other)tngmath::MathArrayBase< Scalar > [inline]
ModMul(const TScalar &other)tngmath::MathArrayBase< Scalar > [inline]
ModSub(const MathArrayBase< TScalar > &other)tngmath::MathArrayBase< Scalar >
Norm() const tngmath::MathArrayBase< Scalar > [inline]
Normalize()tngmath::MathArrayBase< Scalar >
Normalized() const tngmath::MathArrayBase< Scalar >
Ones(const TIndex &rows, const TIndex &cols=1)tngmath::MathArrayBase< Scalar > [inline, static]
operator*(const MathArrayBase< TScalar > &other) const tngmath::MathArrayBase< Scalar >
operator*(const TScalar &other) const tngmath::MathArrayBase< Scalar > [inline]
operator+(const MathArrayBase< TScalar > &other) const tngmath::MathArrayBase< Scalar >
operator-(const MathArrayBase< TScalar > &other) const tngmath::MathArrayBase< Scalar >
operator/(const TScalar &other) const tngmath::MathArrayBase< Scalar > [inline]
operator=(const MathArrayBase< TScalar > &ar)tngmath::MathArrayBase< Scalar > [inline]
operator=(const Eigen::MatrixBase< OtherDerived > &other)tngmath::MathArrayBase< Scalar > [inline]
OuterProduct(const MathArrayBase< TScalar > &other) const tngmath::MathArrayBase< Scalar >
Output(const std::string &file) const tngmath::MathArrayBase< Scalar >
Print(const std::string &format="%g ") const tngmath::MathArrayBase< Scalar >
PrintComplex(const std::string &format="%g ") const tngmath::MathArrayBase< Scalar >
QuadraticRegression(const MathArrayBase< TScalar > &y, const bool full, const bool compute) const tngmath::MathArrayBase< Scalar >
Random(const TIndex &rows, const TIndex &cols=1)tngmath::MathArrayBase< Scalar > [inline, static]
Rank() const tngmath::MathArrayBase< Scalar >
Rasterize(TScalar xlo, TScalar xhi, const TIndex &nx, TScalar ylo, TScalar yhi, const TIndex &ny, const bool trans=false) const tngmath::MathArrayBase< Scalar >
Read(const TIndex &n, const TBuffer &x)tngmath::MathArrayBase< Scalar >
Resize(const TIndex &rows, const TIndex &cols=1)tngmath::MathArrayBase< Scalar >
Rotate(const MathArrayBase< TScalar > &center, const MathArrayBase< TScalar > &omega) const tngmath::MathArrayBase< Scalar >
Row(const TIndex &row) const tngmath::MathArrayBase< Scalar >
Rows() const tngmath::MathArrayBase< Scalar > [inline]
Set(const TScalar &val)tngmath::MathArrayBase< Scalar > [inline]
Set(const TIndex &nrow, const TScalar &val)tngmath::MathArrayBase< Scalar >
Set(const TIndex &nrow, const TIndex &ncol, const TScalar &val)tngmath::MathArrayBase< Scalar >
SetBlock(const MathArrayBase< TScalar > &ar, const TIndex &row, const TIndex &col)tngmath::MathArrayBase< Scalar >
SetColumns(const TIndex &col, const MathArrayBase< TScalar > &ar)tngmath::MathArrayBase< Scalar >
SetConstant(const Scalar &value)tngmath::MathArrayBase< Scalar > [inline]
SetDiagonal(const TScalar &d)tngmath::MathArrayBase< Scalar > [inline]
SetDiagonal(const MathArrayBase< TScalar > &d)tngmath::MathArrayBase< Scalar >
SetIdentity()tngmath::MathArrayBase< Scalar > [inline]
SetLinearMap(const TScalar &lefttop, const TScalar &bottom)tngmath::MathArrayBase< Scalar > [inline]
SetLinearMap(const TScalar &lefttop, const TScalar &bottom, const TScalar &right)tngmath::MathArrayBase< Scalar >
SetOnes()tngmath::MathArrayBase< Scalar > [inline]
SetRandom()tngmath::MathArrayBase< Scalar > [inline]
SetRows(const TIndex &row, const MathArrayBase< TScalar > &ar)tngmath::MathArrayBase< Scalar >
SetZero()tngmath::MathArrayBase< Scalar > [inline]
SolveLowerTriangular(const MathArrayBase< TScalar > &n) const tngmath::MathArrayBase< Scalar >
SolveUpperTriangular(const MathArrayBase< TScalar > &n) const tngmath::MathArrayBase< Scalar >
Sort(const TIndex &col=0, const bool up=true) const tngmath::MathArrayBase< Scalar >
Sum() const tngmath::MathArrayBase< Scalar > [inline]
SVDInPlace(MathArrayBase< TScalar > **svalues, MathArrayBase< TScalar > **mat_U, MathArrayBase< TScalar > **mat_V) const tngmath::MathArrayBase< Scalar > [inline]
SVDInPlace(MathArrayBase< TScalar > &svalues, MathArrayBase< TScalar > &mat_U, MathArrayBase< TScalar > &mat_V) const (defined in tngmath::MathArrayBase< Scalar >)tngmath::MathArrayBase< Scalar >
Swap(MathArrayBase< TScalar > &other)tngmath::MathArrayBase< Scalar > [inline]
Swap(Eigen::MatrixBase< OtherDerived > &other)tngmath::MathArrayBase< Scalar > [inline]
TBuffer typedef (defined in tngmath::MathArrayBase< Scalar >)tngmath::MathArrayBase< Scalar >
TIndex typedef (defined in tngmath::MathArrayBase< Scalar >)tngmath::MathArrayBase< Scalar >
ToScalar() const tngmath::MathArrayBase< Scalar >
Trace() const tngmath::MathArrayBase< Scalar > [inline]
Transpose() const tngmath::MathArrayBase< Scalar > [inline]
TransposeInPlace()tngmath::MathArrayBase< Scalar > [inline]
TScalar typedef (defined in tngmath::MathArrayBase< Scalar >)tngmath::MathArrayBase< Scalar >
Zero(const TIndex &rows, const TIndex &cols=1)tngmath::MathArrayBase< Scalar > [inline, static]
~MathArrayBase()tngmath::MathArrayBase< Scalar > [inline, virtual]


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