Difference between revisions of "Rcv/nnz.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Create documentation page from Spinach function header)
 
(Update function See also links and function index membership)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:rcv/nnz.m}} __NOTOC__
 
{{DISPLAYTITLE:rcv/nnz.m}} __NOTOC__
Documentation page for nnz.m.
+
Returns the number of non-zero elements in an RCV object.
  
 
==Syntax==
 
==Syntax==
Line 6: Line 6:
 
                               n=nnz(A)
 
                               n=nnz(A)
  
==Arguments==
+
==Parameters==
  
 
         A    - RCV object
 
         A    - RCV object
Line 21: Line 21:
  
 
==See also==
 
==See also==
[[Main_Page]]
+
[[rcv/rcv.m]], [[rcv/mtimes.m]], [[rcv/plus.m]], [[rcv/minus.m]], [[rcv/times.m]], [[rcv/rdivide.m]], [[rcv/sparse.m]], [[rcv/full.m]], [[rcv/ctranspose.m]], [[rcv/gather.m]], [[rcv/gpuArray.m]], [[rcv/horzcat.m]], [[rcv/kron.m]], [[rcv/size.m]], [[rcv/spy.m]], [[rcv/transpose.m]], [[rcv/vertcat.m]], [[Appendix_H:_Matlab_object_overloads]], [[Kernel_utilities]], [[Main_Page]]
  
 
''Version 2.11, authors: M Keitel, [[Ilya Kuprov]]''
 
''Version 2.11, authors: M Keitel, [[Ilya Kuprov]]''

Latest revision as of 19:40, 6 June 2026

Returns the number of non-zero elements in an RCV object.

Syntax

                             n=nnz(A)

Parameters

       A     - RCV object

Outputs

       n     - number of non-zero entries

Examples

See examples in the Spinach distribution relevant to this function.

Notes

This page was generated from the function header in the Spinach repository.

See also

rcv/rcv.m, rcv/mtimes.m, rcv/plus.m, rcv/minus.m, rcv/times.m, rcv/rdivide.m, rcv/sparse.m, rcv/full.m, rcv/ctranspose.m, rcv/gather.m, rcv/gpuArray.m, rcv/horzcat.m, rcv/kron.m, rcv/size.m, rcv/spy.m, rcv/transpose.m, rcv/vertcat.m, Appendix_H:_Matlab_object_overloads, Kernel_utilities, Main_Page

Version 2.11, authors: M Keitel, Ilya Kuprov