logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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