casa
$Rev:20696$
|
Go to the source code of this file.
Classes | |
struct | casa::TabVecMath_global_functions_basicMath |
Basic math for table vectors. More... | |
struct | casa::TabVecMath_global_functions_basicTransMath |
Transcendental math for table vectors. More... | |
struct | casa::TabVecMath_global_functions_advTransMath |
Further transcendental math for table vectors. More... | |
struct | casa::TabVecMath_global_functions_miscellaneous |
Miscellaneous table vector operations. More... | |
struct | casa::TabVecMath_global_functions_vectorMath |
Vector operations on a table vector. More... | |
Namespaces | |
namespace | casa |
this file contains all the compiler specific defines | |
Defines | |
#define | TABVECMATHOPER(NAME, OP, OPA) |
#define | TABVECMATHFUNC(NAME) |
#define | TABVECMATHFUNC2(NAME) |
Functions | |
template<class T > | |
TableVector< T > | casa::pow (const TableVector< T > &tv, const double &exp) |
template<class T > | |
T | casa::sum (const TableVector< T > &tv) |
template<class T > | |
T | casa::product (const TableVector< T > &tv) |
template<class T > | |
void | casa::minMax (T &min, T &max, const TableVector< T > &tv) |
template<class T > | |
T | casa::min (const TableVector< T > &tv) |
template<class T > | |
T | casa::max (const TableVector< T > &tv) |
template<class T > | |
void | casa::indgen (TableVector< T > &tv, Int start, Int inc) |
template<class T > | |
void | casa::indgen (TableVector< T > &tv, Int start) |
template<class T > | |
void | casa::indgen (TableVector< T > &tv) |
template<class T > | |
T | casa::innerProduct (const TableVector< T > &l, const TableVector< T > &r) |
template<class T > | |
T | casa::norm (const TableVector< T > &tv) |
template<class T > | |
TableVector< T > | casa::crossProduct (const TableVector< T > &l, const TableVector< T > &r) |
#define TABVECMATHFUNC | ( | NAME | ) |
Definition at line 345 of file TabVecMath.h.
#define TABVECMATHFUNC2 | ( | NAME | ) |
Definition at line 349 of file TabVecMath.h.
#define TABVECMATHOPER | ( | NAME, | |
OP, | |||
OPA | |||
) |
Definition at line 315 of file TabVecMath.h.