|
sc::SCVectorSimpleSubBlock Class ReferenceThe SCVectorSimpleSubBlock describes a subblock of a vector. More...
Inheritance diagram for sc::SCVectorSimpleSubBlock:
Detailed DescriptionThe SCVectorSimpleSubBlock describes a subblock of a vector.The following bit of code illustrates the data layout: fill(double *vector, SCVectorSimpleSubBlock &b) { int i,offset=b.offset; for (i=b.istart; i<b.iend; i++,offset++) { vector[i] = b.data[offset]; } }
Member Function Documentation
The documentation for this class was generated from the following file: Generated at Fri Jan 10 08:16:52 2003 for MPQC 2.1.3 using the documentation package Doxygen 1.2.14. |