Click or drag to resize

VectorTMap2(FuncT, T, T, VectorT, Zeros) Method

Applies a function to each value pair of two vectors and returns the results as a new vector.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Vector<T> Map2(
	Func<T, T, T> f,
	Vector<T> other,
	Zeros zeros = Zeros.AllowSkip
)

Parameters

f  FuncT, T, T

[Missing <param name="f"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Vector`1.Map2(System.Func{`0,`0,`0},Altaxo.Calc.LinearAlgebra.Vector{`0},Altaxo.Calc.LinearAlgebra.Zeros)"]

other  VectorT

[Missing <param name="other"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Vector`1.Map2(System.Func{`0,`0,`0},Altaxo.Calc.LinearAlgebra.Vector{`0},Altaxo.Calc.LinearAlgebra.Zeros)"]

zeros  Zeros  (Optional)

[Missing <param name="zeros"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Vector`1.Map2(System.Func{`0,`0,`0},Altaxo.Calc.LinearAlgebra.Vector{`0},Altaxo.Calc.LinearAlgebra.Zeros)"]

Return Value

VectorT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Vector`1.Map2(System.Func{`0,`0,`0},Altaxo.Calc.LinearAlgebra.Vector{`0},Altaxo.Calc.LinearAlgebra.Zeros)"]

See Also