272{
276
277
280
281 for (
size_t c = 0;
c <
LU.numColumns();
c++)
282 {
284 for (
size_t r = 0;
r <
LU.numRows();
r++)
285 {
288 else if (
c <
lower.numRows())
289 {
291 }
292 }
293 }
294}
const M2::ARingZZpFlint & ring() const
void set(ElementType &result, ElementType a) const
void set_from_long(ElementType &result, long a) const