Difference between revisions of "Polyadic/nnz.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(See also)
m (Spot-edit Spinach function page first-line NOTOC and template fields)
Line 1: Line 1:
{{DISPLAYTITLE:polyadic/nnz.m}}
+
{{DISPLAYTITLE:polyadic/nnz.m}} __NOTOC__
 
Number of non-zeroes in all kernels of the polyadic.
 
Number of non-zeroes in all kernels of the polyadic.
  

Revision as of 18:28, 5 June 2026

Number of non-zeroes in all kernels of the polyadic.

Syntax

    answer=nnz(p)

Arguments

    p   - a polyadic object

Outputs

    answer - an integer number

See also

polyadic.m, polyadic/size.m

Version 2.1, authors: Ilya Kuprov