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

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

BlockOf(enumerator nrows, enumerator ncols, enumerator offset_row, enumerator offset_col) constINMOST::AbstractMatrixReadOnly< Var >
CheckInfs() constINMOST::AbstractMatrixReadOnly< Var >inline
CheckNans() constINMOST::AbstractMatrixReadOnly< Var >inline
CheckNansInfs() constINMOST::AbstractMatrixReadOnly< 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::ConstMatrixRepack< Var >inlinevirtual
compute(enumerator i, enumerator j) constINMOST::ConstMatrixRepack< Var >inlinevirtual
ConcatCols(const AbstractMatrixReadOnly< Var > &B) constINMOST::AbstractMatrixReadOnly< Var >inline
ConcatCols(const AbstractMatrixReadOnly< VarB > &B) constINMOST::AbstractMatrixReadOnly< Var >inline
ConcatRows(const AbstractMatrixReadOnly< Var > &B) constINMOST::AbstractMatrixReadOnly< Var >inline
ConcatRows(const AbstractMatrixReadOnly< VarB > &B) constINMOST::AbstractMatrixReadOnly< Var >inline
Conjugate() constINMOST::AbstractMatrixReadOnly< Var >inline
ConjugateTranspose() constINMOST::AbstractMatrixReadOnly< Var >inline
ConstMatrixRepack(const AbstractMatrixReadOnly< Var > &rA, enumerator n, enumerator m) (defined in INMOST::ConstMatrixRepack< Var >)INMOST::ConstMatrixRepack< Var >inline
ConstMatrixRepack(const ConstMatrixRepack &b) (defined in INMOST::ConstMatrixRepack< Var >)INMOST::ConstMatrixRepack< Var >inline
CrossProduct(const AbstractMatrixReadOnly< typeB > &other) constINMOST::AbstractMatrixReadOnly< Var >
cSVD(AbstractMatrix< Var > &U, AbstractMatrix< Var > &Sigma, AbstractMatrix< Var > &V) constINMOST::AbstractMatrixReadOnly< Var >
Det() constINMOST::AbstractMatrixReadOnly< Var >inline
DotProduct(const AbstractMatrixReadOnly< typeB > &other) constINMOST::AbstractMatrixReadOnly< Var >inline
enumerator typedef (defined in INMOST::ConstMatrixRepack< Var >)INMOST::ConstMatrixRepack< Var >
ExtractSubMatrix(enumerator ibeg, enumerator iend, enumerator jbeg, enumerator jend) constINMOST::AbstractMatrixReadOnly< Var >
FrobeniusNorm() constINMOST::AbstractMatrixReadOnly< Var >inline
GetMatrixCount() constINMOST::ConstMatrixRepack< Var >inlinevirtual
Invert(int *ierr=NULL) constINMOST::AbstractMatrixReadOnly< Var >
isSymmetric(double eps=1.0e-7) constINMOST::AbstractMatrixReadOnly< Var >inline
Kronecker(const AbstractMatrixReadOnly< typeB > &other) constINMOST::AbstractMatrixReadOnly< Var >
MaxNorm() constINMOST::AbstractMatrixReadOnly< Var >inline
merger (defined in INMOST::AbstractMatrixBase)INMOST::AbstractMatrixBaseprotectedstatic
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 > &other) constINMOST::AbstractMatrixReadOnly< Var >
operator-(const AbstractMatrixReadOnly< typeB > &other) constINMOST::AbstractMatrixReadOnly< Var >
operator-() constINMOST::AbstractMatrixReadOnly< Var >inline
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^(const AbstractMatrixReadOnly< typeB > &other) constINMOST::AbstractMatrixReadOnly< 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::AbstractMatrixReadOnly< 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) constINMOST::AbstractMatrixReadOnly< Var >inline
Root(INMOST_DATA_ENUM_TYPE iter=25, INMOST_DATA_REAL_TYPE tol=1.0e-7, int *ierr=NULL) constINMOST::AbstractMatrixReadOnly< Var >
Rows() constINMOST::ConstMatrixRepack< 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 >
Trace() constINMOST::AbstractMatrixReadOnly< Var >inline
Transform(const AbstractMatrixReadOnly< typeB > &other) constINMOST::AbstractMatrixReadOnly< Var >
Transpose() constINMOST::AbstractMatrixReadOnly< Var >inline
~AbstractMatrixReadOnly()INMOST::AbstractMatrixReadOnly< Var >inlinevirtual