Searched refs:factorized (Results 1 – 2 of 2) sorted by relevance
188 auto factorized = CholeskyUnblocked(x, precision); in BuildCholesky() local189 l = UpdateSliceInMinorDims(l, factorized, {i, i}); in BuildCholesky()196 TriangularSolve(factorized, panel, in BuildCholesky()
145 In the compute() function, the matrix is generally factorized: LLT for self-adjoint matrices, LDLT …