![]() |
Chemical Data Processing Library C++ API - Version 1.2.3
|
#include <MinimizerVariableArrayTraits.hpp>
Inheritance diagram for CDPL::Math::MinimizerVariableArrayTraits< A >:Public Types | |
| typedef A | ArrayType |
| typedef A::ValueType | ValueType |
| typedef A::SizeType | SizeType |
Static Public Member Functions | |
| template<typename T > | |
| static T | dot (const ArrayType &a1, const ArrayType &a2) |
| template<typename T > | |
| static T | norm2 (const ArrayType &a) |
| template<typename T > | |
| static void | axpy (const T &alpha, const ArrayType &x, ArrayType &y) |
| static void | clear (ArrayType &a) |
| static void | assign (ArrayType &a1, const ArrayType &a2) |
| template<typename T > | |
| static void | multiply (ArrayType &a, const T &v) |
| static void | sub (ArrayType &a1, const ArrayType &a2) |
| typedef A CDPL::Math::MinimizerVariableArrayTraits< A >::ArrayType |
| typedef A::ValueType CDPL::Math::MinimizerVariableArrayTraits< A >::ValueType |
| typedef A::SizeType CDPL::Math::MinimizerVariableArrayTraits< A >::SizeType |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |