HomeSort by relevance Sort by last modified time
    Searched defs:AtA (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 231 SparseMatrix<Scalar,ColMajor, Index> AtA = mat2 + mat1;
232 AtA.prune(keep_diag());
233 internal::minimum_degree_ordering<Scalar, Index>(AtA, m_P); // Then compute the AMD ordering...
  /external/opencv/cxcore/src/
cxmatrix.cpp     [all...]

Completed in 52 milliseconds