|
inlib
1.2.0
|
#include <vector>#include <ostream>

Go to the source code of this file.
Classes | |
| class | inlib::array< T > |
| class | inlib::kronecker< T > |
| common array ///////////////////////////////////////////////////////////// More... | |
Namespaces | |
| namespace | inlib |
manipulations that induces other includes : /////////// | |
Defines | |
| #define | inlib_array |
Functions | |
| template<class T > | |
| bool | inlib::contract (const array< T > &aA, unsigned int aIA, const array< T > &aB, unsigned int aIB, array< T > &aR) |
| template<class T > | |
| bool | inlib::swap (const array< T > &aV, unsigned int aI1, unsigned int aI2, array< T > &aR) |
| template<class T > | |
| void | inlib::dump (std::ostream &a_out, const inlib::array< T > &a_array, const std::string &a_title) |
| template<class T > | |
| void | inlib::diff (std::ostream &a_out, const array< T > &aA, const array< T > &aB, T a_epsilon) |
1.7.5.1