LIBINT  2.6.0
Public Types | Public Member Functions | List of all members
libint2::LinearCombination< C, T > Class Template Reference

represents linear combination of objects of type T with coefficients of type C More...

#include <algebra.h>

Public Types

typedef std::pair< C, T > term_t
 
typedef std::vector< term_t > data_t
 

Public Member Functions

 LinearCombination (data_t *data)
 
LinearCombinationoperator+= (const term_t &t)
 
size_t size () const
 
const term_t & operator[] (unsigned int i) const
 

Detailed Description

template<class C, class T>
class libint2::LinearCombination< C, T >

represents linear combination of objects of type T with coefficients of type C


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