pub trait MatrixLuciScalar:
Scalar
+ BackendLinalgScalar
+ MatrixSolveScalar
+ MatrixTriangularSolveScalar { }Expand description
Scalar types supported by MatrixLUCI factorization.
Common arithmetic comes from crate::Scalar; this trait adds only the
backend solve capabilities and MatrixLUCI dispatch used by the factorizer.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".