Vector.isCompatibleMatrixImpl

Undocumented in source. Be warned that the author may not have intended to support it.
struct Vector(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
static
void
isCompatibleMatrixImpl
(
uint r
uint c
)
(
Matrix!(E, r, c) m
)
if (
D >= 1 &&
(
!normalizedFlag ||
isFloatingPoint!E
)
)

Meta