Click or drag to resize

AnyMatrixTFill Method

Sets all matrix entries according to a supplied fill function.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public virtual void Fill(
	Func<int, int, T> f
)

Parameters

f
Type: SystemFuncInt32, Int32, T
The fill function.
See Also