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