Searched refs:LT (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/examples/graph/cholesky/ |
| H A D | init.cpp | 29 double *LT = (double *)calloc(sizeof(double), n * n); in posdef_gen() local 30 assert(LT); in posdef_gen() 48 LT[j * n + i] = L[i * n + j]; in posdef_gen() 51 cblas_dgemm(CblasColMajor, CblasNoTrans, CblasNoTrans, n, n, n, 1, L, n, LT, n, 0, A, n); in posdef_gen() 54 free(LT); in posdef_gen()
|
| /oneTBB/test/common/ |
| H A D | doctest.h | 3911 DOCTEST_GENERATE_ASSERT_TYPE_CASES(LT);
|