Macaulay2 Engine
Loading...
Searching...
No Matches

◆ column_op()

template<typename Mat>
virtual bool MutableMat< Mat >::column_op ( size_t i,
ring_elem r,
size_t j )
inlinevirtual

Implements MutableMatrix.

Definition at line 455 of file mutablemat-defs.hpp.

457 {
458 size_t ncols = n_cols();
460 return false;
461 if (i == j) return true;
462 const ElementType& b = mat.ring().from_ring_elem_const(r);
464 return true;
465 }
CoeffRing::ElementType ElementType
virtual size_t n_cols() const
bool error_column_bound(size_t c, size_t ncols)

References error_column_bound(), mat, and n_cols().