Multiplies the components of this instance by the corresponding
components of another matrix.
Namespace: Extreme.Mathematics.Generic.SignalProcessingAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override Matrix<Complex<T>> ElementwiseMultiplyInPlace(
Matrix<Complex<T>> matrix
)
Public Overrides Function ElementwiseMultiplyInPlace (
matrix As Matrix(Of Complex(Of T))
) As Matrix(Of Complex(Of T))
public:
virtual Matrix<Complex<T>>^ ElementwiseMultiplyInPlace(
Matrix<Complex<T>>^ matrix
) override
abstract ElementwiseMultiplyInPlace :
matrix : Matrix<Complex<'T>> -> Matrix<Complex<'T>>
override ElementwiseMultiplyInPlace :
matrix : Matrix<Complex<'T>> -> Matrix<Complex<'T>>
Parameters
- matrix
- Type: Extreme.Mathematics.GenericMatrixComplexT
A ComplexMatrix.
Return Value
Type:
MatrixComplexTA reference to this instance.
Numerical Libraries
Supported in: 5.x
Reference