A Linear Algebra package consisting of Matlab-like functions for manipulating Tensor objects. Functions fall into several types of categories: constructors like zeros, ones or extractors like diag and triu, element-wise operations like abs and pow, column or row-wise operations like sum and max, or matrix-wide operations like trace and norm.

Subsections

  1. Construction or extraction functions
  2. Element-wise operations
  3. Column or row-wise operations (dimension-wise operations)
  4. Matrix-wide operations (tensor-wide operations)