Scythe-1.0.3
template<typename T_type = double, matrix_order ORDER = Col, matrix_style STYLE = Concrete>
bool scythe::Matrix< T_type, ORDER, STYLE >::isSingular ( ) const [inline]

Returns true if this Matrix is square and has no inverse.

See also:
isSquare()
operator~()