Multiplies this matrix in-place element-wise by another matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Matrix<T> ElementwiseMultiplyInPlace(
Matrix<T> matrix
)
Public Overridable Function ElementwiseMultiplyInPlace (
matrix As Matrix(Of T)
) As Matrix(Of T)
public:
virtual Matrix<T>^ ElementwiseMultiplyInPlace(
Matrix<T>^ matrix
)
abstract ElementwiseMultiplyInPlace :
matrix : Matrix<'T> -> Matrix<'T>
override ElementwiseMultiplyInPlace :
matrix : Matrix<'T> -> Matrix<'T>
Parameters
- matrix
- Type: Extreme.MathematicsMatrixT
A matrix.
Return Value
Type:
MatrixTA reference to this instance.
Reference