Skip to main content

set_right_cols

Method of ComplexMatrix.

Overloads

NameDescription
set_right_cols(ComplexSparseMatrix rhs, integer q) -> ComplexMatrixGet the right columns of the ComplexMatrix.
set_right_cols(RealSparseMatrix rhs, integer q) -> ComplexMatrixGet the right columns of the ComplexMatrix.
set_right_cols(ComplexArray rhs, integer q) -> ComplexMatrixGet the right columns of the ComplexMatrix.
set_right_cols(RealArray rhs, integer q) -> ComplexMatrixGet the right columns of the ComplexMatrix.
set_right_cols(ComplexMatrix rhs, integer q) -> ComplexMatrixGet the right columns of the ComplexMatrix.
set_right_cols(RealMatrix rhs, integer q) -> ComplexMatrixGet the right columns of the ComplexMatrix.

set_right_cols(ComplexSparseMatrix rhs, integer q) -> ComplexMatrix

Get the right columns of the ComplexMatrix.

Parameters

set_right_cols(RealSparseMatrix rhs, integer q) -> ComplexMatrix

Get the right columns of the ComplexMatrix.

Parameters

set_right_cols(ComplexArray rhs, integer q) -> ComplexMatrix

Get the right columns of the ComplexMatrix.

Parameters

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

set_right_cols(RealArray rhs, integer q) -> ComplexMatrix

Get the right columns of the ComplexMatrix.

Parameters

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

set_right_cols(ComplexMatrix rhs, integer q) -> ComplexMatrix

Get the right columns of the ComplexMatrix.

Parameters

set_right_cols(RealMatrix rhs, integer q) -> ComplexMatrix

Get the right columns of the ComplexMatrix.

Parameters

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