lapack: rename EigComp to EVComp

This follows the naming style of EVJob and EVSide.
This commit is contained in:
Vladimir Chalupecky
2016-10-08 22:58:37 +09:00
parent f3d79efebc
commit a219b045f0
6 changed files with 11 additions and 11 deletions

View File

@@ -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"