Add Dgebrd, Dgebd2, and Dlabrd and tests

This commit is contained in:
btracey
2015-10-28 00:24:32 -06:00
parent d6fe31a937
commit bd71f87f5f
57 changed files with 17917 additions and 44 deletions

View File

@@ -91,3 +91,10 @@ const (
Top Pivot = 'T'
Bottom Pivot = 'B'
)
type DecompUpdate byte
const (
ApplyP DecompUpdate = 'P'
ApplyQ DecompUpdate = 'Q'
)