Module arbitrary_linear_algebra

Source
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§

FloatWrapper
A wrapper around rug::Float to 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.