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

Test Matrix equality.

This method returns true if all of the elements in this Matrix are equal to x.

Parameters:
xThe scalar value to test equality with.
See also:
equals(const Matrix<T_type, O, S>& M) const
operator==(const Matrix<T_type, L_ORDER, L_STYLE>& lhs, const Matrix<T_type, R_ORDER, R_STYLE>& rhs)