INMOST
A toolkit for distributed mathematical modeling
INMOST::MatrixTranspose< Var > Member List

This is the complete list of members for INMOST::MatrixTranspose< Var >, including all inherited members.

AbstractMatrix()INMOST::AbstractMatrix< Var >inline
BlockOf(enumerator nrows, enumerator ncols, enumerator offset_row, enumerator offset_col)INMOST::AbstractMatrix< Var >
INMOST::AbstractMatrixReadOnly::BlockOf(enumerator nrows, enumerator ncols, enumerator offset_row, enumerator offset_col) constINMOST::AbstractMatrixReadOnly< Var >
CheckInfs() constINMOST::AbstractMatrix< Var >inline
CheckNans() constINMOST::AbstractMatrix< Var >inline
CheckNansInfs() constINMOST::AbstractMatrix< Var >inline
CholeskyInvert(int *ierr=NULL) constINMOST::AbstractMatrixReadOnly< Var >
CholeskySolve(const AbstractMatrixReadOnly< typeB > &B, int *ierr=NULL) constINMOST::AbstractMatrixReadOnly< Var >
CholeskySolve(const AbstractMatrixReadOnly< variable > &B, int *ierr) const (defined in INMOST::AbstractMatrixReadOnly< Var >)INMOST::AbstractMatrixReadOnly< Var >
CholeskySolve(const AbstractMatrixReadOnly< variable > &B, int *ierr) const (defined in INMOST::AbstractMatrixReadOnly< Var >)INMOST::AbstractMatrixReadOnly< Var >
CholeskySolve(const AbstractMatrixReadOnly< INMOST_DATA_REAL_TYPE > &B, int *ierr) const (defined in INMOST::AbstractMatrixReadOnly< Var >)INMOST::AbstractMatrixReadOnly< Var >
Cols() constINMOST::MatrixTranspose< Var >inlinevirtual
compute(enumerator i, enumerator j) constINMOST::MatrixTranspose< Var >inlinevirtual
ConcatCols(AbstractMatrix< Var > &B)INMOST::AbstractMatrix< Var >inline
INMOST::AbstractMatrixReadOnly::ConcatCols(const AbstractMatrixReadOnly< Var > &B) constINMOST::AbstractMatrixReadOnly< Var >inline
INMOST::AbstractMatrixReadOnly::ConcatCols(const AbstractMatrixReadOnly< VarB > &B) constINMOST::AbstractMatrixReadOnly< Var >inline
ConcatRows(AbstractMatrix< Var > &B)INMOST::AbstractMatrix< Var >inline
INMOST::AbstractMatrixReadOnly::ConcatRows(const AbstractMatrixReadOnly< Var > &B) constINMOST::AbstractMatrixReadOnly< Var >inline
INMOST::AbstractMatrixReadOnly::ConcatRows(const AbstractMatrixReadOnly< VarB > &B) constINMOST::AbstractMatrixReadOnly< Var >inline
Conjugate() constINMOST::AbstractMatrixReadOnly< Var >inline
ConjugateTranspose() constINMOST::AbstractMatrixReadOnly< Var >inline
CrossProduct(const AbstractMatrix< typeB > &other) constINMOST::AbstractMatrix< Var >
CrossProduct(const AbstractMatrixReadOnly< typeB > &other) constINMOST::AbstractMatrix< Var >
cSVD(AbstractMatrix< Var > &U, AbstractMatrix< Var > &Sigma, AbstractMatrix< Var > &V) constINMOST::AbstractMatrixReadOnly< Var >
Det() constINMOST::AbstractMatrixReadOnly< Var >inline
DotProduct(const AbstractMatrix< typeB > &other) constINMOST::AbstractMatrix< Var >inline
DotProduct(const AbstractMatrixReadOnly< typeB > &other) constINMOST::AbstractMatrix< Var >inline
enumerator typedef (defined in INMOST::MatrixTranspose< Var >)INMOST::MatrixTranspose< Var >
ExtractSubMatrix(enumerator ibeg, enumerator iend, enumerator jbeg, enumerator jend) constINMOST::AbstractMatrixReadOnly< Var >
FrobeniusNorm() constINMOST::AbstractMatrix< Var >inline
get(enumerator i, enumerator j) constINMOST::MatrixTranspose< Var >inlinevirtual
GetMatrixCount() constINMOST::MatrixTranspose< Var >inlinevirtual
Invert(int *ierr=NULL) constINMOST::AbstractMatrixReadOnly< Var >
isSymmetric(double eps=1.0e-7) constINMOST::AbstractMatrix< Var >inline
Kronecker(const AbstractMatrixReadOnly< typeB > &other) constINMOST::AbstractMatrixReadOnly< Var >
MatrixTranspose(AbstractMatrix< Var > &rA) (defined in INMOST::MatrixTranspose< Var >)INMOST::MatrixTranspose< Var >inline
MatrixTranspose(const MatrixTranspose &b) (defined in INMOST::MatrixTranspose< Var >)INMOST::MatrixTranspose< Var >inline
MaxNorm() constINMOST::AbstractMatrix< Var >inline
merger (defined in INMOST::AbstractMatrixBase)INMOST::AbstractMatrixBaseprotectedstatic
MPT(INMOST_DATA_ENUM_TYPE *Perm, INMOST_DATA_REAL_TYPE *SL=NULL, INMOST_DATA_REAL_TYPE *SR=NULL) constINMOST::AbstractMatrix< Var >
operator()(enumerator i, enumerator j)INMOST::MatrixTranspose< Var >inlinevirtual
INMOST::AbstractMatrix::operator()(enumerator first_row, enumerator last_row, enumerator first_col, enumerator last_col)INMOST::AbstractMatrix< Var >
INMOST::AbstractMatrixReadOnly::operator()(enumerator first_row, enumerator last_row, enumerator first_col, enumerator last_col) constINMOST::AbstractMatrixReadOnly< Var >
operator*(const AbstractMatrixReadOnly< typeB > &other) constINMOST::AbstractMatrixReadOnly< Var >
operator*(const typeB &coef) constINMOST::AbstractMatrixReadOnly< Var >
operator*(shell_expression< A > const &coef) constINMOST::AbstractMatrixReadOnly< Var >
operator*=(const AbstractMatrixReadOnly< typeB > &B)INMOST::AbstractMatrix< Var >
operator*=(typeB coef)INMOST::AbstractMatrix< Var >
operator*=(const AbstractMatrixReadOnly< typeB > &B) (defined in INMOST::AbstractMatrix< Var >)INMOST::AbstractMatrix< Var >
operator*=(typeB coef) (defined in INMOST::AbstractMatrix< Var >)INMOST::AbstractMatrix< Var >
operator+(const AbstractMatrixReadOnly< typeB > &other) constINMOST::AbstractMatrixReadOnly< Var >
operator+=(const AbstractMatrixReadOnly< typeB > &other)INMOST::AbstractMatrix< Var >
operator+=(const AbstractMatrix< typeB > &other)INMOST::AbstractMatrix< Var >
operator+=(const AbstractMatrix< typeB > &other) (defined in INMOST::AbstractMatrix< Var >)INMOST::AbstractMatrix< Var >
operator+=(const AbstractMatrixReadOnly< typeB > &other) (defined in INMOST::AbstractMatrix< Var >)INMOST::AbstractMatrix< Var >
operator-(const AbstractMatrixReadOnly< typeB > &other) constINMOST::AbstractMatrixReadOnly< Var >
operator-() constINMOST::AbstractMatrixReadOnly< Var >inline
operator-=(const AbstractMatrixReadOnly< typeB > &other)INMOST::AbstractMatrix< Var >
operator-=(const AbstractMatrix< typeB > &other)INMOST::AbstractMatrix< Var >
operator-=(const AbstractMatrix< typeB > &other) (defined in INMOST::AbstractMatrix< Var >)INMOST::AbstractMatrix< Var >
operator-=(const AbstractMatrixReadOnly< typeB > &other) (defined in INMOST::AbstractMatrix< Var >)INMOST::AbstractMatrix< Var >
operator/(const typeB &coef) constINMOST::AbstractMatrixReadOnly< Var >
operator/(shell_expression< A > const &coef) constINMOST::AbstractMatrixReadOnly< Var >
operator/(const AbstractMatrixReadOnly< typeB > &other) constINMOST::AbstractMatrixReadOnly< Var >inline
operator/=(typeB coef)INMOST::AbstractMatrix< Var >
operator/=(typeB coef) (defined in INMOST::AbstractMatrix< Var >)INMOST::AbstractMatrix< Var >
operator=(AbstractMatrix const &other)INMOST::AbstractMatrix< Var >inline
operator=(AbstractMatrixReadOnly< typeB > const &other)INMOST::AbstractMatrix< Var >inline
operator=(Var const &b)INMOST::AbstractMatrix< Var >inline
operator^(const AbstractMatrix< typeB > &other) constINMOST::AbstractMatrix< Var >inline
operator^(const AbstractMatrixReadOnly< typeB > &other) constINMOST::AbstractMatrix< Var >inline
Power(INMOST_DATA_REAL_TYPE n, int *ierr=NULL) constINMOST::AbstractMatrixReadOnly< Var >
Print(INMOST_DATA_REAL_TYPE threshold=1.0e-10, std::ostream &sout=std::cout) constINMOST::AbstractMatrix< Var >inline
PseudoInvert(INMOST_DATA_REAL_TYPE tol=0, int *ierr=NULL) constINMOST::AbstractMatrixReadOnly< Var >
PseudoSolve(const AbstractMatrixReadOnly< typeB > &B, INMOST_DATA_REAL_TYPE tol=0, int *ierr=NULL) constINMOST::AbstractMatrixReadOnly< Var >
Repack(enumerator rows, enumerator cols)INMOST::AbstractMatrix< Var >inline
INMOST::AbstractMatrixReadOnly::Repack(enumerator rows, enumerator cols) constINMOST::AbstractMatrixReadOnly< Var >inline
Resize(enumerator rows, enumerator cols)INMOST::MatrixTranspose< Var >inlinevirtual
Root(INMOST_DATA_ENUM_TYPE iter=25, INMOST_DATA_REAL_TYPE tol=1.0e-7, int *ierr=NULL) constINMOST::AbstractMatrixReadOnly< Var >
Rows() constINMOST::MatrixTranspose< Var >inlinevirtual
Solve(const AbstractMatrixReadOnly< typeB > &B, int *ierr=NULL) constINMOST::AbstractMatrixReadOnly< Var >
SVD(AbstractMatrix< Var > &U, AbstractMatrix< Var > &Sigma, AbstractMatrix< Var > &V, bool order_singular_values=true, bool nonnegative=true) constINMOST::AbstractMatrixReadOnly< Var >
Swap(AbstractMatrix< Var > &b)INMOST::AbstractMatrix< Var >virtual
Trace() constINMOST::AbstractMatrix< Var >inline
Transform(const AbstractMatrix< typeB > &other) constINMOST::AbstractMatrix< Var >
Transform(const AbstractMatrixReadOnly< typeB > &other) constINMOST::AbstractMatrix< Var >
Transpose()INMOST::AbstractMatrix< Var >inline
INMOST::AbstractMatrixReadOnly::Transpose() constINMOST::AbstractMatrixReadOnly< Var >inline
Zero()INMOST::AbstractMatrix< Var >inline
~AbstractMatrix()INMOST::AbstractMatrix< Var >inlinevirtual
~AbstractMatrixReadOnly()INMOST::AbstractMatrixReadOnly< Var >inlinevirtual