Skip to content

Commit 13cb677

Browse files
authored
docs: remove redundant copy
Signed-off-by: Athan <kgryte@gmail.com>
1 parent b9208bb commit 13cb677

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/blas/ext/base/drssbl/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ var z = drssbl( 4, x1, 2, y1, 2 );
102102
// returns 50.0
103103
```
104104

105-
If `N` is less than or equal to `0`, the function returns `0`.
106-
107105
#### drssbl.ndarray( N, x, strideX, offsetX, y, strideY, offsetY )
108106

109107
Computes the [residual sum of squares][wikipedia-residual-sum-of-squares] of two double-precision floating-point strided arrays using Blue's algorithm and alternative indexing semantics.

0 commit comments

Comments
 (0)