Skip to main content

set_right_cols

Method of RealMatrix.

Overloads

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

set_right_cols(RealSparseMatrix rhs, integer q) -> RealMatrix

Get the right columns of the RealMatrix.

Parameters

set_right_cols(RealMatrix rhs, integer q) -> RealMatrix

Get the right columns of the RealMatrix.

Parameters

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

set_right_cols(RealArray rhs, integer q) -> RealMatrix

Get the right columns of the RealMatrix.

Parameters

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