|
Ocean
|
Go to the source code of this file.
Data Structures | |
| 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... | |
Namespaces | |
| namespace | Ocean |
| The namespace covering the entire Ocean framework. | |
Typedefs | |
| using | Ocean::Equation = EquationT< Scalar > |
| Definition of the Equation object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. | |
| using | Ocean::EquationD = EquationT< double > |
| Definition of the Equation class using double values. | |
| using | Ocean::EquationF = EquationT< float > |
| Definition of the Equation class using float values. | |