Scythe-1.0.3
template<matrix_order ORDER = Col, matrix_style STYLE = Concrete>
bool scythe::Matrix_base< ORDER, STYLE >::empty ( ) const [inline]

Returns true if this Matrix has 0 elements.

This function is identical to isNull() but conforms to STL container class conventions.

See also:
isNull()