row
function row<Type>(x:Type[_]) -> Type[_,_]
Convert vector to matrix with single row.
function row<Type>(X:Type[_,_], i:Integer) -> Type[_]
Obtain the i
th row of a matrix.
function row<Type>(x:Type[_]) -> Type[_,_]
Convert vector to matrix with single row.
function row<Type>(X:Type[_,_], i:Integer) -> Type[_]
Obtain the i
th row of a matrix.