Skip to content

Commit 78e0cfd

Browse files
aayush0325kgryte
andauthored
Update lib/node_modules/@stdlib/lapack/base/dgttrf/README.md
Co-authored-by: Athan <[email protected]> Signed-off-by: Aayush Khanna <[email protected]>
1 parent 7b8da2e commit 78e0cfd

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/lapack/base/dgttrf

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/lapack/base/dgttrf/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dgttrf( 3, DL, D, DU, DU2, IPIV );
5555
The function has the following parameters:
5656

5757
- **N**: order of matrix `A`.
58-
- **DL**: the sub diagonall elements of `A` as a [`Float64Array`][mdn-float64array]. On exit, DL is overwritten by the multipliers that define the matrix `L` from the `LU` factorization of `A`.
58+
- **DL**: the sub diagonal elements of `A` as a [`Float64Array`][mdn-float64array]. On exit, DL is overwritten by the multipliers that define the matrix `L` from the `LU` factorization of `A`.
5959
- **D**: the diagonal elements of `A` as a [`Float64Array`][mdn-float64array]. On exit, D is overwritten by the diagonal elements of the upper triangular matrix `U` from the `LU` factorization of `A`.
6060
- **DU**: the super diagonal elements of `A` as a [`Float64Array`][mdn-float64array]. On exit, DU is overwritten by the elements of the first super-diagonal of `U`.
6161
- **DU2**: On exit, DU2 is overwritten by the elements of the second super-diagonal of `U` as a [`Float64Array`][mdn-float64array].

0 commit comments

Comments
 (0)