Multiplies the components of this instance by the corresponding
components of another matrix.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public override Matrix ComponentwiseMultiply(
Matrix matrix
)
|
| Visual Basic (Declaration) |
Public Overrides Function ComponentwiseMultiply ( _
matrix As Matrix _
) As Matrix
|
| Visual C++ |
public:
virtual Matrix^ ComponentwiseMultiply(
Matrix^ matrix
) override
|
Return Value
A reference to this instance.
Exceptions
See Also