Matrix.opCast

Casting operation that allow convert between Matrix types

struct Matrix(T, size_t dim_)
nothrow @nogc pure const
Tout
opCast
(
Tout
)
()
if (
isMatrix!(Tout) &&
Tout.dim >= dim
)
if (
__traits(isFloating, T) &&
dim_ >= 2
&&
dim_ <= 4
)

Meta