Go to the source code of this file.
|
class | Ocean::EquationT< T > |
| This class provides several functions to solve equations with different degree using floating point values with the precission specified by type T. More...
|
|
|
| Ocean |
| The namespace covering the entire Ocean framework.
|
|
|
typedef EquationT< Scalar > | Ocean::Equation |
| Definition of the Equation object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. More...
|
|
typedef EquationT< double > | Ocean::EquationD |
| Definition of the Equation class using double values. More...
|
|
typedef EquationT< float > | Ocean::EquationF |
| Definition of the Equation class using float values. More...
|
|