Click or drag to resize

MatrixTReduceRows Method

Reduces all row vectors by applying a function between two of them, until only a single vector is left.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Vector<T> ReduceRows(
	Func<Vector<T>, Vector<T>, Vector<T>> f
)

Parameters

f  FuncVectorT, VectorT, VectorT

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

Return Value

VectorT

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

See Also