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