CVectorZip Method

Combines the common prefix of two vectors.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public CVector Zip(
	CVector other,
	Func<Complex, Complex, Complex> zipper
)

Parameters

other  CVector
Second vector to combine.
zipper  FuncComplex, Complex, Complex
The combining function.

Return Value

CVector
The combining function applied to each pair of items.

See Also