nonlin 1.5.2
A library that provides routines to compute the solutions to systems of nonlinear equations.
|
Defines a pair of numeric values. More...
Public Attributes | |
real(real64) | x1 |
Value 1. | |
real(real64) | x2 |
Value 2. | |
Defines a pair of numeric values.
Definition at line 277 of file nonlin_core.f90.
real(real64) nonlin_core::value_pair::x1 |
Value 1.
Definition at line 279 of file nonlin_core.f90.
real(real64) nonlin_core::value_pair::x2 |
Value 2.
Definition at line 281 of file nonlin_core.f90.