mirror of
https://github.com/gonum/gonum.git
synced 2025-10-13 10:54:03 +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:
@@ -547,7 +547,7 @@ func rndComplex128(rnd *rand.Rand) complex128 {
|
||||
// zmm returns the result of one of the matrix-matrix operations
|
||||
// alpha * op(A) * op(B) + beta * C
|
||||
// where op(X) is one of
|
||||
// op(X) = X or op(X) = X^T or op(X) = X^H,
|
||||
// op(X) = X or op(X) = Xᵀ or op(X) = Xᴴ,
|
||||
// alpha and beta are scalars, and A, B and C are matrices, with op(A) an m×k matrix,
|
||||
// op(B) a k×n matrix and C an m×n matrix.
|
||||
//
|
||||
|
Reference in New Issue
Block a user