HomeSort by relevance Sort by last modified time
    Searched full:x_cd (Results 1 - 1 of 1) sorted by null

  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 293 cholmod_dense* x_cd = cholmod_solve(CHOLMOD_A, m_cholmodFactor, &b_cd, &m_cholmod); local
294 if(!x_cd)
299 dest = Matrix<Scalar,Dest::RowsAtCompileTime,Dest::ColsAtCompileTime>::Map(reinterpret_cast<Scalar*>(x_cd->x),b.rows(),b.cols());
300 cholmod_free_dense(&x_cd, &m_cholmod);

Completed in 90 milliseconds