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