DMatrix.noAlias

Undocumented in source.
struct DMatrix(T, Msize_t rs = dynamic, Msize_t cs = dynamic, Major mjr = Major.row)
@property
void
noAlias
(
M
)
(
auto ref M mat
)
if (
isValidOperator!(typeof(this), "=", M) &&
(
(
!rs ||
)
||
)
&&
(
(
!cs ||
)
||
)
)

Meta