mirror of https://github.com/CGAL/cgal
added note about c_float type
This commit is contained in:
parent
3b905bb344
commit
e102b0f5de
|
|
@ -40,7 +40,14 @@ namespace CGAL {
|
||||||
library, which must be available on the system.
|
library, which must be available on the system.
|
||||||
|
|
||||||
\tparam FT
|
\tparam FT
|
||||||
number type
|
number type that `FieldNumberType`
|
||||||
|
|
||||||
|
\cgalModifBegin
|
||||||
|
\note The `FT` type is provided for convenience. Internally, this FT type is converted
|
||||||
|
to `c_float` type that can be set either to `float` or `double`. By default, usually
|
||||||
|
the `double` type is used. After the optimization is complete, the `c_float` type is
|
||||||
|
converted back to `FT`. See more about `c_float` <a href="https://osqp.org/docs/interfaces/cc++#data-types">here</a>.
|
||||||
|
\cgalModifEnd
|
||||||
|
|
||||||
\cgalModels `QuadraticProgramTraits`
|
\cgalModels `QuadraticProgramTraits`
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue