logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sc::SCVectorSimpleBlockIter

Author

       Generated automatically by Doxygen for MPQC from the source code.

Version 2.3.1                                    Sun Oct 4 2020                   sc::SCVectorSimpleBlockIter(3)

Name

       sc::SCVectorSimpleBlockIter

Synopsis

       Inherits sc::SCMatrixBlockIter.

   PublicMemberFunctionsSCVectorSimpleBlockIter (SCVectorSimpleBlock *)
       int i ()
           Returns the row index.
       int j ()
           Returns the column index.
       double get ()
           Return the value of the current element.
       void set (double)
           Set the current element to val.
       operatorint ()
           Return nonzero if there are more elements.
       void operator++ ()
           Move to the next element.
       void reset ()
           Start the iteration over.

See Also