Matrix<T>.Elementwise Multiply In Place Method
Multiplies this matrix in-place element-wise by another matrix.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A reference to this instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual Matrix<T> ElementwiseMultiplyInPlace(
Matrix<T> matrix
)
Parameters
Return Value
Matrix<T>A reference to this instance.
Exceptions
Argument | matrix is null. |
Dimension | The length of matrix does not equal the length of this instance. |