DenseVectorAddition Operator |
Adds two Vectors together and returns the results.
Namespace: Altaxo.Calc.LinearAlgebra.Complex32Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static DenseVector operator +(
DenseVector leftSide,
DenseVector rightSide
)
Parameters
- leftSide DenseVector
- One of the vectors to add.
- rightSide DenseVector
- The other vector to add.
Return Value
DenseVectorThe result of the addition.
Exceptions See Also