cumprod
Overloads
| Name | Description |
|---|---|
cumprod(const RealMatrix lhs) -> RealMatrix | Returns the cumulative product of the elements in the RealMatrix. |
cumprod(const ComplexMatrix lhs) -> ComplexMatrix | Returns the cumulative product of the elements in the ComplexMatrix. |
cumprod(const IntegerArray lhs) -> IntegerArray | Returns the cumulative product of the elements in the IntegerArray. |
cumprod(const RealArray lhs) -> RealArray | Returns the cumulative product of the elements in the RealArray. |
cumprod(const BoolArray lhs) -> BoolArray | Returns the cumulative product of the elements in the BoolArray. |
cumprod(const ComplexArray lhs) -> ComplexArray | Returns the cumulative product of the elements in the ComplexArray. |
cumprod(const RealMatrix lhs) -> RealMatrix
Returns the cumulative product of the elements in the RealMatrix.
Parameters
- lhs: The RealMatrix to analyze.
cumprod(const ComplexMatrix lhs) -> ComplexMatrix
Returns the cumulative product of the elements in the ComplexMatrix.
Parameters
- lhs: The ComplexMatrix to analyze.
cumprod(const IntegerArray lhs) -> IntegerArray
Returns the cumulative product of the elements in the IntegerArray.
Parameters
- lhs: The IntegerArray to analyze.
cumprod(const RealArray lhs) -> RealArray
Returns the cumulative product of the elements in the RealArray.
Parameters
- lhs: The RealArray to analyze.
cumprod(const BoolArray lhs) -> BoolArray
Returns the cumulative product of the elements in the BoolArray.
Parameters
- lhs: The BoolArray to analyze.
cumprod(const ComplexArray lhs) -> ComplexArray
Returns the cumulative product of the elements in the ComplexArray.
Parameters
- lhs: The ComplexArray to analyze.