FairRoot/PandaRoot
Classes | Typedefs | Functions
nsL1 Namespace Reference

Classes

struct  vector
 
class  SimdAlloc
 

Typedefs

typedef nsL1::vector< fvec >::TSimd vector_fvec
 

Functions

template<class T1 , class T2 >
bool operator== (const SimdAlloc< T1 > &, const SimdAlloc< T2 > &) throw ()
 
template<class T1 , class T2 >
bool operator!= (const SimdAlloc< T1 > &, const SimdAlloc< T2 > &) throw ()
 

Typedef Documentation

typedef nsL1::vector< fvec >::TSimd nsL1::vector_fvec

Definition at line 148 of file PSEUDO_F32vec1.h.

Function Documentation

template<class T1 , class T2 >
bool nsL1::operator!= ( const SimdAlloc< T1 > &  ,
const SimdAlloc< T2 > &   
)
throw (
)

Definition at line 129 of file std_alloc.h.

130  {
131  return false;
132  }
template<class T1 , class T2 >
bool nsL1::operator== ( const SimdAlloc< T1 > &  ,
const SimdAlloc< T2 > &   
)
throw (
)

Definition at line 124 of file std_alloc.h.

125  {
126  return true;
127  }