LIBINT  2.6.0
Public Member Functions | List of all members
libint2::VectorN< T, N > Class Template Reference

vector of N elements of type T More...

#include <vectorn.h>

Public Member Functions

 VectorN ()
 Default is vector of zeroes.
 
 VectorN (const VectorN &a)
 
VectorNoperator+= (const VectorN &a)
 
VectorNoperator-= (const VectorN &a)
 
norm1 () const
 1-norm
 
T & operator[] (int i)
 
const T & operator[] (int i) const
 

Detailed Description

template<typename T, int N>
class libint2::VectorN< T, N >

vector of N elements of type T


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