casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::TabVecMath_global_functions_advTransMath Struct Reference

Further transcendental math for table vectors. More...

#include <TabVecMath.h>

List of all members.

Public Member Functions

template<class T >
TableVector< T > acos (const TableVector< T > &)
template<class T >
TableVector< T > asin (const TableVector< T > &)
template<class T >
TableVector< T > atan (const TableVector< T > &)
template<class T >
TableVector< T > atan2 (const TableVector< T > &y, const TableVector< T > &x)
template<class T >
TableVector< T > ceil (const TableVector< T > &)
template<class T >
TableVector< T > fabs (const TableVector< T > &)
template<class T >
TableVector< T > floor (const TableVector< T > &)
template<class T >
TableVector< T > fmod (const TableVector< T > &value, const TableVector< T > &modulo)
template<class T >
TableVector< T > pow (const TableVector< T > &value, const double &exponent)
template<class T >
TableVector< T > tan (const TableVector< T > &)
template<class T >
TableVector< T > tanh (const TableVector< T > &)

Detailed Description

Further transcendental math for table vectors.

Intended use:

Public interface

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Synopsis

These global functions do the transcendental math for table vectors for a limited set of numeric types. The functions are asin, ceil, etc.. In case two table vectors are used, the left and right operand must be conformant (i.e. have equal length).

Definition at line 198 of file TabVecMath.h.


Member Function Documentation

template<class T >
TableVector<T> casa::TabVecMath_global_functions_advTransMath::acos ( const TableVector< T > &  ) [inline]
template<class T >
TableVector<T> casa::TabVecMath_global_functions_advTransMath::asin ( const TableVector< T > &  ) [inline]
template<class T >
TableVector<T> casa::TabVecMath_global_functions_advTransMath::atan ( const TableVector< T > &  ) [inline]
template<class T >
TableVector<T> casa::TabVecMath_global_functions_advTransMath::atan2 ( const TableVector< T > &  y,
const TableVector< T > &  x 
) [inline]
template<class T >
TableVector<T> casa::TabVecMath_global_functions_advTransMath::ceil ( const TableVector< T > &  ) [inline]
template<class T >
TableVector<T> casa::TabVecMath_global_functions_advTransMath::fabs ( const TableVector< T > &  ) [inline]
template<class T >
TableVector<T> casa::TabVecMath_global_functions_advTransMath::floor ( const TableVector< T > &  ) [inline]
template<class T >
TableVector<T> casa::TabVecMath_global_functions_advTransMath::fmod ( const TableVector< T > &  value,
const TableVector< T > &  modulo 
) [inline]
template<class T >
TableVector<T> casa::TabVecMath_global_functions_advTransMath::pow ( const TableVector< T > &  value,
const double &  exponent 
) [inline]
template<class T >
TableVector<T> casa::TabVecMath_global_functions_advTransMath::tan ( const TableVector< T > &  ) [inline]
template<class T >
TableVector<T> casa::TabVecMath_global_functions_advTransMath::tanh ( const TableVector< T > &  ) [inline]

The documentation for this struct was generated from the following file: