MV_Vector< TYPE > Class Template Reference

#include <mvvtp.h>

Inheritance diagram for MV_Vector< TYPE >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 MV_Vector (const MV_Vector< TYPE > &)
 MV_Vector (TYPE *, int, MV_Vector_::ref_type i)
 MV_Vector (const TYPE *, int)
 MV_Vector (TYPE *, int)
 MV_Vector (int, const TYPE &)
 MV_Vector (int)
 MV_Vector ()
MV_Vector< TYPE > & newsize (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)
MV_Vector< TYPE > & operator= (const TYPE &)
MV_Vector< TYPE > & operator= (const MV_Vector< TYPE > &)
const TYPE & operator[] (int i) const
TYPE & operator[] (int i)
int ref () const
int size () const
 ~MV_Vector ()

Protected Attributes

int dim_
TYPE * p_
int ref_

Detailed Description

template<class TYPE>
class MV_Vector< TYPE >

Definition at line 41 of file mvvtp.h.


Constructor & Destructor Documentation

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

Definition at line 129 of file mvvtp.h.

template<class TYPE >
MV_Vector< TYPE >::MV_Vector ( int  n  )  [inline]

Definition at line 132 of file mvvtp.h.

template<class TYPE >
MV_Vector< TYPE >::MV_Vector ( int  n,
const TYPE &  v 
) [inline]

Definition at line 144 of file mvvtp.h.

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

Definition at line 295 of file mvvtp.h.

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

Definition at line 310 of file mvvtp.h.

template<class TYPE >
MV_Vector< TYPE >::MV_Vector ( TYPE *  d,
int  n,
MV_Vector_::ref_type  i 
) [inline]

Definition at line 291 of file mvvtp.h.

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

Definition at line 270 of file mvvtp.h.

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

Definition at line 372 of file mvvtp.h.


Member Function Documentation

template<class TYPE >
MV_Vector< TYPE > & MV_Vector< TYPE >::newsize ( int  n  )  [inline]

Definition at line 194 of file mvvtp.h.

template<class TYPE>
int MV_Vector< TYPE >::null (  )  const [inline]

Definition at line 111 of file mvvtp.h.

template<class TYPE >
const MV_Vector< TYPE > MV_Vector< TYPE >::operator() ( const MV_VecIndex I  )  const [inline]

Definition at line 357 of file mvvtp.h.

template<class TYPE >
const MV_Vector< TYPE > MV_Vector< TYPE >::operator() ( void   )  const [inline]

Definition at line 330 of file mvvtp.h.

template<class TYPE >
MV_Vector< TYPE > MV_Vector< TYPE >::operator() ( void   )  [inline]

Definition at line 324 of file mvvtp.h.

template<class TYPE >
MV_Vector< TYPE > MV_Vector< TYPE >::operator() ( const MV_VecIndex I  )  [inline]

Definition at line 336 of file mvvtp.h.

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

Definition at line 79 of file mvvtp.h.

template<class TYPE>
TYPE& MV_Vector< TYPE >::operator() ( int  i  )  [inline]

Definition at line 72 of file mvvtp.h.

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

Reimplemented in FMV_Vector< TYPE >.

Definition at line 164 of file mvvtp.h.

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

Definition at line 230 of file mvvtp.h.

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

Definition at line 94 of file mvvtp.h.

template<class TYPE>
TYPE& MV_Vector< TYPE >::operator[] ( int  i  )  [inline]

Definition at line 87 of file mvvtp.h.

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

Definition at line 110 of file mvvtp.h.

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

Definition at line 109 of file mvvtp.h.


Member Data Documentation

template<class TYPE>
int MV_Vector< TYPE >::dim_ [protected]

Definition at line 45 of file mvvtp.h.

template<class TYPE>
TYPE* MV_Vector< TYPE >::p_ [protected]

Definition at line 44 of file mvvtp.h.

template<class TYPE>
int MV_Vector< TYPE >::ref_ [protected]

Definition at line 46 of file mvvtp.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