Skip to content

Commit 613dc97

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 45d1c4e commit 613dc97

File tree

1 file changed

+0
-2
lines changed
  • lib/node_modules/@stdlib/blas/base/dtrmv

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ dtrmv( 'row-major', 'upper', 'no-transpose', 'unit', 3, A, 3, x1, 1 );
8686
// x0 => <Float64Array>[ 1.0, 6.0, 3.0, 1.0 ]
8787
```
8888

89-
<!-- lint disable maximum-heading-length -->
90-
9189
#### dtrmv.ndarray( uplo, trans, diag, N, A, sa1, sa2, oa, x, sx, ox )
9290

9391
Performs one of the matrix-vector operations `x = A*x` or `x = A^T*x`, using alternative indexing semantics and where `x` is an `N` element vector and `A` is an `N` by `N` unit, or non-unit, upper or lower triangular matrix.

0 commit comments

Comments
 (0)