Skip to main content

=

Symbol of ComplexMatrix.

Overloads

NameDescription
(ComplexMatrix lhs = const RealMatrix rhs) -> ComplexMatrixMatrix assignment operator.
(ComplexMatrix lhs = const ComplexMatrix rhs) -> ComplexMatrixMatrix assignment operator.
(ComplexMatrix lhs = const RealArray rhs) -> ComplexMatrixMatrix assignment operator.
(ComplexMatrix lhs = const ComplexArray rhs) -> ComplexMatrixMatrix assignment operator.
(ComplexMatrix lhs = const RealSparseMatrix rhs) -> ComplexMatrixMatrix assignment operator.
(ComplexMatrix lhs = const ComplexSparseMatrix rhs) -> ComplexMatrixMatrix assignment operator.

(ComplexMatrix lhs = const RealMatrix rhs) -> ComplexMatrix

Matrix assignment operator.

Parameters

  • lhs: Left-hand side value.
  • rhs: The right-hand-side matrix.

(ComplexMatrix lhs = const ComplexMatrix rhs) -> ComplexMatrix

Matrix assignment operator.

Parameters

  • lhs: Left-hand side value.
  • rhs: The right-hand-side matrix.

(ComplexMatrix lhs = const RealArray rhs) -> ComplexMatrix

Matrix assignment operator.

Parameters

  • lhs: Left-hand side value.
  • rhs: The right-hand-side matrix.

(ComplexMatrix lhs = const ComplexArray rhs) -> ComplexMatrix

Matrix assignment operator.

Parameters

  • lhs: Left-hand side value.
  • rhs: The right-hand-side matrix.

(ComplexMatrix lhs = const RealSparseMatrix rhs) -> ComplexMatrix

Matrix assignment operator.

Parameters

  • lhs: Left-hand side value.
  • rhs: The right-hand-side matrix.

(ComplexMatrix lhs = const ComplexSparseMatrix rhs) -> ComplexMatrix

Matrix assignment operator.

Parameters

  • lhs: Left-hand side value.
  • rhs: The right-hand-side matrix.