Multiplies the components of this instance by the corresponding
components of another vector.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Function ComponentwiseMultiply ( _ vector As Vector _ ) As Vector |
| C# |
|---|
public virtual Vector ComponentwiseMultiply ( Vector vector ) |
| C++ |
|---|
public: virtual Vector^ ComponentwiseMultiply ( Vector^ vector ) |
Parameters
- vector (Extreme.Mathematics.LinearAlgebra.Vector)
- A Vector.
Return Value
A reference to this instance.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | vector is nullNothingnullptr. |
| DimensionMismatchException | The length of vector does not equal the length of this instance. |