|
template<typename T > |
bool | ObjexxFCL::operator== (FArray1< T > const &a, FArray1< T > const &b) |
| FArray1 == FArray1. More...
|
|
template<typename T > |
bool | ObjexxFCL::operator!= (FArray1< T > const &a, FArray1< T > const &b) |
| FArray1 != FArray1. More...
|
|
template<typename T > |
T | ObjexxFCL::dot_product (FArray1< T > const &a, FArray1< T > const &b) |
| Dot Product. More...
|
|
template<typename T > |
T | ObjexxFCL::dot (FArray1< T > const &a, FArray1< T > const &b) |
| Dot Product. More...
|
|
template<typename T > |
T | ObjexxFCL::distance (FArray1< T > const &a, FArray1< T > const &b) |
| Distance. More...
|
|
template<typename T > |
T | ObjexxFCL::distance_squared (FArray1< T > const &a, FArray1< T > const &b) |
| Distance Squared. More...
|
|
template<typename U , typename V > |
bool | ObjexxFCL::equal_dimensions (FArray1< U > const &a, FArray1< V > const &b) |
| Equal Dimensions? More...
|
|
template<typename U > |
U | ObjexxFCL::dot_product (FArray1< U > const &a, FArray1< U > const &b) |
| Dot Product. More...
|
|
template<typename U > |
U | ObjexxFCL::dot (FArray1< U > const &a, FArray1< U > const &b) |
| Dot Product. More...
|
|
template<typename U > |
U | ObjexxFCL::distance (FArray1< U > const &a, FArray1< U > const &b) |
| Distance. More...
|
|
template<typename U > |
U | ObjexxFCL::distance_squared (FArray1< U > const &a, FArray1< U > const &b) |
| Distance Squared. More...
|
|