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