$TYPE Class Reference

#include <mvmt.h>

List of all members.

Public Member Functions

~MV_Vector_ $TYPE ()
MV_Vector_ $TYPE (const MV_Vector_ $TYPE &V, MV_Vector_::ref_type i)
MV_Vector_ $TYPE ($TYPE *d, int N, MV_Vector_::ref_type i)
MV_Vector_ $TYPE (const MV_Vector_ $TYPE &)
MV_Vector_ $TYPE (const $TYPE *, int)
MV_Vector_ $TYPE ($TYPE *, int)
MV_Vector_ $TYPE (int, const $TYPE &)
MV_Vector_ $TYPE (int)
MV_Vector_ $TYPE ()
~MV_ColMat_ $TYPE ()
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 (MV_ColMat_ $TYPE &A, 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 ()
int dim () const
int dim (int i) const
int lda (void) const
MV_Vector_ $TYPE & newsize (int)
MV_ColMat_ $TYPE & newsize (int, int)
int null () const
const MV_Vector_ $TYPE operator() (const MV_VecIndex &I) const
const MV_Vector_ $TYPE operator() (void) const
MV_Vector_ $TYPE operator() (void)
MV_Vector_ $TYPE operator() (const MV_VecIndex &I)
const $TYPE & operator() (int i) const
$TYPE & operator() (int i)
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_Vector_ $TYPE & operator= (const $TYPE &)
MV_Vector_ $TYPE & operator= (const MV_Vector_ $TYPE &)
MV_ColMat_ $TYPE & operator= (const $TYPE &)
MV_ColMat_ $TYPE & operator= (const MV_ColMat_ $TYPE &)
const $TYPE & operator[] (int i) const
$TYPE & operator[] (int i)
int ref () const
int ref () const
int size () const
int size (int i) const

Protected Attributes

int dim_
$TYPE * p_

Private Attributes

int dim0_
int dim1_
int lda_
int ref_
MV_Vector_ $TYPE v_

Friends

std::ostream & operator<< (std::ostream &s, const MV_Vector_ $TYPE &A)
std::ostream & operator<< (std::ostream &s, const MV_ColMat_ $TYPE &A)

Detailed Description

Definition at line 47 of file mvmt.h.


Constructor & Destructor Documentation

MV_ColMat_ $TYPE::$TYPE (  ) 
MV_ColMat_ $TYPE::$TYPE ( int  ,
int   
)
MV_ColMat_ $TYPE::$TYPE ( int  ,
int  ,
const $TYPE &   
)
MV_ColMat_ $TYPE::$TYPE ( $TYPE *  ,
int  m,
int  n 
)
MV_ColMat_ $TYPE::$TYPE ( $TYPE *  ,
int  m,
int  n,
int  lda 
)
MV_ColMat_ $TYPE::$TYPE ( MV_ColMat_ $TYPE &  A,
MV_Matrix_::ref_type  i 
)
MV_ColMat_ $TYPE::$TYPE ( $TYPE *  ,
int  m,
int  n,
MV_Matrix_::ref_type  i 
)
MV_ColMat_ $TYPE::$TYPE ( $TYPE *  ,
int  m,
int  n,
int  lda,
MV_Matrix_::ref_type  i 
)
MV_ColMat_ $TYPE::$TYPE ( const MV_ColMat_ $TYPE &   ) 
~MV_ColMat_ $TYPE::$TYPE (  ) 
MV_Vector_ $TYPE::$TYPE (  ) 
MV_Vector_ $TYPE::$TYPE ( int   ) 
MV_Vector_ $TYPE::$TYPE ( int  ,
const $TYPE &   
)
MV_Vector_ $TYPE::$TYPE ( $TYPE *  ,
int   
)
MV_Vector_ $TYPE::$TYPE ( const $TYPE *  ,
int   
)
MV_Vector_ $TYPE::$TYPE ( const MV_Vector_ $TYPE &   ) 
MV_Vector_ $TYPE::$TYPE ( $TYPE *  d,
int  N,
MV_Vector_::ref_type  i 
) [inline]

Definition at line 81 of file mvvt.h.

MV_Vector_ $TYPE::$TYPE ( const MV_Vector_ $TYPE &  V,
MV_Vector_::ref_type  i 
) [inline]

Definition at line 84 of file mvvt.h.

~MV_Vector_ $TYPE::$TYPE (  ) 

Member Function Documentation

int $TYPE::dim (  )  const [inline]

Definition at line 131 of file mvvt.h.

int $TYPE::dim ( int  i  )  const
int $TYPE::lda ( void   )  const [inline]

Definition at line 95 of file mvmt.h.

MV_Vector_ $TYPE& $TYPE::newsize ( int   ) 
MV_ColMat_ $TYPE& $TYPE::newsize ( int  ,
int   
)
int $TYPE::null (  )  const [inline]

Definition at line 133 of file mvvt.h.

const MV_Vector_ $TYPE $TYPE::operator() ( const MV_VecIndex I  )  const
const MV_Vector_ $TYPE $TYPE::operator() ( void   )  const
MV_Vector_ $TYPE $TYPE::operator() ( void   ) 
MV_Vector_ $TYPE $TYPE::operator() ( const MV_VecIndex I  ) 
const $TYPE& $TYPE::operator() ( int  i  )  const [inline]

Definition at line 101 of file mvvt.h.

$TYPE& $TYPE::operator() ( int  i  )  [inline]

Definition at line 94 of file mvvt.h.

const MV_ColMat_ $TYPE $TYPE::operator() ( const MV_VecIndex I,
const MV_VecIndex J 
) const
MV_ColMat_ $TYPE $TYPE::operator() ( const MV_VecIndex I,
const MV_VecIndex J 
)
const $TYPE &MV_ColMat_ $TYPE::operator() ( int  i,
int  j 
) const [inline]

Definition at line 123 of file mvmt.h.

$TYPE &MV_ColMat_ $TYPE::operator() ( int  i,
int  j 
) [inline]

Definition at line 112 of file mvmt.h.

MV_Vector_ $TYPE& $TYPE::operator= ( const $TYPE &   ) 
MV_Vector_ $TYPE& $TYPE::operator= ( const MV_Vector_ $TYPE &   ) 
MV_ColMat_ $TYPE& $TYPE::operator= ( const $TYPE &   ) 
MV_ColMat_ $TYPE& $TYPE::operator= ( const MV_ColMat_ $TYPE &   ) 
const $TYPE& $TYPE::operator[] ( int  i  )  const [inline]

Definition at line 116 of file mvvt.h.

$TYPE& $TYPE::operator[] ( int  i  )  [inline]

Definition at line 109 of file mvvt.h.

int $TYPE::ref (  )  const [inline]

Definition at line 132 of file mvvt.h.

int $TYPE::ref (  )  const [inline]

Definition at line 98 of file mvmt.h.

int $TYPE::size (  )  const [inline]

Definition at line 130 of file mvvt.h.

int $TYPE::size ( int  i  )  const [inline]

Definition at line 96 of file mvmt.h.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const MV_Vector_ $TYPE &  A 
) [friend]
std::ostream& operator<< ( std::ostream &  s,
const MV_ColMat_ $TYPE &  A 
) [friend]

Member Data Documentation

int $TYPE::dim0_ [private]

Definition at line 51 of file mvmt.h.

int $TYPE::dim1_ [private]

Definition at line 52 of file mvmt.h.

int $TYPE::dim_ [protected]

Definition at line 56 of file mvvt.h.

int $TYPE::lda_ [private]

Definition at line 53 of file mvmt.h.

$TYPE* $TYPE::p_ [protected]

Definition at line 55 of file mvvt.h.

int $TYPE::ref_ [private]

Definition at line 54 of file mvmt.h.

MV_Vector_ $TYPE $TYPE::v_ [private]

Definition at line 50 of file mvmt.h.


The documentation for this class was generated from the following files:
 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