NEWMAT::MatrixRowCol Class Reference#include <newmatrc.h>
Inheritance diagram for NEWMAT::MatrixRowCol:
[legend]List of all members.
|
Public Member Functions |
void | IncrMat () |
void | IncrDiag () |
void | IncrId () |
void | IncrUT () |
void | IncrLT () |
void | Zero () |
void | Add (const MatrixRowCol &) |
void | AddScaled (const MatrixRowCol &, Real) |
void | Add (const MatrixRowCol &, const MatrixRowCol &) |
void | Add (const MatrixRowCol &, Real) |
void | NegAdd (const MatrixRowCol &, Real) |
void | Sub (const MatrixRowCol &) |
void | Sub (const MatrixRowCol &, const MatrixRowCol &) |
void | RevSub (const MatrixRowCol &) |
void | ConCat (const MatrixRowCol &, const MatrixRowCol &) |
void | Multiply (const MatrixRowCol &) |
void | Multiply (const MatrixRowCol &, const MatrixRowCol &) |
void | KP (const MatrixRowCol &, const MatrixRowCol &) |
void | Copy (const MatrixRowCol &) |
void | CopyCheck (const MatrixRowCol &) |
void | Check (const MatrixRowCol &) |
void | Check () |
void | Copy (const Real *&) |
void | Copy (const int *&) |
void | Copy (Real) |
void | Add (Real) |
void | Multiply (Real) |
Real | SumAbsoluteValue () |
Real | MaximumAbsoluteValue1 (Real r, int &i) |
Real | MinimumAbsoluteValue1 (Real r, int &i) |
Real | Maximum1 (Real r, int &i) |
Real | Minimum1 (Real r, int &i) |
Real | Sum () |
void | Inject (const MatrixRowCol &) |
void | Negate (const MatrixRowCol &) |
void | Multiply (const MatrixRowCol &, Real) |
Real * | Data () |
int | Skip () |
int | Storage () |
int | Length () |
void | Skip (int i) |
void | Storage (int i) |
void | Length (int i) |
void | SubRowCol (MatrixRowCol &, int, int) const |
| MatrixRowCol () |
| ~MatrixRowCol () |
Public Attributes |
int | length |
int | skip |
int | storage |
int | rowcol |
GeneralMatrix * | gm |
Real * | data |
LoadAndStoreFlag | cw |
Friends |
Real | DotProd (const MatrixRowCol &, const MatrixRowCol &) |
Constructor & Destructor Documentation
NEWMAT::MatrixRowCol::MatrixRowCol |
( |
|
) |
[inline] |
|
Member Function Documentation
void NEWMAT::MatrixRowCol::Add |
( |
Real |
|
) |
|
|
void NEWMAT::MatrixRowCol::Check |
( |
|
) |
|
|
void NEWMAT::MatrixRowCol::Copy |
( |
Real |
|
) |
|
|
void NEWMAT::MatrixRowCol::Copy |
( |
const int *& |
|
) |
|
|
void NEWMAT::MatrixRowCol::Copy |
( |
const Real *& |
|
) |
|
|
void NEWMAT::MatrixRowCol::CopyCheck |
( |
const MatrixRowCol & |
|
) |
|
|
Real* NEWMAT::MatrixRowCol::Data |
( |
|
) |
[inline] |
|
void NEWMAT::MatrixRowCol::IncrDiag |
( |
|
) |
[inline] |
|
void NEWMAT::MatrixRowCol::IncrId |
( |
|
) |
[inline] |
|
void NEWMAT::MatrixRowCol::IncrLT |
( |
|
) |
[inline] |
|
void NEWMAT::MatrixRowCol::IncrMat |
( |
|
) |
[inline] |
|
void NEWMAT::MatrixRowCol::IncrUT |
( |
|
) |
[inline] |
|
void NEWMAT::MatrixRowCol::Length |
( |
int |
i |
) |
[inline] |
|
int NEWMAT::MatrixRowCol::Length |
( |
|
) |
[inline] |
|
Real NEWMAT::MatrixRowCol::Maximum1 |
( |
Real |
r, |
|
|
int & |
i |
|
) |
|
|
Real NEWMAT::MatrixRowCol::MaximumAbsoluteValue1 |
( |
Real |
r, |
|
|
int & |
i |
|
) |
|
|
Real NEWMAT::MatrixRowCol::Minimum1 |
( |
Real |
r, |
|
|
int & |
i |
|
) |
|
|
Real NEWMAT::MatrixRowCol::MinimumAbsoluteValue1 |
( |
Real |
r, |
|
|
int & |
i |
|
) |
|
|
void NEWMAT::MatrixRowCol::Multiply |
( |
Real |
|
) |
|
|
void NEWMAT::MatrixRowCol::Multiply |
( |
const MatrixRowCol & |
|
) |
|
|
void NEWMAT::MatrixRowCol::Skip |
( |
int |
i |
) |
[inline] |
|
int NEWMAT::MatrixRowCol::Skip |
( |
|
) |
[inline] |
|
void NEWMAT::MatrixRowCol::Storage |
( |
int |
i |
) |
[inline] |
|
int NEWMAT::MatrixRowCol::Storage |
( |
|
) |
[inline] |
|
void NEWMAT::MatrixRowCol::SubRowCol |
( |
MatrixRowCol & |
, |
|
|
int |
, |
|
|
int |
|
|
) |
const |
|
Real NEWMAT::MatrixRowCol::Sum |
( |
|
) |
|
|
Real NEWMAT::MatrixRowCol::SumAbsoluteValue |
( |
|
) |
|
|
void NEWMAT::MatrixRowCol::Zero |
( |
|
) |
|
|
Friends And Related Function Documentation
Member Data Documentation
|
Definition at line 90 of file newmatrc.h.
Referenced by Add(), AddScaled(), ConCat(), Copy(), CopyCheck(), Inject(), KP(), Maximum1(), MaximumAbsoluteValue1(), Minimum1(), MinimumAbsoluteValue1(), Multiply(), NegAdd(), Negate(), NEWMAT::operator<<(), RevSub(), Sub(), SubRowCol(), Sum(), SumAbsoluteValue(), Zero(), and ~MatrixRowCol(). |
|
Definition at line 86 of file newmatrc.h.
Referenced by Add(), AddScaled(), Check(), ConCat(), Copy(), CopyCheck(), IncrId(), Inject(), KP(), Maximum1(), MaximumAbsoluteValue1(), Minimum1(), MinimumAbsoluteValue1(), Multiply(), NegAdd(), Negate(), NEWMAT::operator<<(), RevSub(), Sub(), and SubRowCol(). |
|
Definition at line 87 of file newmatrc.h.
Referenced by Add(), AddScaled(), Check(), ConCat(), Copy(), CopyCheck(), IncrMat(), IncrUT(), Inject(), KP(), Maximum1(), MaximumAbsoluteValue1(), Minimum1(), MinimumAbsoluteValue1(), Multiply(), NegAdd(), Negate(), NEWMAT::operator<<(), RevSub(), Sub(), SubRowCol(), Sum(), SumAbsoluteValue(), and Zero(). |
The documentation for this class was generated from the following files:
|