casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
casacore::TVecMath_global_functions_advTransMath Struct Reference

Further transcendental math for table vectors. More...

#include <TVecMath.h>

Public Member Functions

template<class T >
TabVecRep< T > & tabVecRepacos (const TabVecRep< T > &)
 
template<class T >
TabVecRep< T > & tabVecRepasin (const TabVecRep< T > &)
 
template<class T >
TabVecRep< T > & tabVecRepatan (const TabVecRep< T > &)
 
template<class T >
TabVecRep< T > & tabVecRepatan2 (const TabVecRep< T > &, const TabVecRep< T > &)
 
template<class T >
TabVecRep< T > & tabVecRepceil (const TabVecRep< T > &)
 
template<class T >
TabVecRep< T > & tabVecRepfabs (const TabVecRep< T > &)
 
template<class T >
TabVecRep< T > & tabVecRepfloor (const TabVecRep< T > &)
 
template<class T >
TabVecRep< T > & tabVecRepfmod (const TabVecRep< T > &, const TabVecRep< T > &)
 
template<class T >
TabVecRep< T > & tabVecReppow (const TabVecRep< T > &, const double &)
 
template<class T >
TabVecRep< T > & tabVecReptan (const TabVecRep< T > &)
 
template<class T >
TabVecRep< T > & tabVecReptanh (const TabVecRep< T > &)
 

Detailed Description

Further transcendental math for table vectors.

Intended use:

Internal

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 183 of file TVecMath.h.

Member Function Documentation

template<class T >
TabVecRep<T>& casacore::TVecMath_global_functions_advTransMath::tabVecRepacos ( const TabVecRep< T > &  )
template<class T >
TabVecRep<T>& casacore::TVecMath_global_functions_advTransMath::tabVecRepasin ( const TabVecRep< T > &  )
template<class T >
TabVecRep<T>& casacore::TVecMath_global_functions_advTransMath::tabVecRepatan ( const TabVecRep< T > &  )
template<class T >
TabVecRep<T>& casacore::TVecMath_global_functions_advTransMath::tabVecRepatan2 ( const TabVecRep< T > &  ,
const TabVecRep< T > &   
)
template<class T >
TabVecRep<T>& casacore::TVecMath_global_functions_advTransMath::tabVecRepceil ( const TabVecRep< T > &  )
template<class T >
TabVecRep<T>& casacore::TVecMath_global_functions_advTransMath::tabVecRepfabs ( const TabVecRep< T > &  )
template<class T >
TabVecRep<T>& casacore::TVecMath_global_functions_advTransMath::tabVecRepfloor ( const TabVecRep< T > &  )
template<class T >
TabVecRep<T>& casacore::TVecMath_global_functions_advTransMath::tabVecRepfmod ( const TabVecRep< T > &  ,
const TabVecRep< T > &   
)
template<class T >
TabVecRep<T>& casacore::TVecMath_global_functions_advTransMath::tabVecReppow ( const TabVecRep< T > &  ,
const double &   
)
template<class T >
TabVecRep<T>& casacore::TVecMath_global_functions_advTransMath::tabVecReptan ( const TabVecRep< T > &  )
template<class T >
TabVecRep<T>& casacore::TVecMath_global_functions_advTransMath::tabVecReptanh ( const TabVecRep< T > &  )

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