Home
last modified time | relevance | path

Searched defs:lda (Results 1 – 17 of 17) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/SparseLU/
DSparseLU_column_bmod.h99 Index lda = glu.xlusup(fst_col+1) - glu.xlusup(fst_col); in column_bmod() local
165 Index lda = glu.xlusup(jcol+1) - glu.xlusup(jcol); in column_bmod() local
DSparseLU_panel_bmod.h136 Index lda = glu.xlusup(fsupc+1) - glu.xlusup(fsupc); in panel_bmod() local
204 Index lda = glu.xlusup(fsupc+1)-glu.xlusup(fsupc);// nsupr in panel_bmod() local
DSparseLU_kernel_bmod.h39 … BlockScalarVector& dense, ScalarVector& tempv, ScalarVector& lusup, Index& luptr, const Index lda, in run()
DSparseLU_pivotL.h67 Index lda = glu.xlusup(fsupc+1) - glu.xlusup(fsupc); // leading dimension in pivotL() local
DSparseLU_SupernodalMatrix.h270 Index lda = colIndexPtr()[fsupc+1] - luptr; in solveInPlace() local
DSparseLU_gemm_kernel.h26 void sparselu_gemm(Index m, Index n, Index d, const Scalar* A, Index lda, const Scalar* B, Index ld… in sparselu_gemm()
DSparseLU.h735 Index lda = m_mapL.colIndexPtr()[fsupc+1] - m_mapL.colIndexPtr()[fsupc]; // leading dimension in solveInPlace() local
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/bench/
Dbench_gemm.cpp64 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); in blas_gemm() local
75 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); in blas_gemm() local
86 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); in blas_gemm() local
97 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); in blas_gemm() local
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/blas/f2c/
Ddtbmv.c16 integer *k, doublereal *a, integer *lda, doublereal *x, integer *incx, in dtbmv_()
Dstbmv.c16 integer *k, real *a, integer *lda, real *x, integer *incx, ftnlen in stbmv_()
Dssbmv.c16 real *a, integer *lda, real *x, integer *incx, real *beta, real *y, in ssbmv_()
Ddsbmv.c16 alpha, doublereal *a, integer *lda, doublereal *x, integer *incx, in dsbmv_()
Dctbmv.c16 integer *k, complex *a, integer *lda, complex *x, integer *incx, in ctbmv_()
Dztbmv.c16 integer *k, doublecomplex *a, integer *lda, doublecomplex *x, integer in ztbmv_()
Dzhbmv.c16 *alpha, doublecomplex *a, integer *lda, doublecomplex *x, integer * in zhbmv_()
Dchbmv.c16 alpha, complex *a, integer *lda, complex *x, integer *incx, complex * in chbmv_()
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/SuperLUSupport/
DSuperLUSupport.h139 union {int nnz;int lda;}; member