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