Multiplies the components of this instance by the corresponding
components of another matrix.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public virtual ComplexMatrix ElementwiseMultiplyInPlace(
ComplexMatrix matrix
)
Public Overridable Function ElementwiseMultiplyInPlace (
matrix As ComplexMatrix
) As ComplexMatrix
public:
virtual ComplexMatrix^ ElementwiseMultiplyInPlace(
ComplexMatrix^ matrix
)
abstract ElementwiseMultiplyInPlace :
matrix : ComplexMatrix -> ComplexMatrix
override ElementwiseMultiplyInPlace :
matrix : ComplexMatrix -> ComplexMatrix
Parameters
- matrix
- Type: Extreme.MathematicsComplexMatrix
A ComplexMatrix.
Return Value
Type:
ComplexMatrixA reference to this instance.
Exception | Condition |
---|
ArgumentNullException | matrix is .
|
DimensionMismatchException |
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. |
Numerical Libraries
Supported in: 5.x
Reference