Rosetta
Classes | Namespaces | Functions
FArray1.hh File Reference
#include <ObjexxFCL/FArray1.fwd.hh>
#include <ObjexxFCL/FArray.hh>
#include <cmath>

Classes

class  ObjexxFCL::FArray1< T >
 FArray1: Fortran-Compatible 1D Array Abstract Base Class. More...
 

Namespaces

 ObjexxFCL
 

Functions

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 >
ObjexxFCL::dot_product (FArray1< U > const &a, FArray1< U > const &b)
 Dot Product. More...
 
template<typename U >
ObjexxFCL::dot (FArray1< U > const &a, FArray1< U > const &b)
 Dot Product. More...
 
template<typename U >
ObjexxFCL::distance (FArray1< U > const &a, FArray1< U > const &b)
 Distance. More...
 
template<typename U >
ObjexxFCL::distance_squared (FArray1< U > const &a, FArray1< U > const &b)
 Distance Squared. More...