casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Namespaces | Defines | Functions
TabVecMath.h File Reference

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 >
casa::sum (const TableVector< T > &tv)
template<class T >
casa::product (const TableVector< T > &tv)
template<class T >
void casa::minMax (T &min, T &max, const TableVector< T > &tv)
template<class T >
casa::min (const TableVector< T > &tv)
template<class 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 >
casa::innerProduct (const TableVector< T > &l, const TableVector< T > &r)
template<class T >
casa::norm (const TableVector< T > &tv)
template<class T >
TableVector< T > casa::crossProduct (const TableVector< T > &l, const TableVector< T > &r)

Define Documentation

#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.