polyadic/suffix.m
Adds suffix matrices to a polyadic. Anything the polyadic multiplies will first be multiplied by the suffix matrices.
Syntax
p=suffix(p,a)
Arguments
p - polyadic object
a - suffix matrix
Outputs
p - polyadic object
Notes
A suffix can be a polyadic itself.
See also
polyadic.m, polyadic/prefix.m, kronm.m, polyadic/mtimes.m
Version 2.3, authors: Ilya Kuprov