Skip to content

lapack: adapt to removal of Job and Comp types in lapack package

Sebastien Binet requested to merge lapack/job-comp-byte into master

Created by: vladimir-ch

This PR adapts to the changes in https://github.com/gonum/gonum/pull/572 by using byte type instead of lapack.Comp and lapack.Job. This removes the dependence of this package on the lapack package and I think we should do the same for the blas constants. I will send a PR for this later.

Please take a look.

Merge request reports