Module lax::solve

source · []
Expand description

Solve linear equations using LU-decomposition

Structs

Working memory for computing inverse matrix

Traits

Helper trait to abstract *getri LAPACK rotuines for implementing Lapack::inv
Helper trait to abstract *getrf LAPACK routines for implementing Lapack::lu
Helper trait to abstract *getrs LAPACK routines for implementing Lapack::solve