mirror of
https://github.com/gonum/gonum.git
synced 2025-10-16 12:10:37 +08:00
blas,lapack: clean up docs and comments
Apply (with manual curation after the fact): * s/^T/U+1d40/g * s/^H/U+1d34/g * s/, {2,3}if / $1/g Some additional manual editing of odd formatting.
This commit is contained in:
@@ -37,7 +37,7 @@ const (
|
||||
// in the matrix packages.
|
||||
CondNorm = lapack.MaxRowSum
|
||||
|
||||
// CondNormTrans is the norm used to compute on A^T to get the same result as
|
||||
// CondNormTrans is the norm used to compute on Aᵀ to get the same result as
|
||||
// computing CondNorm on A.
|
||||
CondNormTrans = lapack.MaxColumnSum
|
||||
)
|
||||
|
Reference in New Issue
Block a user