mirror of
https://github.com/gonum/gonum.git
synced 2025-10-21 06:09:26 +08:00
Add Dlasrt
This commit is contained in:
@@ -50,6 +50,14 @@ const (
|
||||
Backward Direct = 'B' // Reflectors are left-multiplied, H_k * ... * H_2 * H_1
|
||||
)
|
||||
|
||||
// Sort is the sorting order.
|
||||
type Sort byte
|
||||
|
||||
const (
|
||||
SortIncreasing Sort = 'I'
|
||||
SortDecreasing Sort = 'D'
|
||||
)
|
||||
|
||||
// StoreV indicates the storage direction of elementary reflectors.
|
||||
type StoreV byte
|
||||
|
||||
|
Reference in New Issue
Block a user