NEWMAT::RectMatrixRowCol Class Reference#include <newmatrm.h>
Inheritance diagram for NEWMAT::RectMatrixRowCol:
[legend]List of all members.
|
Public Member Functions |
| | RectMatrixRowCol (Real *st, int nx, int sp, int sh) |
| void | Reset (Real *st, int nx, int sp, int sh) |
| Real | operator * (const RectMatrixRowCol &) const |
| void | AddScaled (const RectMatrixRowCol &, Real) |
| void | Divide (const RectMatrixRowCol &, Real) |
| void | Divide (Real) |
| void | Negate () |
| void | Zero () |
| Real & | operator[] (int i) |
| Real | SumSquare () const |
| Real & | First () |
| void | DownDiag () |
| void | UpDiag () |
Public Attributes |
| Real * | store |
| int | n |
| int | spacing |
| int | shift |
Friends |
| void | ComplexScale (RectMatrixCol &, RectMatrixCol &, Real, Real) |
| void | Rotate (RectMatrixCol &, RectMatrixCol &, Real, Real) |
Constructor & Destructor Documentation
| NEWMAT::RectMatrixRowCol::RectMatrixRowCol |
( |
Real * |
st, |
|
|
int |
nx, |
|
|
int |
sp, |
|
|
int |
sh |
|
) |
[inline] |
|
Member Function Documentation
| void NEWMAT::RectMatrixRowCol::Divide |
( |
Real |
|
) |
|
|
| void NEWMAT::RectMatrixRowCol::DownDiag |
( |
|
) |
[inline] |
|
| Real& NEWMAT::RectMatrixRowCol::First |
( |
|
) |
[inline] |
|
| void NEWMAT::RectMatrixRowCol::Negate |
( |
|
) |
|
|
| Real& NEWMAT::RectMatrixRowCol::operator[] |
( |
int |
i |
) |
[inline] |
|
| void NEWMAT::RectMatrixRowCol::Reset |
( |
Real * |
st, |
|
|
int |
nx, |
|
|
int |
sp, |
|
|
int |
sh |
|
) |
[inline] |
|
| Real NEWMAT::RectMatrixRowCol::SumSquare |
( |
|
) |
const |
|
| void NEWMAT::RectMatrixRowCol::UpDiag |
( |
|
) |
[inline] |
|
| void NEWMAT::RectMatrixRowCol::Zero |
( |
|
) |
|
|
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following files:
|