Difference between revisions of "Polyadic/nnz.m"
(→Arguments) |
(Normalise sequential blank lines) |
||
| Line 16: | Line 16: | ||
==See also== | ==See also== | ||
[[polyadic.m]], [[polyadic/size.m]], [[polyadic/numel.m]] | [[polyadic.m]], [[polyadic/size.m]], [[polyadic/numel.m]] | ||
| − | |||
''Version 2.1, authors: [[Ilya Kuprov]]'' | ''Version 2.1, authors: [[Ilya Kuprov]]'' | ||
Revision as of 12:28, 25 April 2026
Number of non-zeroes in all kernels of the polyadic.
Contents
Syntax
answer=nnz(p)
Arguments
p - a polyadic object
Outputs
answer - an integer number
See also
polyadic.m, polyadic/size.m, polyadic/numel.m
Version 2.1, authors: Ilya Kuprov