(rontolisp) docs
← Functions

linalg:-

(linalg:- a &rest arrays)

Subtracts the remaining arguments from a elementwise, left to right, and returns a fresh array. It is the CL operator spelling of linalg:sub, broadcasting by the same numpy rules. With a single argument it negates, exactly like CL -.