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
.