Matrix.opEquals

Define Equality

struct Matrix(T, size_t dim_)
nothrow @nogc pure const
bool
opEquals
()
(
auto ref const Matrix rhs
)
if (
__traits(isFloating, T) &&
dim_ >= 2
&&
dim_ <= 4
)

Meta