mirror of
https://github.com/gonum/gonum.git
synced 2025-10-21 06:09:26 +08:00
lapack: add UpdateQ constant for Dtrexc
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user