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

  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 39 template<typename T> inline T amd_unflip(const T& i) { return i<0 ? amd_flip(i) : i; } function in namespace:Eigen::internal

Completed in 86 milliseconds