mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 21:59:25 +08:00
lapack: rename EigComp to EVComp
This follows the naming style of EVJob and EVSide.
This commit is contained in:
@@ -20,7 +20,7 @@ const (
|
||||
badDims = "lapack: bad input dimensions"
|
||||
badDirect = "lapack: bad direct"
|
||||
badE = "lapack: e has insufficient length"
|
||||
badEigComp = "lapack: bad EigComp"
|
||||
badEVComp = "lapack: bad EVComp"
|
||||
badEVSide = "lapack: bad EVSide"
|
||||
badHowMany = "lapack: bad HowMany"
|
||||
badIlo = "lapack: ilo out of range"
|
||||
|
Reference in New Issue
Block a user