Skip to main content

=

Symbol of RealSparseMatrix.

Overloads

NameDescription
(RealSparseMatrix lhs = const RealMatrix rhs) -> RealSparseMatrixMatrix assignment operator.
(RealSparseMatrix lhs = const RealSparseMatrix rhs) -> RealSparseMatrixMatrix assignment operator.
(RealSparseMatrix lhs = const RealArray rhs) -> RealSparseMatrixMatrix assignment operator.

(RealSparseMatrix lhs = const RealMatrix rhs) -> RealSparseMatrix

Matrix assignment operator.

Parameters

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

(RealSparseMatrix lhs = const RealSparseMatrix rhs) -> RealSparseMatrix

Matrix assignment operator.

Parameters

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

(RealSparseMatrix lhs = const RealArray rhs) -> RealSparseMatrix

Matrix assignment operator.

Parameters

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