| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/SparseLU/ |
| D | SparseLU_column_bmod.h | 99 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
|
| D | SparseLU_panel_bmod.h | 136 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
|
| D | SparseLU_kernel_bmod.h | 39 … BlockScalarVector& dense, ScalarVector& tempv, ScalarVector& lusup, Index& luptr, const Index lda, in run()
|
| D | SparseLU_pivotL.h | 67 Index lda = glu.xlusup(fsupc+1) - glu.xlusup(fsupc); // leading dimension in pivotL() local
|
| D | SparseLU_SupernodalMatrix.h | 270 Index lda = colIndexPtr()[fsupc+1] - luptr; in solveInPlace() local
|
| D | SparseLU_gemm_kernel.h | 26 void sparselu_gemm(Index m, Index n, Index d, const Scalar* A, Index lda, const Scalar* B, Index ld… in sparselu_gemm()
|
| D | SparseLU.h | 735 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/ |
| D | bench_gemm.cpp | 64 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/ |
| D | dtbmv.c | 16 integer *k, doublereal *a, integer *lda, doublereal *x, integer *incx, in dtbmv_()
|
| D | stbmv.c | 16 integer *k, real *a, integer *lda, real *x, integer *incx, ftnlen in stbmv_()
|
| D | ssbmv.c | 16 real *a, integer *lda, real *x, integer *incx, real *beta, real *y, in ssbmv_()
|
| D | dsbmv.c | 16 alpha, doublereal *a, integer *lda, doublereal *x, integer *incx, in dsbmv_()
|
| D | ctbmv.c | 16 integer *k, complex *a, integer *lda, complex *x, integer *incx, in ctbmv_()
|
| D | ztbmv.c | 16 integer *k, doublecomplex *a, integer *lda, doublecomplex *x, integer in ztbmv_()
|
| D | zhbmv.c | 16 *alpha, doublecomplex *a, integer *lda, doublecomplex *x, integer * in zhbmv_()
|
| D | chbmv.c | 16 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/ |
| D | SuperLUSupport.h | 139 union {int nnz;int lda;}; member
|