polyadic/minus.m
Polyadic subtraction operation that stores the operands as a sum of unopened Kronecker products rather than performing the subtraction immediately.
Syntax
c=minus(a,b)
Parameters
a,b - polyadic objects
Outputs
c - polyadic object
Notes
Use this operation sparingly - the subtractions are simply buffered, and all subsequent operations will be slower.
See also
polyadic/plus.m, polyadic/mtimes.m, kronm.m, polyadic.m, polinfo.m, polyadic/allfinite.m, polyadic/ctranspose.m, polyadic/full.m, polyadic/gpuArray.m, polyadic/inflate.m, polyadic/isempty.m, polyadic/kron.m, polyadic/nnz.m, polyadic/polinfo.m, polyadic/prefix.m, polyadic/simplify.m, polyadic/size.m, polyadic/suffix.m, polyadic/transpose.m, polyadic/validate.m, Tensor_train_module
Version 2.1, authors: Ilya Kuprov