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 dcb8519 commit 0e52825Copy full SHA for 0e52825
lib/node_modules/@stdlib/blas/base/dtrsv/src/dtrsv.c
@@ -88,6 +88,6 @@ void API_SUFFIX(c_dtrsv)( const CBLAS_LAYOUT layout, const CBLAS_UPLO uplo, cons
88
sa2 = 1;
89
}
90
ox = stdlib_strided_stride2offset( N, strideX );
91
- API_SUFFIX(c_dtrsv)( uplo, trans, diag, N, A, sa1, sa2, 0, X, strideX, ox );
+ API_SUFFIX(c_dtrsv_ndarray)( uplo, trans, diag, N, A, sa1, sa2, 0, X, strideX, ox );
92
return;
93
0 commit comments