Skip to main content

cumprod

Overloads

NameDescription
cumprod(const RealMatrix lhs) -> RealMatrixReturns the cumulative product of the elements in the RealMatrix.
cumprod(const ComplexMatrix lhs) -> ComplexMatrixReturns the cumulative product of the elements in the ComplexMatrix.
cumprod(const IntegerArray lhs) -> IntegerArrayReturns the cumulative product of the elements in the IntegerArray.
cumprod(const RealArray lhs) -> RealArrayReturns the cumulative product of the elements in the RealArray.
cumprod(const BoolArray lhs) -> BoolArrayReturns the cumulative product of the elements in the BoolArray.
cumprod(const ComplexArray lhs) -> ComplexArrayReturns 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

cumprod(const ComplexMatrix lhs) -> ComplexMatrix

Returns the cumulative product of the elements in the ComplexMatrix.

Parameters

cumprod(const IntegerArray lhs) -> IntegerArray

Returns the cumulative product of the elements in the IntegerArray.

Parameters

cumprod(const RealArray lhs) -> RealArray

Returns the cumulative product of the elements in the RealArray.

Parameters

cumprod(const BoolArray lhs) -> BoolArray

Returns the cumulative product of the elements in the BoolArray.

Parameters

cumprod(const ComplexArray lhs) -> ComplexArray

Returns the cumulative product of the elements in the ComplexArray.

Parameters