public override ColumnVector Column(
int c
)
Public Overrides Function Column (
c As Integer
) As ColumnVector
public:
virtual ColumnVector^ Column(
int c
) override
abstract Column :
c : int -> ColumnVector
override Column :
c : int -> ColumnVector
The returned vector is independent of the matrix. If an entry of the returned vector is updated, the corresponding entry of the original matrix will not be updated as well, Similarly, if an entry in the matrix is updated after this method is called, the corresponding entry of the vector will not change.