| 
    casacore
    
   | 
 
Vector operations on a table vector. More...
#include <TVecMath.h>
Public Member Functions | |
| template<class T > | |
| T | tabVecRepinnerproduct (const TabVecRep< T > &, const TabVecRep< T > &) | 
| The inner product of 2 table vectors.   | |
| template<class T > | |
| T | tabVecRepnorm (const TabVecRep< T > &) | 
| The norm of a table vector.   | |
| template<class T > | |
| TabVecRep< T > & | tabVecRepcrossproduct (const TabVecRep< T > &, const TabVecRep< T > &) | 
| The cross product of 2 table vectors containing 3 elements.   | |
Vector operations on a table vector.
Internal
Do vector operations on a table vector (like inner product).
Definition at line 249 of file TVecMath.h.
| TabVecRep< T > & casacore::TVecMath_global_functions_vectorMath::tabVecRepcrossproduct | ( | const TabVecRep< T > & | , | 
| const TabVecRep< T > & | |||
| ) | 
The cross product of 2 table vectors containing 3 elements.
| T casacore::TVecMath_global_functions_vectorMath::tabVecRepinnerproduct | ( | const TabVecRep< T > & | , | 
| const TabVecRep< T > & | |||
| ) | 
The inner product of 2 table vectors.
| T casacore::TVecMath_global_functions_vectorMath::tabVecRepnorm | ( | const TabVecRep< T > & | ) | 
The norm of a table vector.