Click or drag to resize

MatrixGetColumn Method

Overload List
  NameDescription
Public methodGetColumn(Int32)
Returns the vector that stores the elements of particular column of this matrix.
Public methodGetColumn(Int32, Vector)
Copies the elements of particular column of this matrix to given vector.
Public methodGetColumn(Int32, Double)
Copies the elements of particular column of this matrix to given vector.
Top
See Also