Available on crate features
regression and arbitrary-precision only.Expand description
This module enables the use of rug::Float inside of nalgebra.
Many functions are not implemented. PRs are welcome.
Structs§
- Float
Wrapper - A wrapper around
rug::Floatto implement traits for.
Constants§
- DEFAULT_
PRECISION - The default precision.
Functions§
- default_
precision - Get the default precision.
Can be set using
set_default_precision. - set_
default_ precision - Set the default precision for this thread.