g4tools  5.4.0
Classes | Namespaces | Macros | Functions
array File Reference
#include <vector>
#include <string>
#include <ostream>
Include dependency graph for array:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tools::array< T >
 
class  tools::kronecker< T >
 common array ///////////////////////////////////////////////////////////// More...
 

Namespaces

 tools
 inlined C code : ///////////////////////////////////
 

Macros

#define tools_array
 

Functions

template<class T >
bool tools::contract (const array< T > &aA, unsigned int aIA, const array< T > &aB, unsigned int aIB, array< T > &aR)
 
template<class T >
bool tools::swap (const array< T > &aV, unsigned int aI1, unsigned int aI2, array< T > &aR)
 
template<class T >
void tools::dump (std::ostream &a_out, const tools::array< T > &a_array, const std::string &a_title)
 
template<class T >
void tools::diff (std::ostream &a_out, const array< T > &aA, const array< T > &aB, T a_epsilon)
 
template<class T >
array< T > tools::operator+ (const array< T > &a1, const array< T > &a2)
 
template<class T >
array< T > tools::operator- (const array< T > &a1, const array< T > &a2)
 
template<class T >
array< T > tools::operator* (const T &a_fac, const array< T > &a_m)
 

Macro Definition Documentation

◆ tools_array

#define tools_array

Definition at line 5 of file array.