, including all inherited members.
__getitem__(const TIndex &i) const | tngmath::MathArrayBase< double > | |
__setitem__(const TIndex &i, const TScalar &d) | tngmath::MathArrayBase< double > | |
__str__() const | tngmath::MathArrayBase< double > | |
AppendedColumns(const MathArrayBase< TScalar > &ar) const | tngmath::MathArrayBase< double > | |
AppendedRows(const MathArrayBase< TScalar > &ar) const | tngmath::MathArrayBase< double > | |
Assign(const MathArrayBase< TScalar > &ar) | tngmath::MathArrayBase< double > | [inline] |
AutoSpectrum(const Matrix::TScalar &dt, const Matrix::TScalar &dom) const | tngmath::XMatrix | [inline] |
AutoSpectrum(const Matrix::TScalar &dt, const Matrix::TIndex &m, const Matrix::TScalar &dom) const | tngmath::XMatrix | |
Base typedef (defined in tngmath::XMatrix) | tngmath::XMatrix | |
CBDraw(const std::string &file, const Matrix::TIndex &width, const Matrix::TIndex &height, const std::string &xaxis="$x$-Axis", const std::string &yaxis="$y$-Axis") const | tngmath::XMatrix | |
CDF() const | tngmath::XMatrix | |
Cholesky() const | tngmath::XMatrix | |
Cluster(const Matrix::TScalar &tol, const Matrix &scale, XMatrix **eval, XMatrix **evec) const | tngmath::XMatrix | [inline] |
Cluster(const Matrix::TScalar &tol, const Matrix &scale, XMatrix &eval, XMatrix &evec) const | tngmath::XMatrix | |
Cluster(const Matrix::TScalar &distance, XMatrix **index, XMatrix **centers) const | tngmath::XMatrix | [inline] |
Cluster(const Matrix::TScalar &distance, XMatrix &index, XMatrix ¢ers) const | tngmath::XMatrix | [inline] |
Col(const TIndex &col) const | tngmath::MathArrayBase< double > | |
Cols() const | tngmath::MathArrayBase< double > | [inline] |
ColWise() | tngmath::XMatrix | [inline] |
ConservativeResize(const TIndex &rows, const TIndex &cols=1) | tngmath::MathArrayBase< double > | |
Constant(const TIndex &rows, const double &value) | tngmath::MathArrayBase< double > | [inline, static] |
Constant(const TIndex &rows, const TIndex &cols, const double &value) (defined in tngmath::MathArrayBase< double >) | tngmath::MathArrayBase< double > | [inline, static] |
Correlation() const | tngmath::XMatrix | |
Correlation(const Matrix &ar) const | tngmath::XMatrix | |
Covariance() const | tngmath::XMatrix | |
Covariance(const Matrix &ar) const | tngmath::XMatrix | |
Cross(const MathArrayBase< TScalar > &x) const | tngmath::MathArrayBase< double > | |
CrossSpectrum(const Matrix &ar2, const Matrix::TScalar &dt, const Matrix::TScalar &dom) const | tngmath::XMatrix | [inline] |
CrossSpectrum(const Matrix &ar2, const Matrix::TScalar &dt, const Matrix::TIndex &m, const Matrix::TScalar &dom) const | tngmath::XMatrix | |
CWise() | tngmath::XMatrix | [inline] |
DeleteCol(const TIndex &col) | tngmath::MathArrayBase< double > | |
DeletedColumns(const TIndex &col, const TIndex &col2) const | tngmath::MathArrayBase< double > | |
DeletedRows(const TIndex &row, const TIndex &row2) const | tngmath::MathArrayBase< double > | |
Determinant() const | tngmath::MathArrayBase< double > | |
Dot(const MathArrayBase< TScalar > &other) const | tngmath::MathArrayBase< double > | |
Dott(const MathArrayBase< TScalar > &other) const | tngmath::MathArrayBase< double > | |
Eigen() | tngmath::XMatrix | |
EigenInPlace(XMatrix **evalr, XMatrix **evali, XMatrix **evec) const | tngmath::XMatrix | [inline] |
EigenInPlace(XMatrix &evalr, XMatrix &evali, XMatrix &evec) const | tngmath::XMatrix | |
EigenLower(XMatrix **eval, XMatrix **evec) const | tngmath::XMatrix | [inline] |
EigenLower(XMatrix &eval, XMatrix &evec) const | tngmath::XMatrix | |
EigenLowerGeneral(const Matrix &mass, XMatrix **eval, XMatrix **evec) const | tngmath::XMatrix | [inline] |
EigenLowerGeneral(const Matrix &mass, XMatrix &eval, XMatrix &evec) const | tngmath::XMatrix | |
EigenSym(bool computeeigenvectors=true) | tngmath::XMatrix | |
EigenSym(const XMatrix &mass, bool computeeigenvectors=true) | tngmath::XMatrix | |
tngmath::Matrix::EigenSym(const Matrix &mass, bool computeeigenvectors=true) | tngmath::Matrix | |
EigenSymInPlace(XMatrix **eval, XMatrix **evec) const (defined in tngmath::XMatrix) | tngmath::XMatrix | [inline] |
EigenSymInPlace(const MathArrayBase< TScalar > &mass, XMatrix **eval, XMatrix **evec) const (defined in tngmath::XMatrix) | tngmath::XMatrix | [inline] |
EigenSymInPlace(Matrix **eval, Matrix **evec) const (defined in tngmath::Matrix) | tngmath::Matrix | [inline] |
EigenSymInPlace(const MathArrayBase< TScalar > &mass, Matrix **eval, Matrix **evec) const (defined in tngmath::Matrix) | tngmath::Matrix | [inline] |
tngmath::MatrixBase::EigenSymInPlace(MathArrayBase< TScalar > **eval, MathArrayBase< TScalar > **evec) const | tngmath::MathArrayBase< double > | [inline] |
EigenSymInPlace(MathArrayBase< TScalar > &eval, MathArrayBase< TScalar > &evec) const (defined in tngmath::MathArrayBase< double >) | tngmath::MathArrayBase< double > | |
tngmath::MatrixBase::EigenSymInPlace(const MathArrayBase< TScalar > &mass, MathArrayBase< TScalar > **eval, MathArrayBase< TScalar > **evec) const | tngmath::MathArrayBase< double > | [inline] |
EigenSymInPlace(const MathArrayBase< TScalar > &mass, MathArrayBase< TScalar > &eval, MathArrayBase< TScalar > &evec) const (defined in tngmath::MathArrayBase< double >) | tngmath::MathArrayBase< double > | |
EigenSymUpper(bool computeeigenvectors=true) | tngmath::Matrix | |
EigenUpper(XMatrix **eval, XMatrix **evec) const | tngmath::XMatrix | [inline] |
EigenUpper(XMatrix &eval, XMatrix &evec) const | tngmath::XMatrix | |
EigenUpperGeneral(const Matrix &mass, XMatrix **eval, XMatrix **evec) const | tngmath::XMatrix | [inline] |
EigenUpperGeneral(const Matrix &mass, XMatrix &eval, XMatrix &evec) const | tngmath::XMatrix | |
Exponential(const Matrix::TScalar &dt) const | tngmath::XMatrix | |
ExtractBlock(const TIndex &row, const TIndex &col, const TIndex &row2, const TIndex &col2) const | tngmath::MathArrayBase< double > | |
ExtractColumns(const TIndex &col, const TIndex &col2=-1) const | tngmath::MathArrayBase< double > | |
ExtractDiagonal() const | tngmath::MathArrayBase< double > | [inline] |
ExtractRows(const TIndex &row, const TIndex &row2=-1) const | tngmath::MathArrayBase< double > | |
FFT(const Matrix::TScalar &dt, const Matrix::TScalar &dom) const | tngmath::XMatrix | |
Get(const TIndex &nrow) const | tngmath::MathArrayBase< double > | [inline] |
Get(const TIndex &nrow, const TIndex &ncol) const | tngmath::MathArrayBase< double > | [inline] |
GramSchmidt() const | tngmath::MathArrayBase< double > | [inline] |
GramSchmidt(const TIndex &col) | tngmath::MathArrayBase< double > | |
GramSchmidt(const MathArrayBase< TScalar > &x) const | tngmath::MathArrayBase< double > | |
Hankel(const TIndex &m) const | tngmath::MathArrayBase< double > | |
Histogram(const Matrix::TIndex &nclasses) const | tngmath::XMatrix | |
Identity(const TIndex &rows, const TIndex &cols) | tngmath::MathArrayBase< double > | [inline, static] |
IFT(const Matrix::TScalar &dt, const Matrix::TScalar &dom) const | tngmath::XMatrix | |
Image(const std::string &file, const Matrix::TIndex &posterize=0) const | tngmath::XMatrix | |
Init() | tngmath::MathArrayBase< double > | [inline] |
InnerProduct(const MathArrayBase< TScalar > &other) const | tngmath::MathArrayBase< double > | |
Inverse() const | tngmath::MathArrayBase< double > | |
Invert() const | tngmath::XMatrix | |
InvertComplex() const | tngmath::XMatrix | |
IPhi(const Matrix::TScalar &fac=1) const | tngmath::XMatrix | |
IsApprox(const MathArrayBase< TScalar > &other, const TScalar &s) const | tngmath::MathArrayBase< double > | [inline] |
IsApproxToConstant(const TScalar &value, const TScalar &s) const | tngmath::MathArrayBase< double > | [inline] |
IsDiagonal(const TScalar &s) const | tngmath::MathArrayBase< double > | [inline] |
IsIdentity(const TScalar &s) const | tngmath::MathArrayBase< double > | [inline] |
IsLowerTriangular(const TScalar &s) const | tngmath::MathArrayBase< double > | [inline] |
IsScalar() const | tngmath::MathArrayBase< double > | [inline] |
IsUnitary(const TScalar &s) const | tngmath::MathArrayBase< double > | [inline] |
IsUpperTriangular(const TScalar &s) const | tngmath::MathArrayBase< double > | [inline] |
IsVector() const | tngmath::MathArrayBase< double > | [inline] |
IsZero(const TScalar &s) const | tngmath::MathArrayBase< double > | [inline] |
Kendall() const | tngmath::XMatrix | |
Kurtosis() const | tngmath::XMatrix | |
LDLT() | tngmath::XMatrix | |
LinearRegression(const MathArrayBase< TScalar > &y, const bool compute) const | tngmath::MathArrayBase< double > | |
LLT() | tngmath::XMatrix | |
LU() | tngmath::XMatrix | |
MathArrayBase() | tngmath::MathArrayBase< double > | [inline] |
MathArrayBase(const MathArrayBase< TScalar > &ar) | tngmath::MathArrayBase< double > | [inline] |
MathArrayBase(const Eigen::MatrixBase< OtherDerived > &x) | tngmath::MathArrayBase< double > | [inline] |
MathArrayBase(const TIndex &nrow, const TIndex &ncol=1) | tngmath::MathArrayBase< double > | [inline] |
Matrix() | tngmath::Matrix | [inline] |
Matrix(const MathArrayBase< double > &ar) | tngmath::Matrix | [inline] |
Matrix(const SparseMatrix &ar) | tngmath::Matrix | |
Matrix(const Eigen::MatrixBase< OtherDerived > &x) | tngmath::Matrix | [inline] |
Matrix(const TIndex &nrow, const TIndex &ncol=1) | tngmath::Matrix | [inline] |
MatrixBase() | tngmath::MatrixBase | [inline] |
MatrixBase(const MathArrayBase< double > &ar) | tngmath::MatrixBase | [inline] |
MatrixBase(const Eigen::MatrixBase< OtherDerived > &x) | tngmath::MatrixBase | [inline] |
MatrixBase(const TIndex &nrow, const TIndex &ncol=1) | tngmath::MatrixBase | [inline] |
MaxCoeff(TIndex *row, TIndex *col) const | tngmath::MathArrayBase< double > | [inline] |
Mean() const | tngmath::XMatrix | |
Mean(const Matrix &ar) const | tngmath::XMatrix | |
MinCoeff(TIndex *row, TIndex *col) const | tngmath::MathArrayBase< double > | [inline] |
ModAdd(const MathArrayBase< TScalar > &other) | tngmath::MathArrayBase< double > | |
ModDiv(const TScalar &other) | tngmath::MathArrayBase< double > | [inline] |
ModMul(const TScalar &other) | tngmath::MathArrayBase< double > | [inline] |
ModSub(const MathArrayBase< TScalar > &other) | tngmath::MathArrayBase< double > | |
Norm() const | tngmath::MathArrayBase< double > | [inline] |
Normalize() | tngmath::MathArrayBase< double > | |
Normalized() const | tngmath::MathArrayBase< double > | |
Ones(const TIndex &rows, const TIndex &cols=1) | tngmath::MathArrayBase< double > | [inline, static] |
operator*(const MathArrayBase< TScalar > &other) const | tngmath::MathArrayBase< double > | |
operator*(const TScalar &other) const | tngmath::MathArrayBase< double > | [inline] |
operator+(const MathArrayBase< TScalar > &other) const | tngmath::MathArrayBase< double > | |
operator-(const MathArrayBase< TScalar > &other) const | tngmath::MathArrayBase< double > | |
operator/(const TScalar &other) const | tngmath::MathArrayBase< double > | [inline] |
operator=(const MathArrayBase< TScalar > &ar) | tngmath::XMatrix | [inline] |
tngmath::Matrix::operator=(const MathArrayBase< TScalar > &ar) | tngmath::MathArrayBase< double > | [inline] |
tngmath::Matrix::operator=(const Eigen::MatrixBase< OtherDerived > &other) | tngmath::MathArrayBase< double > | [inline] |
OuterProduct(const MathArrayBase< TScalar > &other) const | tngmath::MathArrayBase< double > | |
Output(const std::string &file) const | tngmath::MathArrayBase< double > | |
PDF(const Matrix::TIndex &nclasses=0) const | tngmath::XMatrix | |
Phi(const Matrix::TScalar &fac=1) const | tngmath::XMatrix | |
Print(const std::string &format="%g ") const | tngmath::MathArrayBase< double > | |
PrintComplex(const std::string &format="%g ") const | tngmath::MathArrayBase< double > | |
QR() | tngmath::XMatrix | |
QuadraticRegression(const MathArrayBase< TScalar > &y, const bool full, const bool compute) const | tngmath::MathArrayBase< double > | |
Quantile(const Matrix::TScalar &alpha) const | tngmath::XMatrix | |
Random(const TIndex &rows, const TIndex &cols=1) | tngmath::MathArrayBase< double > | [inline, static] |
Rank() const | tngmath::MathArrayBase< double > | |
Rasterize(TScalar xlo, TScalar xhi, const TIndex &nx, TScalar ylo, TScalar yhi, const TIndex &ny, const bool trans=false) const | tngmath::MathArrayBase< double > | |
Read(const TIndex &n, const TBuffer &x) | tngmath::MathArrayBase< double > | |
Resize(const TIndex &rows, const TIndex &cols=1) | tngmath::MathArrayBase< double > | |
Rotate(const MathArrayBase< TScalar > ¢er, const MathArrayBase< TScalar > &omega) const | tngmath::MathArrayBase< double > | |
Row(const TIndex &row) const | tngmath::MathArrayBase< double > | |
Rows() const | tngmath::MathArrayBase< double > | [inline] |
RowWise() | tngmath::XMatrix | [inline] |
Set(const TScalar &val) | tngmath::MathArrayBase< double > | [inline] |
Set(const TIndex &nrow, const TScalar &val) | tngmath::MathArrayBase< double > | |
Set(const TIndex &nrow, const TIndex &ncol, const TScalar &val) | tngmath::MathArrayBase< double > | |
SetBlock(const MathArrayBase< TScalar > &ar, const TIndex &row, const TIndex &col) | tngmath::MathArrayBase< double > | |
SetColumns(const TIndex &col, const MathArrayBase< TScalar > &ar) | tngmath::MathArrayBase< double > | |
SetConstant(const double &value) | tngmath::MathArrayBase< double > | [inline] |
SetDiagonal(const TScalar &d) | tngmath::MathArrayBase< double > | [inline] |
SetDiagonal(const MathArrayBase< TScalar > &d) | tngmath::MathArrayBase< double > | |
SetIdentity() | tngmath::MathArrayBase< double > | [inline] |
SetLinearMap(const TScalar &lefttop, const TScalar &bottom) | tngmath::MathArrayBase< double > | [inline] |
SetLinearMap(const TScalar &lefttop, const TScalar &bottom, const TScalar &right) | tngmath::MathArrayBase< double > | |
SetOnes() | tngmath::MathArrayBase< double > | [inline] |
SetRandom() | tngmath::MathArrayBase< double > | [inline] |
SetRows(const TIndex &row, const MathArrayBase< TScalar > &ar) | tngmath::MathArrayBase< double > | |
SetZero() | tngmath::MathArrayBase< double > | [inline] |
Sigma() const | tngmath::XMatrix | |
Sigma(const Matrix &ar) const | tngmath::XMatrix | |
Skewness() const | tngmath::XMatrix | |
Solve(const Matrix &rhs) const | tngmath::XMatrix | |
SolveLowerTriangular(const MathArrayBase< TScalar > &n) const | tngmath::MathArrayBase< double > | |
SolveUpperTriangular(const MathArrayBase< TScalar > &n) const | tngmath::MathArrayBase< double > | |
Sort(const TIndex &col=0, const bool up=true) const | tngmath::MathArrayBase< double > | |
Sum() const | tngmath::MathArrayBase< double > | [inline] |
SVD() | tngmath::XMatrix | |
SVDInPlace(XMatrix **sval, XMatrix **u, XMatrix **v) const | tngmath::XMatrix | [inline] |
SVDInPlace(XMatrix &sval, XMatrix &u, XMatrix &v) const | tngmath::XMatrix | |
SVDInPlace(Matrix **svalues, Matrix **mat_U, Matrix **mat_V) const (defined in tngmath::Matrix) | tngmath::Matrix | [inline] |
tngmath::MatrixBase::SVDInPlace(MathArrayBase< TScalar > **svalues, MathArrayBase< TScalar > **mat_U, MathArrayBase< TScalar > **mat_V) const | tngmath::MathArrayBase< double > | [inline] |
SVDInPlace(MathArrayBase< TScalar > &svalues, MathArrayBase< TScalar > &mat_U, MathArrayBase< TScalar > &mat_V) const (defined in tngmath::MathArrayBase< double >) | tngmath::MathArrayBase< double > | |
Swap(MathArrayBase< TScalar > &other) | tngmath::MathArrayBase< double > | [inline] |
Swap(Eigen::MatrixBase< OtherDerived > &other) | tngmath::MathArrayBase< double > | [inline] |
TBuffer typedef (defined in tngmath::MathArrayBase< double >) | tngmath::MathArrayBase< double > | |
TIndex typedef (defined in tngmath::MathArrayBase< double >) | tngmath::MathArrayBase< double > | |
ToScalar() const | tngmath::MathArrayBase< double > | |
Trace() const | tngmath::MathArrayBase< double > | [inline] |
Transpose() const | tngmath::MathArrayBase< double > | [inline] |
TransposeInPlace() | tngmath::MathArrayBase< double > | [inline] |
TScalar typedef (defined in tngmath::MathArrayBase< double >) | tngmath::MathArrayBase< double > | |
Wave(const Matrix::TIndex &mother, const Matrix::TScalar &dt) const | tngmath::XMatrix | [inline] |
Wave(const Matrix::TIndex &mother, const Matrix::TScalar &dt, const Matrix::TIndex &jtot) const | tngmath::XMatrix | |
XMatrix() | tngmath::XMatrix | [inline] |
XMatrix(const XMatrix &ar) | tngmath::XMatrix | [inline] |
XMatrix(const Eigen::MatrixBase< OtherDerived > &x) | tngmath::XMatrix | [inline] |
XMatrix(const TIndex &nrow, const TIndex &ncol=1) | tngmath::XMatrix | [inline] |
Zero(const TIndex &rows, const TIndex &cols=1) | tngmath::MathArrayBase< double > | [inline, static] |
~MathArrayBase() | tngmath::MathArrayBase< double > | [inline, virtual] |
~XMatrix() | tngmath::XMatrix | [inline, virtual] |