mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 21:59:25 +08:00
lapack: remove EigValueOnly constant
'None' can be used instead.
This commit is contained in:
@@ -112,8 +112,6 @@ const (
|
||||
type EigComp byte
|
||||
|
||||
const (
|
||||
// EigValueOnly specifies to compute only the eigenvalues of the input matrix.
|
||||
EigValueOnly EigComp = 'N'
|
||||
// EigDecomp specifies to compute the eigenvalues and eigenvectors of the
|
||||
// full symmetric matrix.
|
||||
EigDecomp EigComp = 'V'
|
||||
|
Reference in New Issue
Block a user