mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 05:54:41 +08:00
lapack/gonum: rewrite Dlartg to use safe scaling from https://doi.org/10.1145/3061665
This commit is contained in:

committed by
Vladimír Chalupecký

parent
13102a112c
commit
7a88995ca8
@@ -76,9 +76,9 @@ func ExampleGSVD() {
|
||||
//
|
||||
// Common basis vectors
|
||||
//
|
||||
// Qᵀ = ⎡ -8172.4084 -4524.2933 4813.9616⎤
|
||||
// ⎢ 22581.8020 12397.1070 -16364.8933⎥
|
||||
// ⎣ -8910.8462 -10902.1488 15762.8719⎦
|
||||
// Qᵀ = ⎡ 14508.5881 4524.2933 -4813.9616⎤
|
||||
// ⎢ 15562.9323 12397.1070 -16364.8933⎥
|
||||
// ⎣-14262.7217 -10902.1488 15762.8719⎦
|
||||
//
|
||||
// Significance:
|
||||
// eigenvar_0: +0.7807
|
||||
|
Reference in New Issue
Block a user