Matrix operationsΒΆ

  • cumprod cumulative product of array elements
  • cumsum cumulative sum of array elements
  • kron Kronecker product (.*.)
  • prod product of array elements
  • sum sum of array elements
  • tril lower triangular part of matrix
  • triu upper triangle

This Page