On Thursday 03 July 2014 21:24:59 Andreas Joachim Peters wrote: > Hi Loic, > > I have chosen after benchmarking to use the LRU cache for the decoding > matrix. I can cache easily all decoding matrices (worst case scenario) for > configurations up to (10,4) without trashing it. I will restrict the (k,m) > in case of the vandermonde matrix to the ones which are invertible, for > cauchy they are all invertible anyway. Maybe I'm misunderstanding something because I haven't had time to analyze ec code. AFAIK the only condition that a Vandermonde matrix needs to be invertible is to have all rows different (i.e. use a different base number for each row). Do you have matrices with duplicated rows ? or there is some property I don't know ? Thanks, Xavi -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html