| DoubleComplexMatrix(Int32, Int32, RandomNumberGenerator) Constructor |
Constructs a DoubleComplexMatrix instance from a random number generator.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DoubleComplexMatrix(
int rows,
int cols,
RandomNumberGenerator random
)
Public Sub New (
rows As Integer,
cols As Integer,
random As RandomNumberGenerator
)
public:
DoubleComplexMatrix(
int rows,
int cols,
RandomNumberGenerator^ random
)
new :
rows : int *
cols : int *
random : RandomNumberGenerator -> DoubleComplexMatrix
Parameters
- rows Int32
- The number of rows.
- cols Int32
- The number of cols.
- random RandomNumberGenerator
- A random number generator.
See Also