Skip to content

Commit c08da0f

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 1f6cc4c commit c08da0f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/strmm

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/strmm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ limitations under the License.
3030
var strmm = require( '@stdlib/blas/base/strmm' );
3131
```
3232

33-
#### strmm( order, side, uplo, transa, diag, M, N, alpha, A, LDA, B, LDB )
33+
#### strmm( order, side, uplo, transa, diag, M, N, α, A, LDA, B, LDB )
3434

3535
Performs one of the matrix-matrix operations `B = α * op(A) * B` or `B = α * B * op(A)` where α is a scalar, `B` is an `M` by `N` matrix, A is a unit, or non-unit, upper or lower triangular matrix and `op( A )` is one of `op( A ) = A` or `op( A ) = A**T`.
3636

0 commit comments

Comments
 (0)