Matrix.setRowVector

struct Matrix(T, int RowSize, int ColSize)
void
setRowVector
(
in int row
,)
if (
__traits(isArithmetic, T) &&
RowSize > 0
&&
ColSize > 0
)

Meta