lapack: add UpdateQ constant for Dtrexc

This commit is contained in:
Vladimir Chalupecky
2016-10-05 23:13:37 +09:00
parent efcc5f8fec
commit 87c360a6b8

View File

@@ -144,6 +144,9 @@ const (
UpdateZ Comp = 'V' UpdateZ Comp = 'V'
) )
// UpdateQ specifies that the matrix Q will be updated.
const UpdateQ Comp = 'V'
// EVSide specifies what eigenvectors will be computed. // EVSide specifies what eigenvectors will be computed.
type EVSide byte type EVSide byte