Symmetric Matrix<T, TSlice, TStorage2D>.Elementwise Multiply In Place Method
Multiplies the elements of this instance by the corresponding
elements of another matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
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 override Matrix<T> ElementwiseMultiplyInPlace(
Matrix<T> matrix
)
Parameters
Return Value
Matrix<T>A reference to this instance.
Exceptions
Argument | matrix is null. |
Dimension | The number of rows of matrix does not equal the number of rows of this instance. -or- The number of columns of matrix does not equal the number of columns of this instance. |