ddc icon indicating copy to clipboard operation
ddc copied to clipboard

Splines linear solver dense

Open blegouix opened this issue 1 year ago • 0 comments

  • Add LAPACK in the cmake (effectively use LAPACKE).
  • Add SplinesLinearProblemDense
  • Add tests calling SplinesLinearProblemDense (even if they are supposed to build more specific band linear problems, which are not available yet).
  • DO NOT use SplinesLinearProblemDense in SplineBuilder (LAPACK backend unavailable)

This is out of the scope of the MR but I did one or two very minor changes due to misses from previous MR, like renaming splines_linear_solver files to splines_linear_problem or fixing docstring.

blegouix avatar May 21 '24 10:05 blegouix