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

◆ is_dense()

template<typename Mat>
virtual bool MutableMat< Mat >::is_dense ( ) const
inlinevirtual

Implements MutableMatrix.

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

307{ return isDense(mat); }
bool isDense(const MT &mat)

References isDense(), and mat.

Referenced by eigenvalues(), eigenvectors(), and QR().