Searched refs:col_length (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h722 IndexType col_length ; /* length of pruned column */ local
841 col_length = (IndexType) (new_cp - &A [Col [c].start]) ;
842 if (col_length == 0)
855 Col [c].length = col_length ;

Completed in 93 milliseconds