row


function row<Type>(x:Type[_]) -> Type[_,_]

Convert vector to matrix with single row.

function row<Type>(X:Type[_,_], i:Integer) -> Type[_]

Obtain the ith row of a matrix.