Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcholesky_expander.cc188 auto factorized = CholeskyUnblocked(x, precision); in BuildCholesky() local
189 l = UpdateSliceInMinorDims(l, factorized, {i, i}); in BuildCholesky()
196 TriangularSolve(factorized, panel, in BuildCholesky()
/external/eigen/doc/
DSparseLinearSystems.dox145 In the compute() function, the matrix is generally factorized: LLT for self-adjoint matrices, LDLT …