Expand description
Solve linear equations using LU-decomposition
Structs§
- InvWork
- Working memory for computing inverse matrix
Traits§
- InvWork
Impl - Helper trait to abstract
*getri
LAPACK rotuines for implementing Lapack::inv - LuImpl
- Helper trait to abstract
*getrf
LAPACK routines for implementing Lapack::lu - Solve
Impl - Helper trait to abstract
*getrs
LAPACK routines for implementing Lapack::solve