NEWMAT::ColumnVector Class Reference#include <newmat.h>
Inheritance diagram for NEWMAT::ColumnVector:
[legend]List of all members.
Constructor & Destructor Documentation
NEWMAT::ColumnVector::ColumnVector |
( |
|
) |
[inline] |
|
NEWMAT::ColumnVector::ColumnVector |
( |
const BaseMatrix & |
|
) |
|
|
NEWMAT::ColumnVector::ColumnVector |
( |
const ColumnVector & |
gm |
) |
[inline] |
|
Member Function Documentation
void NEWMAT::ColumnVector::CleanUp |
( |
|
) |
[virtual] |
|
Real NEWMAT::ColumnVector::element |
( |
int |
|
) |
const |
|
Real & NEWMAT::ColumnVector::element |
( |
int |
|
) |
|
|
GeneralMatrix * NEWMAT::ColumnVector::Image |
( |
|
) |
const [private, virtual] |
|
void NEWMAT::ColumnVector::MiniCleanUp |
( |
|
) |
[inline, virtual] |
|
Real* NEWMAT::ColumnVector::nric |
( |
|
) |
const [inline] |
|
Real NEWMAT::ColumnVector::operator() |
( |
int |
|
) |
const |
|
Real & NEWMAT::ColumnVector::operator() |
( |
int |
|
) |
|
|
void NEWMAT::ColumnVector::operator+= |
( |
Real |
f |
) |
[inline] |
|
void NEWMAT::ColumnVector::operator+= |
( |
const Matrix & |
M |
) |
[inline] |
|
void NEWMAT::ColumnVector::operator-= |
( |
Real |
f |
) |
[inline] |
|
void NEWMAT::ColumnVector::operator-= |
( |
const Matrix & |
M |
) |
[inline] |
|
void NEWMAT::ColumnVector::operator= |
( |
const ColumnVector & |
m |
) |
[inline] |
|
void NEWMAT::ColumnVector::operator= |
( |
Real |
f |
) |
[inline] |
|
void NEWMAT::ColumnVector::operator= |
( |
const BaseMatrix & |
|
) |
|
|
void NEWMAT::ColumnVector::ReSize |
( |
const GeneralMatrix & |
A |
) |
[virtual] |
|
void NEWMAT::ColumnVector::ReSize |
( |
int |
, |
|
|
int |
|
|
) |
[virtual] |
|
void NEWMAT::ColumnVector::ReSize |
( |
int |
|
) |
|
|
|
Definition at line 275 of file newmat4.cpp.
Referenced by NEWMAT::DCT_II(), NEWMAT::DCT_II_inverse(), NEWMAT::DCT_inverse(), NEWMAT::DST_II(), NEWMAT::DST_II_inverse(), NEWMAT::DST_inverse(), NEWMAT::FFT(), NEWMAT::RealFFT(), NEWMAT::RealFFTI(), ReSize(), and NEWMAT::NonLinearLeastSquares::Value(). |
void NEWMAT::ColumnVector::swap |
( |
ColumnVector & |
gm |
) |
[inline] |
|
MatrixType NEWMAT::ColumnVector::Type |
( |
|
) |
const [virtual] |
|
The documentation for this class was generated from the following files:
|