casacore::TabVecMath_global_functions_basicTransMath Struct Reference
Transcendental math for table vectors.
More...
#include <TabVecMath.h>
List of all members.
Detailed Description
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 essentially all numeric types. The functions are sin, sinh, exp, log, pow, etc.\. In case two table vectors are used, the left and right operand must be conformant (i.e. have equal length).
Definition at line 166 of file TabVecMath.h.
Member Function Documentation
template<class T >
TableVector<T> casacore::TabVecMath_global_functions_basicTransMath::cos |
( |
const TableVector< T > & |
|
) |
[inline] |
template<class T >
TableVector<T> casacore::TabVecMath_global_functions_basicTransMath::cosh |
( |
const TableVector< T > & |
|
) |
[inline] |
template<class T >
TableVector<T> casacore::TabVecMath_global_functions_basicTransMath::exp |
( |
const TableVector< T > & |
|
) |
[inline] |
template<class T >
TableVector<T> casacore::TabVecMath_global_functions_basicTransMath::log |
( |
const TableVector< T > & |
|
) |
[inline] |
template<class T >
TableVector<T> casacore::TabVecMath_global_functions_basicTransMath::log10 |
( |
const TableVector< T > & |
|
) |
[inline] |
template<class T >
TableVector<T> casacore::TabVecMath_global_functions_basicTransMath::sin |
( |
const TableVector< T > & |
|
) |
[inline] |
template<class T >
TableVector<T> casacore::TabVecMath_global_functions_basicTransMath::sinh |
( |
const TableVector< T > & |
|
) |
[inline] |
template<class T >
TableVector<T> casacore::TabVecMath_global_functions_basicTransMath::sqrt |
( |
const TableVector< T > & |
|
) |
[inline] |
The documentation for this struct was generated from the following file: