Matrix.isCompatibleMatrixImpl

Undocumented in source. Be warned that the author may not have intended to support it.
struct Matrix(E, uint rows_, uint cols_, Layout layout = Layout.rowMajor)
static
void
isCompatibleMatrixImpl
(
uint r
uint c
)
(
Matrix!(E, r, c) m
)
if (
rows_ >= 1 &&
cols_ >= 1
)

Meta