Skip to content

lapack: rationalize Job types and constants

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

Created by: vladimir-ch

  • Add type-specific None constants with the aim to eventually remove the generic None constant
  • Use EV prefix for all types and constants related to eigenvectors
  • Related changes to docs, panic strings and tests

Updates #570 Updates https://github.com/gonum/lapack/issues/163

Please take a look.

Merge request reports