Simbody  3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SimTK::NTraits< conjugate< R > > Class Template Reference
+ Inheritance diagram for SimTK::NTraits< conjugate< R > >:

Classes

struct  Result
 
struct  Substitute
 

Public Types

enum  {
  NRows = 1,
  NCols = 1,
  RowSpacing = 1,
  ColSpacing = 1,
  NPackedElements = 1,
  NActualElements = 1,
  NActualScalars = 1,
  ImagOffset = 1,
  RealStrideFactor = 2,
  ArgDepth = SCALAR_DEPTH,
  IsScalar = 1,
  IsULessScalar = 1,
  IsNumber = 1,
  IsStdNumber = 0,
  IsPrecision = 0,
  SignInterpretation = 1
}
 
typedef conjugate< R > T
 
typedef negator< TTNeg
 
typedef conjugate< R > TWithoutNegator
 
typedef R TReal
 
typedef negator< R > TImag
 
typedef conjugate< R > TComplex
 
typedef complex< R > THerm
 
typedef conjugate< R > TPosTrans
 
typedef R TSqHermT
 
typedef R TSqTHerm
 
typedef conjugate< R > TElement
 
typedef conjugate< R > TRow
 
typedef conjugate< R > TCol
 
typedef complex< R > TSqrt
 
typedef R TAbs
 
typedef complex< R > TStandard
 
typedef conjugate< R > TInvert
 
typedef conjugate< R > TNormalize
 
typedef conjugate< R > Scalar
 
typedef conjugate< R > ULessScalar
 
typedef conjugate< R > Number
 
typedef complex< R > StdNumber
 
typedef R Precision
 
typedef R ScalarNormSq
 

Static Public Member Functions

static const TgetData (const T &t)
 
static TupdData (T &t)
 
static const TRealreal (const T &t)
 
static TRealreal (T &t)
 
static const TImagimag (const T &t)
 
static TImagimag (T &t)
 
static const TNegnegate (const T &t)
 
static TNegnegate (T &t)
 
static const THermtranspose (const T &t)
 
static THermtranspose (T &t)
 
static const TPosTranspositionalTranspose (const T &t)
 
static TPosTranspositionalTranspose (T &t)
 
static const TWithoutNegatorcastAwayNegatorIfAny (const T &t)
 
static TWithoutNegatorupdCastAwayNegatorIfAny (T &t)
 
static ScalarNormSq scalarNormSqr (const T &t)
 
static TSqrt sqrt (const T &t)
 
static TAbs abs (const T &t)
 
static TStandard standardize (const T &t)
 
static TNormalize normalize (const T &t)
 
static TInvert invert (const T &t)
 
static const TgetNaN ()
 
static const TgetInfinity ()
 
static const TgetI ()
 
static bool isFinite (const T &t)
 
static bool isNaN (const T &t)
 
static bool isInf (const T &t)
 
static double getDefaultTolerance ()
 
template<class R2 >
static bool isNumericallyEqual (const T &a, const conjugate< R2 > &b)
 
template<class R2 >
static bool isNumericallyEqual (const T &a, const conjugate< R2 > &b, double tol)
 
template<class R2 >
static bool isNumericallyEqual (const T &a, const complex< R2 > &b)
 
template<class R2 >
static bool isNumericallyEqual (const T &a, const complex< R2 > &b, double tol)
 
static bool isNumericallyEqual (const T &a, const float &b)
 
static bool isNumericallyEqual (const T &a, const float &b, double tol)
 
static bool isNumericallyEqual (const T &a, const double &b)
 
static bool isNumericallyEqual (const T &a, const double &b, double tol)
 
static bool isNumericallyEqual (const T &a, const long double &b)
 
static bool isNumericallyEqual (const T &a, const long double &b, double tol)
 
static bool isNumericallyEqual (const T &a, int b)
 
static bool isNumericallyEqual (const T &a, int b, double tol)
 
static const TgetZero ()
 
static const TgetOne ()
 
static const TgetMinusOne ()
 
static const TgetTwo ()
 
static const TgetThree ()
 
static const TgetOneHalf ()
 
static const TgetOneThird ()
 
static const TgetOneFourth ()
 
static const TgetOneFifth ()
 
static const TgetOneSixth ()
 
static const TgetOneSeventh ()
 
static const TgetOneEighth ()
 
static const TgetOneNinth ()
 
static const TgetPi ()
 
static const TgetOneOverPi ()
 
static const TgetE ()
 
static const TgetLog2E ()
 
static const TgetLog10E ()
 
static const TgetSqrt2 ()
 
static const TgetOneOverSqrt2 ()
 
static const TgetSqrt3 ()
 
static const TgetOneOverSqrt3 ()
 
static const TgetCubeRoot2 ()
 
static const TgetCubeRoot3 ()
 
static const TgetLn2 ()
 
static const TgetLn10 ()
 

Member Typedef Documentation

template<class R >
typedef conjugate<R> SimTK::NTraits< conjugate< R > >::T
template<class R >
typedef negator<T> SimTK::NTraits< conjugate< R > >::TNeg
template<class R >
typedef conjugate<R> SimTK::NTraits< conjugate< R > >::TWithoutNegator
template<class R >
typedef R SimTK::NTraits< conjugate< R > >::TReal
template<class R >
typedef negator<R> SimTK::NTraits< conjugate< R > >::TImag
template<class R >
typedef conjugate<R> SimTK::NTraits< conjugate< R > >::TComplex
template<class R >
typedef complex<R> SimTK::NTraits< conjugate< R > >::THerm
template<class R >
typedef conjugate<R> SimTK::NTraits< conjugate< R > >::TPosTrans
template<class R >
typedef R SimTK::NTraits< conjugate< R > >::TSqHermT
template<class R >
typedef R SimTK::NTraits< conjugate< R > >::TSqTHerm
template<class R >
typedef conjugate<R> SimTK::NTraits< conjugate< R > >::TElement
template<class R >
typedef conjugate<R> SimTK::NTraits< conjugate< R > >::TRow
template<class R >
typedef conjugate<R> SimTK::NTraits< conjugate< R > >::TCol
template<class R >
typedef complex<R> SimTK::NTraits< conjugate< R > >::TSqrt
template<class R >
typedef R SimTK::NTraits< conjugate< R > >::TAbs
template<class R >
typedef complex<R> SimTK::NTraits< conjugate< R > >::TStandard
template<class R >
typedef conjugate<R> SimTK::NTraits< conjugate< R > >::TInvert
template<class R >
typedef conjugate<R> SimTK::NTraits< conjugate< R > >::TNormalize
template<class R >
typedef conjugate<R> SimTK::NTraits< conjugate< R > >::Scalar
template<class R >
typedef conjugate<R> SimTK::NTraits< conjugate< R > >::ULessScalar
template<class R >
typedef conjugate<R> SimTK::NTraits< conjugate< R > >::Number
template<class R >
typedef complex<R> SimTK::NTraits< conjugate< R > >::StdNumber
template<class R >
typedef R SimTK::NTraits< conjugate< R > >::Precision
template<class R >
typedef R SimTK::NTraits< conjugate< R > >::ScalarNormSq

Member Enumeration Documentation

template<class R >
anonymous enum
Enumerator
NRows 
NCols 
RowSpacing 
ColSpacing 
NPackedElements 
NActualElements 
NActualScalars 
ImagOffset 
RealStrideFactor 
ArgDepth 
IsScalar 
IsULessScalar 
IsNumber 
IsStdNumber 
IsPrecision 
SignInterpretation 

Member Function Documentation

template<class R >
static const T* SimTK::NTraits< conjugate< R > >::getData ( const T t)
inlinestatic
template<class R >
static T* SimTK::NTraits< conjugate< R > >::updData ( T t)
inlinestatic
template<class R >
static const TReal& SimTK::NTraits< conjugate< R > >::real ( const T t)
inlinestatic
template<class R >
static TReal& SimTK::NTraits< conjugate< R > >::real ( T t)
inlinestatic
template<class R >
static const TImag& SimTK::NTraits< conjugate< R > >::imag ( const T t)
inlinestatic
template<class R >
static TImag& SimTK::NTraits< conjugate< R > >::imag ( T t)
inlinestatic
template<class R >
static const TNeg& SimTK::NTraits< conjugate< R > >::negate ( const T t)
inlinestatic
template<class R >
static TNeg& SimTK::NTraits< conjugate< R > >::negate ( T t)
inlinestatic
template<class R >
static const THerm& SimTK::NTraits< conjugate< R > >::transpose ( const T t)
inlinestatic
template<class R >
static THerm& SimTK::NTraits< conjugate< R > >::transpose ( T t)
inlinestatic
template<class R >
static const TPosTrans& SimTK::NTraits< conjugate< R > >::positionalTranspose ( const T t)
inlinestatic
template<class R >
static TPosTrans& SimTK::NTraits< conjugate< R > >::positionalTranspose ( T t)
inlinestatic
template<class R >
static const TWithoutNegator& SimTK::NTraits< conjugate< R > >::castAwayNegatorIfAny ( const T t)
inlinestatic
template<class R >
static TWithoutNegator& SimTK::NTraits< conjugate< R > >::updCastAwayNegatorIfAny ( T t)
inlinestatic
template<class R >
static ScalarNormSq SimTK::NTraits< conjugate< R > >::scalarNormSqr ( const T t)
inlinestatic
template<class R >
static TSqrt SimTK::NTraits< conjugate< R > >::sqrt ( const T t)
inlinestatic
template<class R >
static TAbs SimTK::NTraits< conjugate< R > >::abs ( const T t)
inlinestatic
template<class R >
static TStandard SimTK::NTraits< conjugate< R > >::standardize ( const T t)
inlinestatic
template<class R >
static TNormalize SimTK::NTraits< conjugate< R > >::normalize ( const T t)
inlinestatic
template<class R >
static TInvert SimTK::NTraits< conjugate< R > >::invert ( const T t)
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getNaN ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getInfinity ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getI ( )
inlinestatic
template<class R >
static bool SimTK::NTraits< conjugate< R > >::isFinite ( const T t)
inlinestatic
template<class R >
static bool SimTK::NTraits< conjugate< R > >::isNaN ( const T t)
inlinestatic
template<class R >
static bool SimTK::NTraits< conjugate< R > >::isInf ( const T t)
inlinestatic
template<class R >
static double SimTK::NTraits< conjugate< R > >::getDefaultTolerance ( )
inlinestatic
template<class R >
template<class R2 >
static bool SimTK::NTraits< conjugate< R > >::isNumericallyEqual ( const T a,
const conjugate< R2 > &  b 
)
inlinestatic
template<class R >
template<class R2 >
static bool SimTK::NTraits< conjugate< R > >::isNumericallyEqual ( const T a,
const conjugate< R2 > &  b,
double  tol 
)
inlinestatic
template<class R >
template<class R2 >
static bool SimTK::NTraits< conjugate< R > >::isNumericallyEqual ( const T a,
const complex< R2 > &  b 
)
inlinestatic
template<class R >
template<class R2 >
static bool SimTK::NTraits< conjugate< R > >::isNumericallyEqual ( const T a,
const complex< R2 > &  b,
double  tol 
)
inlinestatic
template<class R >
static bool SimTK::NTraits< conjugate< R > >::isNumericallyEqual ( const T a,
const float &  b 
)
inlinestatic
template<class R >
static bool SimTK::NTraits< conjugate< R > >::isNumericallyEqual ( const T a,
const float &  b,
double  tol 
)
inlinestatic
template<class R >
static bool SimTK::NTraits< conjugate< R > >::isNumericallyEqual ( const T a,
const double &  b 
)
inlinestatic
template<class R >
static bool SimTK::NTraits< conjugate< R > >::isNumericallyEqual ( const T a,
const double &  b,
double  tol 
)
inlinestatic
template<class R >
static bool SimTK::NTraits< conjugate< R > >::isNumericallyEqual ( const T a,
const long double &  b 
)
inlinestatic
template<class R >
static bool SimTK::NTraits< conjugate< R > >::isNumericallyEqual ( const T a,
const long double &  b,
double  tol 
)
inlinestatic
template<class R >
static bool SimTK::NTraits< conjugate< R > >::isNumericallyEqual ( const T a,
int  b 
)
inlinestatic
template<class R >
static bool SimTK::NTraits< conjugate< R > >::isNumericallyEqual ( const T a,
int  b,
double  tol 
)
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getZero ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getOne ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getMinusOne ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getTwo ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getThree ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getOneHalf ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getOneThird ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getOneFourth ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getOneFifth ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getOneSixth ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getOneSeventh ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getOneEighth ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getOneNinth ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getPi ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getOneOverPi ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getE ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getLog2E ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getLog10E ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getSqrt2 ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getOneOverSqrt2 ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getSqrt3 ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getOneOverSqrt3 ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getCubeRoot2 ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getCubeRoot3 ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getLn2 ( )
inlinestatic
template<class R >
static const T& SimTK::NTraits< conjugate< R > >::getLn10 ( )
inlinestatic

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