INMOST
A toolkit for distributed mathematical modeling
INMOST::ConstMatrixConcatRows2< VarA, VarB, VarR > Member List

This is the complete list of members for INMOST::ConstMatrixConcatRows2< VarA, VarB, VarR >, including all inherited members.

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