|
file | CompositeNumericalTypes.h [code] |
| The purpose of the CNT<T> class is to hide the differences between built-in numerical types and composite ones like Vec<3>.
|
|
file | conjugate.h [code] |
| This file defines the conjugate<R> template class, where R is one of the three built-in real types.
|
|
file | negator.h [code] |
| This file defines the negator<N> template which is an adaptor for the numeric types N (Real, Complex, conjugate).
|
|
file | NTraits.h [code] |
| This file contains classes and typedefs needed to provide uniform handling of floating point numeric values.
|
|