Skip to content

lapack: rename DecompUpdate type, remove None const

Sebastien Binet requested to merge lapack/decompupdate-evcomp into master

Created by: vladimir-ch

  • Split DecompUpdate type into two types, one for applying an orthogonal matrix, one for generating an orthogonal matrix
  • Add SchurComp and SchurUpdateComp types and consts
  • Rename EVComp consts
  • Remove the generic None const, it has now been replaced with type-specific None consts.

Please take a look.

Merge request reports