Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

NEWMAT::UpperBandMatrix Member List

This is the complete list of members for NEWMAT::UpperBandMatrix, including all inherited members.
Add(GeneralMatrix *, Real)NEWMAT::GeneralMatrix [protected]
Add(Real)NEWMAT::GeneralMatrix [protected]
AddedMatrix classNEWMAT::GeneralMatrix [friend]
AsColumn() const NEWMAT::BaseMatrix
AsDiagonal() const NEWMAT::BaseMatrix
AsMatrix(int, int) const NEWMAT::BaseMatrix
AsRow() const NEWMAT::BaseMatrix
AsScalar() const NEWMAT::BaseMatrix
BandMatrix()NEWMAT::BandMatrix
BandMatrix(int n, int lb, int ub)NEWMAT::BandMatrix
BandMatrix(const BaseMatrix &)NEWMAT::BandMatrix
BandMatrix(const BandMatrix &gm)NEWMAT::BandMatrix
NEWMAT::GeneralMatrix::BandMatrix classNEWMAT::GeneralMatrix [friend]
BandWidth() const NEWMAT::BandMatrix [virtual]
BaseMatrix classNEWMAT::GeneralMatrix [friend]
BorrowStore(GeneralMatrix *, MatrixType)NEWMAT::GeneralMatrix [protected]
CheckConversion(const BaseMatrix &)NEWMAT::GeneralMatrix [protected]
CheckStore() const NEWMAT::GeneralMatrix
CleanUp()NEWMAT::GeneralMatrix [virtual]
ColedMatrix classNEWMAT::GeneralMatrix [friend]
Column(int) const NEWMAT::BaseMatrix
Columns(int, int) const NEWMAT::BaseMatrix
ColumnVector classNEWMAT::GeneralMatrix [friend]
ConcatenatedMatrix classNEWMAT::GeneralMatrix [friend]
const_data() const NEWMAT::GeneralMatrix
CornerClear() const NEWMAT::BandMatrix [protected]
CroutMatrix classNEWMAT::GeneralMatrix [friend]
data()NEWMAT::GeneralMatrix
data() const NEWMAT::GeneralMatrix
Determinant() const NEWMAT::BaseMatrix
DiagedMatrix classNEWMAT::GeneralMatrix [friend]
DiagonalMatrix classNEWMAT::GeneralMatrix [friend]
element(int, int)NEWMAT::UpperBandMatrix
element(int, int) const NEWMAT::UpperBandMatrix
Eq(const BaseMatrix &, MatrixType)NEWMAT::GeneralMatrix [protected]
Eq(const GeneralMatrix &)NEWMAT::GeneralMatrix [protected]
Eq(const BaseMatrix &, MatrixType, bool)NEWMAT::GeneralMatrix [protected]
Eq2(const BaseMatrix &, MatrixType)NEWMAT::GeneralMatrix [protected]
Evaluate(MatrixType mt=MatrixTypeUnSp)NEWMAT::GeneralMatrix [virtual]
ForReturn() const NEWMAT::GeneralMatrix
GeneralMatrix()NEWMAT::GeneralMatrix [protected]
GeneralMatrix(ArrayLengthSpecifier)NEWMAT::GeneralMatrix [protected]
GeneralMatrix(const GeneralMatrix &)NEWMAT::GeneralMatrix [protected]
NEWMAT::BaseMatrix::GeneralMatrix classNEWMAT::BaseMatrix [friend]
GenericMatrix classNEWMAT::GeneralMatrix [friend]
GetCol(MatrixRowCol &)NEWMAT::BandMatrix [virtual]
GetCol(MatrixColX &)NEWMAT::BandMatrix [virtual]
GetMatrix(const GeneralMatrix *)NEWMAT::GeneralMatrix [protected]
GetRow(MatrixRowCol &)NEWMAT::BandMatrix [virtual]
GetStore()NEWMAT::GeneralMatrix [protected]
GetSubMatrix classNEWMAT::GeneralMatrix [friend]
i() const NEWMAT::BaseMatrix
IEQND() const NEWMAT::BaseMatrix
Image() const NEWMAT::UpperBandMatrix [private, virtual]
Inject(const GeneralMatrix &)NEWMAT::GeneralMatrix
InvertedMatrix classNEWMAT::GeneralMatrix [friend]
IsEqual(const GeneralMatrix &) const NEWMAT::GeneralMatrix [virtual]
IsZero() const NEWMAT::GeneralMatrix
Janitor()RBD_COMMON::Janitor
KPMatrix classNEWMAT::GeneralMatrix [friend]
LinearEquationSolver classNEWMAT::GeneralMatrix [friend]
LogDeterminant() const NEWMAT::UpperBandMatrix [virtual]
lowerNEWMAT::BandMatrix
LowerBandMatrix classNEWMAT::GeneralMatrix [friend]
LowerTriangularMatrix classNEWMAT::GeneralMatrix [friend]
MakeSolver()NEWMAT::UpperBandMatrix [virtual]
MatedMatrix classNEWMAT::GeneralMatrix [friend]
Matrix classNEWMAT::GeneralMatrix [friend]
Maximum() const NEWMAT::BandMatrix [virtual]
Maximum1(int &i) const NEWMAT::GeneralMatrix [virtual]
Maximum2(int &i, int &j) const NEWMAT::GeneralMatrix [virtual]
MaximumAbsoluteValue() const NEWMAT::BandMatrix [virtual]
MaximumAbsoluteValue1(int &i) const NEWMAT::GeneralMatrix [virtual]
MaximumAbsoluteValue2(int &i, int &j) const NEWMAT::GeneralMatrix [virtual]
MiniCleanUp()NEWMAT::GeneralMatrix [protected, virtual]
Minimum() const NEWMAT::BandMatrix [virtual]
Minimum1(int &i) const NEWMAT::GeneralMatrix [virtual]
Minimum2(int &i, int &j) const NEWMAT::GeneralMatrix [virtual]
MinimumAbsoluteValue() const NEWMAT::BandMatrix [virtual]
MinimumAbsoluteValue1(int &i) const NEWMAT::GeneralMatrix [virtual]
MinimumAbsoluteValue2(int &i, int &j) const NEWMAT::GeneralMatrix [virtual]
MinusEqual(const GeneralMatrix &gm)NEWMAT::GeneralMatrix [protected]
MinusEqual(Real f)NEWMAT::GeneralMatrix [protected]
MultipliedMatrix classNEWMAT::GeneralMatrix [friend]
Multiply(GeneralMatrix *, Real)NEWMAT::GeneralMatrix [protected]
Multiply(Real)NEWMAT::GeneralMatrix [protected]
Ncols() const NEWMAT::GeneralMatrix
ncols() const NEWMAT::GeneralMatrix
ncols_valueNEWMAT::GeneralMatrix [protected]
NegAdd(GeneralMatrix *, Real)NEWMAT::GeneralMatrix [protected]
NegAdd(Real)NEWMAT::GeneralMatrix [protected]
Negate(GeneralMatrix *)NEWMAT::GeneralMatrix [protected]
Negate()NEWMAT::GeneralMatrix [protected]
NegatedMatrix classNEWMAT::GeneralMatrix [friend]
NegShiftedMatrix classNEWMAT::GeneralMatrix [friend]
NextCol(MatrixRowCol &)NEWMAT::GeneralMatrix [virtual]
NextCol(MatrixColX &)NEWMAT::GeneralMatrix [virtual]
NextRow(MatrixRowCol &)NEWMAT::BandMatrix [virtual]
Norm1() const NEWMAT::BaseMatrix
NormFrobenius() const NEWMAT::BaseMatrix
NormInfinity() const NEWMAT::BaseMatrix
nricMatrix classNEWMAT::GeneralMatrix [friend]
Nrows() const NEWMAT::GeneralMatrix
nrows() const NEWMAT::GeneralMatrix
nrows_valueNEWMAT::GeneralMatrix [protected]
operator ReturnMatrix() const NEWMAT::GeneralMatrix
operator&(const BaseMatrix &) const NEWMAT::BaseMatrix
operator&=(const BaseMatrix &)NEWMAT::GeneralMatrix
operator()(int, int)NEWMAT::UpperBandMatrix
operator()(int, int) const NEWMAT::UpperBandMatrix
operator*(const BaseMatrix &) const NEWMAT::BaseMatrix
operator*(Real) const NEWMAT::BaseMatrix
operator*=(const BaseMatrix &)NEWMAT::GeneralMatrix
operator*=(Real)NEWMAT::GeneralMatrix
operator+(const BaseMatrix &) const NEWMAT::BaseMatrix
operator+(Real) const NEWMAT::BaseMatrix
operator+=(const BaseMatrix &)NEWMAT::GeneralMatrix
operator+=(Real)NEWMAT::GeneralMatrix
operator-(const BaseMatrix &) const NEWMAT::BaseMatrix
operator-(Real) const NEWMAT::BaseMatrix
operator-() const NEWMAT::BaseMatrix
operator-=(const BaseMatrix &)NEWMAT::GeneralMatrix
operator-=(Real r)NEWMAT::GeneralMatrix
operator/(Real) const NEWMAT::BaseMatrix
operator/=(Real r)NEWMAT::GeneralMatrix
operator<<(Real)NEWMAT::BandMatrix
operator<<(int f)NEWMAT::BandMatrix
operator<<(const Real *r)NEWMAT::BandMatrix
operator<<(const int *r)NEWMAT::BandMatrix
operator<<(const BaseMatrix &X)NEWMAT::BandMatrix
operator=(const BaseMatrix &)NEWMAT::UpperBandMatrix
operator=(Real f)NEWMAT::UpperBandMatrix
operator=(const UpperBandMatrix &m)NEWMAT::UpperBandMatrix
NEWMAT::BandMatrix::operator=(const BandMatrix &m)NEWMAT::BandMatrix
NEWMAT::GeneralMatrix::operator=(const GeneralMatrix &)NEWMAT::GeneralMatrix [protected]
operator|(const BaseMatrix &) const NEWMAT::BaseMatrix
operator|=(const BaseMatrix &)NEWMAT::GeneralMatrix
PlusEqual(const GeneralMatrix &gm)NEWMAT::GeneralMatrix [protected]
PlusEqual(Real f)NEWMAT::GeneralMatrix [protected]
Protect()NEWMAT::GeneralMatrix
Release()NEWMAT::GeneralMatrix
Release(int tg)NEWMAT::GeneralMatrix
ReleaseAndDelete()NEWMAT::GeneralMatrix
ReSize(int, int, int)NEWMAT::UpperBandMatrix [virtual]
ReSize(int n, int ubw)NEWMAT::UpperBandMatrix
ReSize(const GeneralMatrix &A)NEWMAT::UpperBandMatrix [virtual]
ReSizeForAdd(const GeneralMatrix &A, const GeneralMatrix &B)NEWMAT::BandMatrix [virtual]
ReSizeForSP(const GeneralMatrix &A, const GeneralMatrix &B)NEWMAT::BandMatrix [virtual]
RestoreCol(MatrixRowCol &)NEWMAT::BandMatrix [virtual]
RestoreCol(MatrixColX &c)NEWMAT::BandMatrix [virtual]
RestoreRow(MatrixRowCol &)NEWMAT::GeneralMatrix [virtual]
ReturnMatrix classNEWMAT::GeneralMatrix [friend]
reuse()NEWMAT::GeneralMatrix
Reverse() const NEWMAT::BaseMatrix
ReversedMatrix classNEWMAT::GeneralMatrix [friend]
ReverseElements()NEWMAT::GeneralMatrix [protected]
ReverseElements(GeneralMatrix *)NEWMAT::GeneralMatrix [protected]
Row(int) const NEWMAT::BaseMatrix
RowedMatrix classNEWMAT::GeneralMatrix [friend]
Rows(int, int) const NEWMAT::BaseMatrix
RowVector classNEWMAT::GeneralMatrix [friend]
SameStorageType(const GeneralMatrix &A) const NEWMAT::BandMatrix [virtual]
ScaledMatrix classNEWMAT::GeneralMatrix [friend]
search(const BaseMatrix *) const NEWMAT::GeneralMatrix [protected, virtual]
SetParameters(const GeneralMatrix *)NEWMAT::BandMatrix [virtual]
ShiftedMatrix classNEWMAT::GeneralMatrix [friend]
SimpleAddOK(const GeneralMatrix *gm)NEWMAT::BandMatrix [protected, virtual]
size() const NEWMAT::GeneralMatrix
SolvedMatrix classNEWMAT::GeneralMatrix [friend]
Solver(MatrixColX &, const MatrixColX &)NEWMAT::UpperBandMatrix [virtual]
SPMatrix classNEWMAT::GeneralMatrix [friend]
SquareMatrix classNEWMAT::GeneralMatrix [friend]
StackedMatrix classNEWMAT::GeneralMatrix [friend]
Storage() const NEWMAT::GeneralMatrix
storageNEWMAT::GeneralMatrix [protected]
storeNEWMAT::GeneralMatrix [protected]
Store() const NEWMAT::GeneralMatrix
SubMatrix(int, int, int, int) const NEWMAT::BaseMatrix
SubtractedMatrix classNEWMAT::GeneralMatrix [friend]
Sum() const NEWMAT::BandMatrix [virtual]
SumAbsoluteValue() const NEWMAT::BandMatrix [virtual]
SumSquare() const NEWMAT::BandMatrix [virtual]
swap(UpperBandMatrix &gm)NEWMAT::UpperBandMatrix
NEWMAT::BandMatrix::swap(BandMatrix &gm)NEWMAT::BandMatrix
NEWMAT::GeneralMatrix::swap(GeneralMatrix &gm)NEWMAT::GeneralMatrix [protected]
SymmetricBandMatrix classNEWMAT::GeneralMatrix [friend]
SymmetricMatrix classNEWMAT::GeneralMatrix [friend]
SymSubMatrix(int, int) const NEWMAT::BaseMatrix
t() const NEWMAT::BaseMatrix
Tag() const NEWMAT::GeneralMatrix
tagNEWMAT::GeneralMatrix [protected]
tDelete()NEWMAT::GeneralMatrix
Trace() const NEWMAT::BandMatrix [virtual]
Transpose(TransposedMatrix *, MatrixType)NEWMAT::GeneralMatrix [protected, virtual]
TransposedMatrix classNEWMAT::GeneralMatrix [friend]
Type() const NEWMAT::UpperBandMatrix [virtual]
upperNEWMAT::BandMatrix
UpperBandMatrix()NEWMAT::UpperBandMatrix
UpperBandMatrix(int n, int ubw)NEWMAT::UpperBandMatrix
UpperBandMatrix(const BaseMatrix &)NEWMAT::UpperBandMatrix
UpperBandMatrix(const UpperBandMatrix &gm)NEWMAT::UpperBandMatrix
NEWMAT::BandMatrix::UpperBandMatrix classNEWMAT::GeneralMatrix [friend]
UpperTriangularMatrix classNEWMAT::GeneralMatrix [friend]
~BandMatrix()NEWMAT::BandMatrix
~GeneralMatrix()NEWMAT::GeneralMatrix [virtual]
~Janitor()RBD_COMMON::Janitor [virtual]
~UpperBandMatrix()NEWMAT::UpperBandMatrix

newmat11b
Generated Mon May 9 04:54:19 2016 by Doxygen 1.6.3