Skip to main content

=

Symbol of ComplexSparseMatrix.

Overloads

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

(ComplexSparseMatrix lhs = const ComplexSparseMatrix rhs) -> ComplexSparseMatrix

Matrix assignment operator.

Parameters

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

(ComplexSparseMatrix lhs = const RealSparseMatrix rhs) -> ComplexSparseMatrix

Matrix assignment operator.

Parameters

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

(ComplexSparseMatrix lhs = const ComplexArray rhs) -> ComplexSparseMatrix

Matrix assignment operator.

Parameters

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

(ComplexSparseMatrix lhs = const RealArray rhs) -> ComplexSparseMatrix

Matrix assignment operator.

Parameters

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

(ComplexSparseMatrix lhs = const ComplexMatrix rhs) -> ComplexSparseMatrix

Matrix assignment operator.

Parameters

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

(ComplexSparseMatrix lhs = const RealMatrix rhs) -> ComplexSparseMatrix

Matrix assignment operator.

Parameters

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