Multiplies two matrices element-wise.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected virtual Matrix<T> ElementwiseMultiplyCore(
Matrix<T> other,
Matrix<T> result
)
Protected Overridable Function ElementwiseMultiplyCore (
other As Matrix(Of T),
result As Matrix(Of T)
) As Matrix(Of T)
protected:
virtual Matrix<T>^ ElementwiseMultiplyCore(
Matrix<T>^ other,
Matrix<T>^ result
)
abstract ElementwiseMultiplyCore :
other : Matrix<'T> *
result : Matrix<'T> -> Matrix<'T>
override ElementwiseMultiplyCore :
other : Matrix<'T> *
result : Matrix<'T> -> Matrix<'T>
Parameters
- other
- Type: Extreme.MathematicsMatrixT
The second matrix. - result
- Type: Extreme.MathematicsMatrixT
The matrix that is to hold the result. May be .
Return Value
Type:
MatrixTA matrix whose elements are
the sum of the corresponding elements of
this matrix and
other.
Numerical Libraries
Supported in: 6.0
Reference