Crate klu_rs

Source

Structs§

FixedKluMatrix
A compressed column form SparsMatrix whose shape is fixed
KluMatrixBuilder
KluMatrixSpec
KluSettings

Traits§

KluData
Values that can be used by the KLU solver. The functions of this trait are all unsafe because they directly call the underlying C implementation.
KluIndex
Values that can be used by the KLU solver. The functions of this trait are all unsafe because they directly call the underlying C implementation.