Back to Linear Algebra (Eigen)
eigen.dense.random
Create a matrix with random values in the range [-1, 1].
Syntax
eigen.dense.random(rows, cols)
Description
Create a matrix with random values in the range [-1, 1].
Parameters
| Name | Description |
|---|---|
| rows | - Number of rows |
| cols | - Number of columns |
Returns
MatrixHandle