LMatrix(Int32, Int32, Random, Double, Double) Constructor |
Creates a matrix filled with a uniform distribution generator.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntaxpublic LMatrix(
int rows,
int cols,
Random random,
double offset = 0,
double width = 1
)
Parameters
- rows Int32
- Number of rows.
- cols Int32
- Number of 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