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

◆ rawMutableMatrixIsDense()

M2_bool rawMutableMatrixIsDense ( const MutableMatrix * M)

Is the matrix implemented as a contiguous array of elements?

Definition at line 554 of file mutable-matrix.cpp.

555{
556 return M->is_dense();
557}
virtual bool is_dense() const =0

References MutableMatrix::is_dense().