Skip to main content

MatrixLuciScalar

Trait MatrixLuciScalar 

Source
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".

Implementations on Foreign Types§

Source§

impl MatrixLuciScalar for Complex32

Source§

impl MatrixLuciScalar for Complex64

Source§

impl MatrixLuciScalar for f32

Source§

impl MatrixLuciScalar for f64

Implementors§