Skip to main content

cumsum

Overloads

NameDescription
cumsum(const RealArray lhs) -> RealArrayReturns the cumulative sum of the elements in the RealArray.
cumsum(const RealMatrix lhs) -> RealMatrixReturns the cumulative sum of the elements in the RealMatrix.
cumsum(const IntegerArray lhs) -> IntegerArrayReturns the cumulative sum of the elements in the IntegerArray.
cumsum(const ComplexMatrix lhs) -> ComplexMatrixReturns the cumulative sum of the elements in the ComplexMatrix.
cumsum(const ComplexArray lhs) -> ComplexArrayReturns the cumulative sum of the elements in the ComplexArray.
cumsum(const BoolArray lhs) -> BoolArrayReturns the cumulative sum of the elements in the BoolArray.

cumsum(const RealArray lhs) -> RealArray

Returns the cumulative sum of the elements in the RealArray.

Parameters

cumsum(const RealMatrix lhs) -> RealMatrix

Returns the cumulative sum of the elements in the RealMatrix.

Parameters

cumsum(const IntegerArray lhs) -> IntegerArray

Returns the cumulative sum of the elements in the IntegerArray.

Parameters

cumsum(const ComplexMatrix lhs) -> ComplexMatrix

Returns the cumulative sum of the elements in the ComplexMatrix.

Parameters

cumsum(const ComplexArray lhs) -> ComplexArray

Returns the cumulative sum of the elements in the ComplexArray.

Parameters

cumsum(const BoolArray lhs) -> BoolArray

Returns the cumulative sum of the elements in the BoolArray.

Parameters