DenseVector<T, TStorage>.CumulativeProductInto Method

Returns the cumulative product of the elements of the vector.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
C#
public override Vector<T> CumulativeProductInto(
	Vector<T>? result
)

Parameters

result  Vector<T>
 

Return Value

Vector<T>
The cumulative product of the elements.

See Also