chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.79k stars 420 forks source link

Add solve for symmetric-case to LinearAlgebra module #13894

Open ben-albrecht opened 5 years ago

ben-albrecht commented 5 years ago

Wrap LAPACK routine, ?posv in LinearAlgebra library. This function is utilized in CrayAI development.

ben-albrecht commented 5 years ago

This will be a special case in LinearAlgebra.solve when A is symmetric. Will add an argument to allow user to specify the solver manually.