Skip to main content

Module matrixluci

Module matrixluci 

Source
Expand description

Low-level LUCI / rrLU substrate.

The dense LU path in this crate is a tensor4all-owned port derived from faer full-pivoting LU ideas and primitives. Keep that attribution explicit in user-facing documentation.

Re-exports§

pub use block_rook::LazyBlockRookKernel;
pub use dense::DenseFaerLuKernel;
pub use error::MatrixLuciError;
pub use error::Result;
pub use factors::CrossFactors;
pub use kernel::PivotKernel;
pub use scalar::Scalar;
pub use source::CandidateMatrixSource;
pub use source::DenseMatrixSource;
pub use source::LazyMatrixSource;
pub use types::DenseOwnedMatrix;
pub use types::PivotKernelOptions;
pub use types::PivotSelectionCore;

Modules§

block_rook
Lazy pivot-kernel implementations.
dense
Dense pivot-kernel implementations.
error
Error types for matrixluci.
factors
Cross-factor reconstruction helpers.
kernel
Pivot-kernel traits.
scalar
Scalar trait shared by matrixluci implementations.
source
Candidate matrix sources for pivot-kernel factorization.
types
Core data types for the matrixluci substrate.