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

template<class TYPE >
MV_ColMat< TYPE >::MV_ColMat (  )  [inline]

Definition at line 134 of file mvmtp.h.

template<class TYPE >
MV_ColMat< TYPE >::MV_ColMat ( int  m,
int  n 
) [inline]

Definition at line 138 of file mvmtp.h.

template<class TYPE >
MV_ColMat< TYPE >::MV_ColMat ( int  m,
int  n,
const TYPE &  s 
) [inline]

Definition at line 142 of file mvmtp.h.

template<class TYPE >
MV_ColMat< TYPE >::MV_ColMat ( TYPE *  d,
int  m,
int  n 
) [inline]

Definition at line 304 of file mvmtp.h.

template<class TYPE >
MV_ColMat< TYPE >::MV_ColMat ( TYPE *  d,
int  m,
int  n,
int  lda 
) [inline]

Definition at line 316 of file mvmtp.h.

template<class TYPE >
MV_ColMat< TYPE >::MV_ColMat ( TYPE *  d,
int  m,
int  n,
Matrix_::ref_type  i 
) [inline]

Definition at line 293 of file mvmtp.h.

template<class TYPE >
MV_ColMat< TYPE >::MV_ColMat ( TYPE *  d,
int  m,
int  n,
int  lda,
Matrix_::ref_type  i 
) [inline]

Definition at line 298 of file mvmtp.h.

template<class TYPE >
MV_ColMat< TYPE >::MV_ColMat ( const MV_ColMat< TYPE > &  m  )  [inline]

Definition at line 270 of file mvmtp.h.

template<class TYPE >
MV_ColMat< TYPE >::~MV_ColMat (  )  [inline]

Definition at line 376 of file mvmtp.h.


Member Function Documentation

template<class TYPE >
MV_ColMat< TYPE > & MV_ColMat< TYPE >::newsize ( int  M,
int  N 
) [inline]

Definition at line 202 of file mvmtp.h.

template<class TYPE >
const MV_ColMat< TYPE > MV_ColMat< TYPE >::operator() ( const MV_VecIndex I,
const MV_VecIndex J 
) const [inline]

Definition at line 348 of file mvmtp.h.

template<class TYPE >
MV_ColMat< TYPE > MV_ColMat< TYPE >::operator() ( const MV_VecIndex I,
const MV_VecIndex J 
) [inline]

Definition at line 327 of file mvmtp.h.

template<class TYPE >
const TYPE & MV_ColMat< TYPE >::operator() ( int  i,
int  j 
) const [inline]

Definition at line 165 of file mvmtp.h.

template<class TYPE >
TYPE & MV_ColMat< TYPE >::operator() ( int  i,
int  j 
) [inline]

Definition at line 153 of file mvmtp.h.

template<class TYPE >
MV_ColMat< TYPE > & MV_ColMat< TYPE >::operator= ( const TYPE &  s  )  [inline]

Definition at line 176 of file mvmtp.h.

template<class TYPE >
MV_ColMat< TYPE > & MV_ColMat< TYPE >::operator= ( const MV_ColMat< TYPE > &  m  )  [inline]

Definition at line 213 of file mvmtp.h.

template<class TYPE>
int MV_ColMat< TYPE >::ref (  )  const [inline]

Definition at line 99 of file mvmtp.h.

template<class TYPE >
int MV_ColMat< TYPE >::size ( int  i  )  const [inline]

Definition at line 116 of file mvmtp.h.


Friends And Related Function Documentation

template<class TYPE>
std::ostream& operator<< ( std::ostream &  s,
const MV_ColMat< TYPE > &  A 
) [friend]

Member Data Documentation

template<class TYPE>
int MV_ColMat< TYPE >::dim0_ [private]

Definition at line 55 of file mvmtp.h.

template<class TYPE>
int MV_ColMat< TYPE >::dim1_ [private]

Definition at line 56 of file mvmtp.h.

template<class TYPE>
int MV_ColMat< TYPE >::lda_ [private]

Definition at line 57 of file mvmtp.h.

template<class TYPE>
int MV_ColMat< TYPE >::ref_ [private]

Definition at line 58 of file mvmtp.h.

template<class TYPE>
MV_Vector<TYPE> MV_ColMat< TYPE >::v_ [private]

Definition at line 54 of file mvmtp.h.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Friends Defines


sparselib
Author(s): Roldan Pozo, Karin A. Remington, Andrew Lumsdaine
autogenerated on Fri Jan 11 09:41:14 2013