Skip to main content

set_left_cols

Method of RealMatrix.

Overloads

NameDescription
set_left_cols(RealMatrix rhs, integer q) -> RealMatrixGet the left columns of the RealMatrix.
set_left_cols(RealArray rhs, integer q) -> RealMatrixGet the left columns of the RealMatrix.
set_left_cols(RealSparseMatrix rhs, integer q) -> RealMatrixGet the left columns of the RealMatrix.

set_left_cols(RealMatrix rhs, integer q) -> RealMatrix

Get the left columns of the RealMatrix.

Parameters

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

set_left_cols(RealArray rhs, integer q) -> RealMatrix

Get the left columns of the RealMatrix.

Parameters

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

set_left_cols(RealSparseMatrix rhs, integer q) -> RealMatrix

Get the left columns of the RealMatrix.

Parameters