Skip to main content

set_col

Method of RealArray.

Overloads

NameDescription
set_col(RealArray rhs, integer i) -> RealArrayGet a column of the RealArray.
set_col(RealMatrix rhs, integer i) -> RealArrayGet a column of the RealArray.
set_col(IntegerArray rhs, integer i) -> RealArrayGet a column of the RealArray.
set_col(BoolArray rhs, integer i) -> RealArrayGet a column of the RealArray.

set_col(RealArray rhs, integer i) -> RealArray

Get a column of the RealArray.

Parameters

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

set_col(RealMatrix rhs, integer i) -> RealArray

Get a column of the RealArray.

Parameters

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

set_col(IntegerArray rhs, integer i) -> RealArray

Get a column of the RealArray.

Parameters

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

set_col(BoolArray rhs, integer i) -> RealArray

Get a column of the RealArray.

Parameters

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