Skip to main content

set_col

Method of RealMatrix.

Overloads

NameDescription
set_col(RealSparseMatrix rhs, integer i) -> RealMatrixGet a column of the RealMatrix.
set_col(RealArray rhs, integer i) -> RealMatrixGet a column of the RealMatrix.
set_col(RealMatrix rhs, integer i) -> RealMatrixGet a column of the RealMatrix.

set_col(RealSparseMatrix rhs, integer i) -> RealMatrix

Get a column of the RealMatrix.

Parameters

set_col(RealArray rhs, integer i) -> RealMatrix

Get a column of the RealMatrix.

Parameters

  • rhs: The RealArray to assign.
  • i: The column index (zero-based).

set_col(RealMatrix rhs, integer i) -> RealMatrix

Get a column of the RealMatrix.

Parameters

  • rhs: The RealMatrix to assign.
  • i: The column index (zero-based).