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