Skip to main content

set_left_cols

Method of RealArray.

Overloads

NameDescription
set_left_cols(BoolArray rhs, integer q) -> RealArrayGet the left columns of the RealArray.
set_left_cols(RealArray rhs, integer q) -> RealArrayGet the left columns of the RealArray.
set_left_cols(IntegerArray rhs, integer q) -> RealArrayGet the left columns of the RealArray.
set_left_cols(RealMatrix rhs, integer q) -> RealArrayGet the left columns of the RealArray.

set_left_cols(BoolArray rhs, integer q) -> RealArray

Get the left columns of the RealArray.

Parameters

  • rhs: The BoolArray to assign.
  • q: The number of columns.

set_left_cols(RealArray rhs, integer q) -> RealArray

Get the left columns of the RealArray.

Parameters

  • rhs: The RealArray to assign.
  • q: The number of columns.

set_left_cols(IntegerArray rhs, integer q) -> RealArray

Get the left columns of the RealArray.

Parameters

  • rhs: The IntegerArray to assign.
  • q: The number of columns.

set_left_cols(RealMatrix rhs, integer q) -> RealArray

Get the left columns of the RealArray.

Parameters

  • rhs: The RealMatrix to assign.
  • q: The number of columns.