MV_ColMat< TYPE > Class Template Reference
#include <mvmtp.h>
List of all members.
Public Member Functions |
| MV_ColMat (const MV_ColMat< TYPE > &) |
| MV_ColMat (TYPE *, int m, int n, int lda, Matrix_::ref_type i) |
| MV_ColMat (TYPE *, int m, int n, Matrix_::ref_type i) |
| MV_ColMat (TYPE *, int m, int n, int lda) |
| MV_ColMat (TYPE *, int m, int n) |
| MV_ColMat (int, int, const TYPE &) |
| MV_ColMat (int, int) |
| MV_ColMat () |
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 () |
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
template<class TYPE>
class MV_ColMat< TYPE >
Definition at line 51 of file mvmtp.h.
Constructor & Destructor Documentation
Member Function Documentation
template<class TYPE >
const TYPE & MV_ColMat< TYPE >::operator() |
( |
int |
i, |
|
|
int |
j | |
|
) |
| | const [inline] |
template<class TYPE >
TYPE & MV_ColMat< TYPE >::operator() |
( |
int |
i, |
|
|
int |
j | |
|
) |
| | [inline] |
template<class TYPE>
int MV_ColMat< TYPE >::ref |
( |
|
) |
const [inline] |
template<class TYPE >
int MV_ColMat< TYPE >::size |
( |
int |
i |
) |
const [inline] |
Friends And Related Function Documentation
template<class TYPE>
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: