Click or drag to resize

MatrixStorageTFold2TOther, TState Method

[Missing <summary> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1.Fold2``2(Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage{``0},System.Func{``1,`0,``0,``1},``1,Altaxo.Calc.LinearAlgebra.Zeros)"]


Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TState Fold2<TOther, TState>(
	MatrixStorage<TOther> other,
	Func<TState, T, TOther, TState> f,
	TState state,
	Zeros zeros
)
where TOther : struct, new(), IEquatable<TOther>, IFormattable

Parameters

other  MatrixStorageTOther

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

f  FuncTState, T, TOther, TState

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

state  TState

[Missing <param name="state"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1.Fold2``2(Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage{``0},System.Func{``1,`0,``0,``1},``1,Altaxo.Calc.LinearAlgebra.Zeros)"]

zeros  Zeros

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

Type Parameters

TOther

[Missing <typeparam name="TOther"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1.Fold2``2(Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage{``0},System.Func{``1,`0,``0,``1},``1,Altaxo.Calc.LinearAlgebra.Zeros)"]

TState

[Missing <typeparam name="TState"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1.Fold2``2(Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage{``0},System.Func{``1,`0,``0,``1},``1,Altaxo.Calc.LinearAlgebra.Zeros)"]

Return Value

TState

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

See Also