MV_ColMat_float Class Reference
#include <mvmf.h>
List of all members.
Public Member Functions |
int | dim (int i) const |
int | lda (void) const |
| MV_ColMat_float (const MV_ColMat_float &) |
| MV_ColMat_float (float *, int m, int n, int lda, MV_Matrix_::ref_type i) |
| MV_ColMat_float (float *, int m, int n, MV_Matrix_::ref_type i) |
| MV_ColMat_float (MV_ColMat_float &A, MV_Matrix_::ref_type i) |
| MV_ColMat_float (float *, int m, int n, int lda) |
| MV_ColMat_float (float *, int m, int n) |
| MV_ColMat_float (int, int, const float &) |
| MV_ColMat_float (int, int) |
| MV_ColMat_float () |
MV_ColMat_float & | newsize (int, int) |
const MV_ColMat_float | operator() (const MV_VecIndex &I, const MV_VecIndex &J) const |
MV_ColMat_float | operator() (const MV_VecIndex &I, const MV_VecIndex &J) |
const float & | operator() (int, int) const |
float & | operator() (int, int) |
MV_ColMat_float & | operator= (const float &) |
MV_ColMat_float & | operator= (const MV_ColMat_float &) |
int | ref () const |
int | size (int i) const |
| ~MV_ColMat_float () |
Private Attributes |
int | dim0_ |
int | dim1_ |
int | lda_ |
int | ref_ |
MV_Vector_float | v_ |
Friends |
std::ostream & | operator<< (std::ostream &s, const MV_ColMat_float &A) |
Detailed Description
Definition at line 47 of file mvmf.h.
Constructor & Destructor Documentation
MV_ColMat_float::MV_ColMat_float |
( |
|
) |
|
MV_ColMat_float::MV_ColMat_float |
( |
int |
, |
|
|
int |
| |
|
) |
| | |
MV_ColMat_float::MV_ColMat_float |
( |
int |
, |
|
|
int |
, |
|
|
const float & |
| |
|
) |
| | |
MV_ColMat_float::MV_ColMat_float |
( |
float * |
, |
|
|
int |
m, |
|
|
int |
n | |
|
) |
| | |
MV_ColMat_float::MV_ColMat_float |
( |
float * |
, |
|
|
int |
m, |
|
|
int |
n, |
|
|
int |
lda | |
|
) |
| | |
MV_ColMat_float::MV_ColMat_float |
( |
float * |
d, |
|
|
int |
m, |
|
|
int |
n, |
|
|
int |
lda, |
|
|
MV_Matrix_::ref_type |
i | |
|
) |
| | [inline] |
MV_ColMat_float::~MV_ColMat_float |
( |
|
) |
|
Member Function Documentation
int MV_ColMat_float::dim |
( |
int |
i |
) |
const |
int MV_ColMat_float::lda |
( |
void |
|
) |
const [inline] |
const float & MV_ColMat_float::operator() |
( |
int |
i, |
|
|
int |
j | |
|
) |
| | const [inline] |
float & MV_ColMat_float::operator() |
( |
int |
i, |
|
|
int |
j | |
|
) |
| | [inline] |
int MV_ColMat_float::ref |
( |
|
) |
const [inline] |
int MV_ColMat_float::size |
( |
int |
i |
) |
const [inline] |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const MV_ColMat_float & |
A | |
|
) |
| | [friend] |
Member Data Documentation
The documentation for this class was generated from the following file: