Complex Conjugate Signal Matrix<T>.Elementwise Multiply In Place Method
Multiplies the components of this instance by the corresponding
components of another matrix.
Definition
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A reference to this instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override Matrix<Complex<T>> ElementwiseMultiplyInPlace(
Matrix<Complex<T>> matrix
)
Parameters
Return Value
Matrix<Complex<T>>A reference to this instance.
Exceptions
Argument | matrix is null. |
Dimension | The length of matrix does not equal the length of this instance. |