Back to Linear Algebra (Eigen)
eigen.dense.prod
Compute the product of all elements in a matrix.
Syntax
eigen.dense.prod(A)
Description
Compute the product of all elements in a matrix.
Parameters
| Name | Description |
|---|---|
| A | - Matrix |
Returns
number