Dense Vector<T, TStorage>.Cumulative Product Into Method
Gets the product of the elements of the vector.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The product of the elements.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override Vector<T> CumulativeProductInto(
Vector<T>? result
)
Parameters
Return Value
Vector<T>The product of the elements.