Home
last modified time | relevance | path

Searched refs:LT (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/graph/cholesky/
H A Dinit.cpp29 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 Ddoctest.h3911 DOCTEST_GENERATE_ASSERT_TYPE_CASES(LT);