Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
sc::SCVectorSimpleSubBlockIter(3)    MPQC    sc::SCVectorSimpleSubBlockIter(3)

NAME
       sc::SCVectorSimpleSubBlockIter

SYNOPSIS
       Inherits	sc::SCMatrixBlockIter.

   Public Member Functions
       SCVectorSimpleSubBlockIter (SCVectorSimpleSubBlock *)
       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.
       operator	int ()
	   Return nonzero if there are more elements.
       void operator++ ()
	   Move	to the next element.
       void reset ()
	   Start the iteration over.

       Public Member Functions inherited from sc::SCMatrixBlockIter
       virtual int i ()=0
	   Returns the row index.
       virtual int j ()=0
	   Returns the column index.
       virtual void set	(double	val)=0
	   Set the current element to val.
       virtual void accum (double val)
	   Add val to the current element.
       virtual double get ()=0
	   Return the value of the current element.
       virtual operator	int ()=0
	   Return nonzero if there are more elements.
       virtual void operator++ ()=0
	   Move	to the next element.
       void operator++ (int)
       virtual void reset ()=0
	   Start the iteration over.

Member Function	Documentation
   double sc::SCVectorSimpleSubBlockIter::get () [virtual]
       Return the value	of the current element.

       Implements sc::SCMatrixBlockIter.

   int sc::SCVectorSimpleSubBlockIter::i () [virtual]
       Returns the row index.

       Implements sc::SCMatrixBlockIter.

   int sc::SCVectorSimpleSubBlockIter::j () [virtual]
       Returns the column index.

       Implements sc::SCMatrixBlockIter.

   sc::SCVectorSimpleSubBlockIter::operator int	() [virtual]
       Return nonzero if there are more	elements.

       Implements sc::SCMatrixBlockIter.

   void	sc::SCVectorSimpleSubBlockIter::operator++ () [virtual]
       Move to the next	element.

       Implements sc::SCMatrixBlockIter.

   void	sc::SCVectorSimpleSubBlockIter::reset () [virtual]
       Start the iteration over.

       Implements sc::SCMatrixBlockIter.

   void	sc::SCVectorSimpleSubBlockIter::set (double val) [virtual]
       Set the current element to val.

       Implements sc::SCMatrixBlockIter.

Author
       Generated automatically by Doxygen for MPQC from	the source code.

Version	2.3.1			Tue May	13 20sc::SCVectorSimpleSubBlockIter(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sc_SCVectorSimpleSubBlockIter&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help