Add(GeneralMatrix *, Real) | GeneralMatrix | protected |
Add(Real) | GeneralMatrix | protected |
as_column() const | BaseMatrix | |
as_diagonal() const | BaseMatrix | |
as_matrix(int, int) const | BaseMatrix | |
as_row() const | BaseMatrix | |
as_scalar() const | BaseMatrix | |
AsColumn() const | BaseMatrix | inline |
AsDiagonal() const | BaseMatrix | inline |
AsMatrix(int m, int n) const | BaseMatrix | inline |
AsRow() const | BaseMatrix | inline |
AsScalar() const | BaseMatrix | inline |
bandwidth() const | IdentityMatrix | virtual |
BandWidth() const | BaseMatrix | inlinevirtual |
BorrowStore(GeneralMatrix *, MatrixType) | GeneralMatrix | protected |
CheckConversion(const BaseMatrix &) | GeneralMatrix | protected |
CheckStore() const | GeneralMatrix | |
cleanup() | GeneralMatrix | virtual |
CleanUp() | BaseMatrix | inlinevirtual |
column(int) const | BaseMatrix | |
Column(int f) const | BaseMatrix | inline |
columns(int, int) const | BaseMatrix | |
Columns(int f, int l) const | BaseMatrix | inline |
const_data() const | GeneralMatrix | inline |
data() | GeneralMatrix | inline |
data() const | GeneralMatrix | inline |
determinant() const | BaseMatrix | |
Determinant() const | BaseMatrix | inline |
Eq(const BaseMatrix &, MatrixType) | GeneralMatrix | protected |
Eq(const GeneralMatrix &) | GeneralMatrix | protected |
Eq(const BaseMatrix &, MatrixType, bool) | GeneralMatrix | protected |
Eq2(const BaseMatrix &, MatrixType) | GeneralMatrix | protected |
Evaluate(MatrixType mt=MatrixTypeUnSp) | GeneralMatrix | virtual |
for_return() const | GeneralMatrix | |
ForReturn() const | GeneralMatrix | inline |
GeneralMatrix() | GeneralMatrix | protected |
GeneralMatrix(ArrayLengthSpecifier) | GeneralMatrix | protected |
GetCol(MatrixRowCol &) | IdentityMatrix | virtual |
GetCol(MatrixColX &) | IdentityMatrix | virtual |
GetMatrix(const GeneralMatrix *) | GeneralMatrix | protected |
GetRow(MatrixRowCol &) | IdentityMatrix | virtual |
GetStore() | GeneralMatrix | protected |
i() const | BaseMatrix | |
IdentityMatrix() | IdentityMatrix | inline |
IdentityMatrix(ArrayLengthSpecifier n) | IdentityMatrix | inline |
IdentityMatrix(const IdentityMatrix &gm) | IdentityMatrix | inline |
IdentityMatrix(const BaseMatrix &) | IdentityMatrix | |
IEQND() const | BaseMatrix | |
Image() const | IdentityMatrix | privatevirtual |
inject(const GeneralMatrix &) | GeneralMatrix | |
Inject(const GeneralMatrix &GM) | GeneralMatrix | inline |
is_zero() const | GeneralMatrix | |
IsEqual(const GeneralMatrix &) const | GeneralMatrix | virtual |
IsZero() const | GeneralMatrix | inline |
Janitor() | Janitor | inline |
log_determinant() const | IdentityMatrix | virtual |
LogDeterminant() const | BaseMatrix | inline |
MakeSolver() | IdentityMatrix | inlinevirtual |
Maximum() const | BaseMatrix | inline |
maximum() const | GeneralMatrix | virtual |
Maximum1(int &i) const | BaseMatrix | inline |
maximum1(int &i) const | GeneralMatrix | virtual |
Maximum2(int &i, int &j) const | BaseMatrix | inline |
maximum2(int &i, int &j) const | GeneralMatrix | virtual |
maximum_absolute_value() const | GeneralMatrix | virtual |
maximum_absolute_value1(int &i) const | GeneralMatrix | virtual |
maximum_absolute_value2(int &i, int &j) const | GeneralMatrix | virtual |
MaximumAbsoluteValue() const | BaseMatrix | inline |
MaximumAbsoluteValue1(int &i) const | BaseMatrix | inline |
MaximumAbsoluteValue2(int &i, int &j) const | BaseMatrix | inline |
MiniCleanUp() | GeneralMatrix | inlineprotectedvirtual |
Minimum() const | BaseMatrix | inline |
minimum() const | GeneralMatrix | virtual |
Minimum1(int &i) const | BaseMatrix | inline |
minimum1(int &i) const | GeneralMatrix | virtual |
minimum2(int &i, int &j) const | GeneralMatrix | virtual |
Minimum2(int &i, int &j) const | BaseMatrix | inline |
minimum_absolute_value() const | GeneralMatrix | virtual |
minimum_absolute_value1(int &i) const | GeneralMatrix | virtual |
minimum_absolute_value2(int &i, int &j) const | GeneralMatrix | virtual |
MinimumAbsoluteValue() const | BaseMatrix | inline |
MinimumAbsoluteValue1(int &i) const | BaseMatrix | inline |
MinimumAbsoluteValue2(int &i, int &j) const | BaseMatrix | inline |
MinusEqual(const GeneralMatrix &gm) | GeneralMatrix | protected |
MinusEqual(Real f) | GeneralMatrix | protected |
Multiply(GeneralMatrix *, Real) | GeneralMatrix | protected |
Multiply(Real) | GeneralMatrix | protected |
ncols() const | GeneralMatrix | inline |
Ncols() const | GeneralMatrix | inline |
ncols_val | GeneralMatrix | protected |
NegAdd(GeneralMatrix *, Real) | GeneralMatrix | protected |
NegAdd(Real) | GeneralMatrix | protected |
Negate(GeneralMatrix *) | GeneralMatrix | protected |
Negate() | GeneralMatrix | protected |
NextCol(MatrixRowCol &) | IdentityMatrix | virtual |
NextCol(MatrixColX &) | IdentityMatrix | virtual |
NextRow(MatrixRowCol &) | IdentityMatrix | virtual |
Norm1() const | BaseMatrix | inline |
norm1() const | BaseMatrix | |
norm_frobenius() const | BaseMatrix | inline |
norm_Frobenius() const | BaseMatrix | |
norm_infinity() const | BaseMatrix | |
NormFrobenius() const | BaseMatrix | inline |
NormInfinity() const | BaseMatrix | inline |
Nrows() const | GeneralMatrix | inline |
nrows() const | GeneralMatrix | inline |
nrows_val | GeneralMatrix | protected |
operator ReturnMatrix() const | GeneralMatrix | |
operator&(const BaseMatrix &) const | BaseMatrix | |
operator&=(const BaseMatrix &) | GeneralMatrix | |
operator*(const BaseMatrix &) const | BaseMatrix | |
operator*(Real) const | BaseMatrix | |
operator*=(const BaseMatrix &) | GeneralMatrix | |
operator*=(Real) | GeneralMatrix | |
operator+(const BaseMatrix &) const | BaseMatrix | |
operator+(Real) const | BaseMatrix | |
operator+=(const BaseMatrix &) | GeneralMatrix | |
operator+=(Real) | GeneralMatrix | |
operator-(const BaseMatrix &) const | BaseMatrix | |
operator-(Real) const | BaseMatrix | |
operator-() const | BaseMatrix | |
operator-=(const BaseMatrix &) | GeneralMatrix | |
operator-=(Real r) | GeneralMatrix | inline |
operator/(Real) const | BaseMatrix | |
operator/=(Real r) | GeneralMatrix | inline |
operator<<(const double *) | GeneralMatrix | |
operator<<(const float *) | GeneralMatrix | |
operator<<(const int *) | GeneralMatrix | |
operator<<(const BaseMatrix &X) | GeneralMatrix | inline |
operator<<(double) | GeneralMatrix | |
operator<<(float) | GeneralMatrix | |
operator<<(int f) | GeneralMatrix | inline |
operator=(const BaseMatrix &) | IdentityMatrix | |
operator=(const IdentityMatrix &m) | IdentityMatrix | inline |
operator=(Real f) | IdentityMatrix | inline |
operator|(const BaseMatrix &) const | BaseMatrix | |
operator|=(const BaseMatrix &) | GeneralMatrix | |
PlusEqual(const GeneralMatrix &gm) | GeneralMatrix | protected |
PlusEqual(Real f) | GeneralMatrix | protected |
Protect() | GeneralMatrix | inline |
protect() | GeneralMatrix | inline |
Release() | GeneralMatrix | inline |
Release(int t) | GeneralMatrix | inline |
release() | GeneralMatrix | inline |
release(int t) | GeneralMatrix | inline |
release_and_delete() | GeneralMatrix | inline |
ReleaseAndDelete() | GeneralMatrix | inline |
resize(int n) | IdentityMatrix | |
resize(const GeneralMatrix &A) | IdentityMatrix | virtual |
GeneralMatrix::resize(int, int, int) | GeneralMatrix | protected |
ReSize(int n) | IdentityMatrix | inline |
ReSize(const GeneralMatrix &A) | IdentityMatrix | inlinevirtual |
RestoreCol(MatrixRowCol &) | GeneralMatrix | inlinevirtual |
RestoreCol(MatrixColX &) | GeneralMatrix | inlinevirtual |
RestoreRow(MatrixRowCol &) | GeneralMatrix | inlinevirtual |
reuse() | GeneralMatrix | |
reverse() const | BaseMatrix | |
Reverse() const | BaseMatrix | inline |
ReverseElements() | GeneralMatrix | protected |
ReverseElements(GeneralMatrix *) | GeneralMatrix | protected |
Row(int f) const | BaseMatrix | inline |
row(int) const | BaseMatrix | |
Rows(int f, int l) const | BaseMatrix | inline |
rows(int, int) const | BaseMatrix | |
search(const BaseMatrix *) const | GeneralMatrix | protectedvirtual |
SetParameters(const GeneralMatrix *) | GeneralMatrix | inlinevirtual |
SimpleAddOK(const GeneralMatrix *) | GeneralMatrix | inlineprotectedvirtual |
size() const | GeneralMatrix | inline |
Solver(MatrixColX &, const MatrixColX &) | IdentityMatrix | virtual |
Storage() const | GeneralMatrix | inline |
storage | GeneralMatrix | protected |
store | GeneralMatrix | protected |
Store() const | GeneralMatrix | inline |
SubMatrix(int fr, int lr, int fc, int lc) const | BaseMatrix | inline |
submatrix(int, int, int, int) const | BaseMatrix | |
sum() const | IdentityMatrix | inlinevirtual |
Sum() const | BaseMatrix | inlinevirtual |
sum_absolute_value() const | IdentityMatrix | virtual |
sum_columns() const | BaseMatrix | |
sum_rows() const | BaseMatrix | |
sum_square() const | IdentityMatrix | virtual |
sum_square_columns() const | BaseMatrix | |
sum_square_rows() const | BaseMatrix | |
SumAbsoluteValue() const | BaseMatrix | inline |
SumSquare() const | BaseMatrix | inline |
swap(IdentityMatrix &gm) | IdentityMatrix | inline |
GeneralMatrix::swap(GeneralMatrix &gm) | GeneralMatrix | protected |
sym_submatrix(int, int) const | BaseMatrix | |
SymSubMatrix(int f, int l) const | BaseMatrix | inline |
t() const | BaseMatrix | |
Tag() const | GeneralMatrix | inline |
tag() const | GeneralMatrix | inline |
tag_val | GeneralMatrix | protected |
tDelete() | GeneralMatrix | |
trace() const | IdentityMatrix | virtual |
Trace() const | BaseMatrix | inline |
Transpose(TransposedMatrix *, MatrixType) | IdentityMatrix | virtual |
Type() const | GeneralMatrix | inline |
type() const | IdentityMatrix | virtual |
~GeneralMatrix() | GeneralMatrix | virtual |
~IdentityMatrix() | IdentityMatrix | inline |
~Janitor() | Janitor | inlinevirtual |