column


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

Convert vector to matrix with single column.

function column<Type>(X:Type[_,_], j:Integer) -> Type[_]

Obtain the jth column of a matrix.