Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/CholmodSupport/
DCholmodSupport.h324 cholmod_sparse* x_cs = cholmod_spsolve(CHOLMOD_A, m_cholmodFactor, &b_cs, &m_cholmod); in _solve() local
325 if(!x_cs) in _solve()
330 dest = viewAsEigen<DestScalar,DestOptions,DestIndex>(*x_cs); in _solve()
331 cholmod_free_sparse(&x_cs, &m_cholmod); in _solve()