Matrix(Int32, FuncInt32, Int32, Double) Constructor |
Creates a square matrix using a formula to fill its cells.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntaxpublic Matrix(
int size,
Func<int, int, double> f
)
Parameters
- size Int32
- Number of rows and columns.
- f FuncInt32, Int32, Double
- A function defining cell content.
See Also