17912, "prashanth018", "Add LAPACK implementation for solve method in LinearAlgebra module", "2021-06-12T00:39:21Z"
https://github.com/chapel-lang/chapel/issues/17912
Summary of Problem
Currently, the LinearAlgebra package has a native solve() implementation to solve the linear system A * x = b but not a LAPACK implementation. It would be beneficial to support both an implementation that wraps the appropriate LAPACK routine and a native Chapel implementation.