Matrix.ptr

Return a pointer of the internal array

struct Matrix(T, size_t dim_)
nothrow @property @nogc pure nothrow
T*
ptr
()
if (
__traits(isFloating, T) &&
dim_ >= 2
&&
dim_ <= 4
)

Meta