File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/lapack/base/dlaset/docs/types Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ interface Routine {
29
29
/**
30
30
* Sets the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values.
31
31
*
32
- * @param order - storage layout of `A` and `B`
32
+ * @param order - storage layout of `A`
33
33
* @param uplo - specifies whether to set the upper or lower triangular/trapezoidal part of matrix `A`
34
34
* @param M - number of rows in matrix `A`
35
35
* @param N - number of columns in matrix `A`
@@ -77,7 +77,7 @@ interface Routine {
77
77
/**
78
78
* Sets the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values.
79
79
*
80
- * @param order - storage layout of `A` and `B`
80
+ * @param order - storage layout of `A`
81
81
* @param uplo - specifies whether to set the upper or lower triangular/trapezoidal part of matrix `A`
82
82
* @param M - number of rows in matrix `A`
83
83
* @param N - number of columns in matrix `A`
You can’t perform that action at this time.
0 commit comments