NEWMAT::RowVector Class Reference#include <newmat.h>
List of all members.
Detailed Description
Definition at line 845 of file newmat.h.
Constructor & Destructor Documentation
| NEWMAT::RowVector::RowVector |
( |
|
) |
[inline] |
| NEWMAT::RowVector::~RowVector |
( |
|
) |
[inline] |
| NEWMAT::RowVector::RowVector |
( |
const BaseMatrix & |
M |
) |
|
| NEWMAT::RowVector::RowVector |
( |
const RowVector & |
gm |
) |
[inline] |
Member Function Documentation
| GeneralMatrix * NEWMAT::RowVector::Image |
( |
|
) |
const [private, virtual] |
| void NEWMAT::RowVector::operator= |
( |
const BaseMatrix & |
X |
) |
|
| void NEWMAT::RowVector::operator= |
( |
Real |
f |
) |
[inline] |
| void NEWMAT::RowVector::operator= |
( |
const RowVector & |
m |
) |
[inline] |
| Real & NEWMAT::RowVector::operator() |
( |
int |
n |
) |
|
| Real & NEWMAT::RowVector::element |
( |
int |
n |
) |
|
| Real NEWMAT::RowVector::operator() |
( |
int |
n |
) |
const |
| Real NEWMAT::RowVector::element |
( |
int |
n |
) |
const |
| MatrixType NEWMAT::RowVector::Type |
( |
|
) |
const [virtual] |
| void NEWMAT::RowVector::GetCol |
( |
MatrixRowCol & |
mrc |
) |
[virtual] |
| void NEWMAT::RowVector::GetCol |
( |
MatrixColX & |
mrc |
) |
[virtual] |
| void NEWMAT::RowVector::NextCol |
( |
MatrixRowCol & |
mrc |
) |
[virtual] |
| void NEWMAT::RowVector::NextCol |
( |
MatrixColX & |
mrc |
) |
[virtual] |
| void NEWMAT::RowVector::RestoreCol |
( |
MatrixRowCol & |
|
) |
[inline, virtual] |
| void NEWMAT::RowVector::RestoreCol |
( |
MatrixColX & |
c |
) |
[virtual] |
| void NEWMAT::RowVector::ReSize |
( |
int |
nc |
) |
|
| void NEWMAT::RowVector::ReSize |
( |
int |
nr, |
|
|
int |
nc | |
|
) |
| | [virtual] |
| void NEWMAT::RowVector::ReSize |
( |
const GeneralMatrix & |
A |
) |
[virtual] |
| Real* NEWMAT::RowVector::nric |
( |
|
) |
const [inline] |
| void NEWMAT::RowVector::CleanUp |
( |
|
) |
[virtual] |
| void NEWMAT::RowVector::MiniCleanUp |
( |
|
) |
[inline, virtual] |
| void NEWMAT::RowVector::operator+= |
( |
const Matrix & |
M |
) |
[inline] |
| void NEWMAT::RowVector::operator-= |
( |
const Matrix & |
M |
) |
[inline] |
| void NEWMAT::RowVector::operator+= |
( |
Real |
f |
) |
[inline] |
| void NEWMAT::RowVector::operator-= |
( |
Real |
f |
) |
[inline] |
| void NEWMAT::RowVector::swap |
( |
RowVector & |
gm |
) |
[inline] |
The documentation for this class was generated from the following files:
|