mirror of
https://github.com/gonum/gonum.git
synced 2025-10-08 16:40:06 +08:00
lapack: add BalanceNone const
This commit is contained in:

committed by
Vladimír Chalupecký

parent
b132fde8ea
commit
3092bd2577
@@ -168,6 +168,7 @@ const (
|
||||
Permute BalanceJob = 'P'
|
||||
Scale BalanceJob = 'S'
|
||||
PermuteScale BalanceJob = 'B'
|
||||
BalanceNone BalanceJob = 'N'
|
||||
)
|
||||
|
||||
// SchurJob specifies whether the Schur form is computed in Dhseqr.
|
||||
|
Reference in New Issue
Block a user