We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e908a9 commit 95bd130Copy full SHA for 95bd130
lib/node_modules/@stdlib/lapack/base/dgttrf/docs/repl.txt
@@ -85,7 +85,7 @@
85
<Float64Array>[ 0 ]
86
87
88
-{{alias}}.ndarray( N, DL, sdl, odl, D, sd, od, DU, sdu, odu, DU2, sdu2, odu2, IPIV, si, oi )
+{{alias}}.ndarray( N,DL,sdl,odl,D,sd,od,DU,sdu,odu,DU2,sdu2,odu2,IPIV,si,oi )
89
Computes an LU factorization of a real tri diagonal matrix A using
90
elimination with partial pivoting and row interchanges and alternative
91
indexing semantics.
0 commit comments