ALPS MPS Codes
Reference documentation.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
Anasazi::IETLMultMv< Vector > Class Template Reference

#include <anasazi_solver.h>

Inheritance diagram for Anasazi::IETLMultMv< Vector >:

Public Types

typedef std::vector
< boost::shared_ptr< Vector > > 
data_type
 

Public Member Functions

 IETLMultMv (std::size_t k=0)
 

Public Attributes

data_type data
 

Detailed Description

template<class Vector>
class Anasazi::IETLMultMv< Vector >

Definition at line 44 of file anasazi_solver.h.

Member Typedef Documentation

template<class Vector >
typedef std::vector<boost::shared_ptr<Vector> > Anasazi::IETLMultMv< Vector >::data_type

Definition at line 47 of file anasazi_solver.h.

Constructor & Destructor Documentation

template<class Vector >
Anasazi::IETLMultMv< Vector >::IETLMultMv ( std::size_t  k = 0)
inline

Definition at line 50 of file anasazi_solver.h.

50 : data(k) { }

Member Data Documentation

template<class Vector >
data_type Anasazi::IETLMultMv< Vector >::data

Definition at line 48 of file anasazi_solver.h.


The documentation for this class was generated from the following file: