lapack: add BalanceNone const

This commit is contained in:
Vladimir Chalupecky
2018-08-22 15:21:16 +02:00
committed by Vladimír Chalupecký
parent b132fde8ea
commit 3092bd2577
5 changed files with 14 additions and 13 deletions

View File

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