LMatrix(Int32, Random, Double, Double) Constructor |
Creates a square matrix filled with a uniform distribution generator.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntaxpublic LMatrix(
int size,
Random random,
double offset = 0,
double width = 1
)
Parameters
- size Int32
- Number of rows and columns.
- random Random
- A random number generator.
- offset Double (Optional)
- An offset for the random numbers.
- width Double (Optional)
- Width for the uniform distribution.
See Also