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