#include <vector>
#include <string>
#include <ostream>
Go to the source code of this file.
|
| tools |
| inlined C code : ///////////////////////////////////
|
|
|
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) |
|
◆ tools_array
Definition at line 5 of file array.