|
TBCI Numerical high perf. C++ Library 2.8.0
|
collection of useful routines More...
#include "tbci/vector.h"#include "tbci/matrix.h"#include "tbci/constants.h"#include "tbci/solver/gauss_jordan.h"
Go to the source code of this file.
Macros | |
| #define | DELTA(i, j) |
| #define | DELTAX 1e-30 |
| #define | CON2 2.0 |
| #define | CON SQRT2 |
| #define | BIG 1.0e30 |
| #define | NTAB 10 |
| #define | SAFE 2.0 |
Functions | |
| template<typename T> | |
| NAMESPACE_TBCI void | do_nothing (T dummy) |
| template<typename T> | |
| int | basis_trafo (long int value, long int basis, Vector< T > &index) |
| INST (template< typename T > class Vector friend T partial_del(T(*func)(const Vector< T > &, const Vector< T > &), const Vector< T > &, const Vector< T > &, int, T, T &);) template< typename T > T partial_del(T(*func)(const Vector< T > & | |
| Matrix< T > | a (10, 10) |
| Vector< T > | buf_plus (xlen) |
| Vector< T > | buf_minus (xlen) |
Variables | |
| const Vector< T > const Vector< T > & | x |
| const Vector< T > const Vector< T > const Vector< T > & | p |
| const Vector< T > const Vector< T > const Vector< T > int | mu |
| const Vector< T > const Vector< T > const Vector< T > int T | h |
| const Vector< T > const Vector< T > const Vector< T > int T T & | err |
| int | xlen = x.size() |
collection of useful routines
Definition in file my_nr.h.
|
inline |
| INST | ( | template< typename T > class Vector friend T partial_del(T(*func)(const Vector< T > &, const Vector< T > &), const Vector< T > &, const Vector< T > &, int, T, T &); | ) | const & |
References T.