Skip to main content

*

Symbol of RealMatrix.

Overloads

NameDescription
(const RealMatrix lhs * const real rhs) -> RealMatrixMatrix-scalar multiplication operator.
(const RealMatrix lhs * const bool rhs) -> RealMatrixMatrix-scalar multiplication operator.
(const RealMatrix lhs * const complex rhs) -> ComplexMatrixMatrix-scalar multiplication operator.
(const RealMatrix lhs * const RealMatrix rhs) -> RealMatrixMatrix multiplication operator.
(const RealMatrix lhs * const ComplexMatrix rhs) -> ComplexMatrixMatrix multiplication operator.
(const RealMatrix lhs * const RealSparseMatrix rhs) -> RealMatrixMatrix multiplication operator.
(const RealMatrix lhs * const ComplexSparseMatrix rhs) -> ComplexMatrixMatrix multiplication operator.
(const RealMatrix lhs * const integer rhs) -> RealMatrixMatrix-scalar multiplication operator.

(const RealMatrix lhs * const real rhs) -> RealMatrix

Matrix-scalar multiplication operator.

Parameters

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

(const RealMatrix lhs * const bool rhs) -> RealMatrix

Matrix-scalar multiplication operator.

Parameters

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

(const RealMatrix lhs * const complex rhs) -> ComplexMatrix

Matrix-scalar multiplication operator.

Parameters

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

(const RealMatrix lhs * const RealMatrix rhs) -> RealMatrix

Matrix multiplication operator.

Parameters

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

(const RealMatrix lhs * const ComplexMatrix rhs) -> ComplexMatrix

Matrix multiplication operator.

Parameters

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

(const RealMatrix lhs * const RealSparseMatrix rhs) -> RealMatrix

Matrix multiplication operator.

Parameters

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

(const RealMatrix lhs * const ComplexSparseMatrix rhs) -> ComplexMatrix

Matrix multiplication operator.

Parameters

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

(const RealMatrix lhs * const integer rhs) -> RealMatrix

Matrix-scalar multiplication operator.

Parameters

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