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 | |
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. | |
typedef EquationT< double > | Ocean::EquationD |
Definition of the Equation class using double values. | |
typedef EquationT< float > | Ocean::EquationF |
Definition of the Equation class using float values. | |