Scroll to navigation

sc::BlockedSCVector(3) MPQC sc::BlockedSCVector(3)

NAME

sc::BlockedSCVector

SYNOPSIS

Inherits sc::SCVector.

Public Member Functions


BlockedSCVector (const RefSCDimension &, BlockedSCMatrixKit *)
void save (StateOut &)
Save and restore this in an implementation independent way. void restore (StateIn &)
void assign_val (double)
Overridden to implement the assign functions. void assign_v (SCVector *)
void assign_p (const double *)
double get_element (int) const
Return the value of element i. void set_element (int, double)
Set element i to val. void accumulate_element (int, double)
Add val to element i. void accumulate_product_rv (SCMatrix *, SCVector *)
void accumulate_product_sv (SymmSCMatrix *, SCVector *)
void accumulate (const SCVector *)
Sum v into this. void accumulate (const SCMatrix *)
Sum m into this. One of m's dimensions must be 1. double scalar_product (SCVector *)
Return the dot product. void element_op (const Ref< SCElementOp > &)
Perform the element operation op on each element of this. void element_op (const Ref< SCElementOp2 > &, SCVector *)
void element_op (const Ref< SCElementOp3 > &, SCVector *, SCVector *)
void vprint (const char *title=0, std::ostream &out=ExEnv::out0(), int=10) const
RefSCDimension dim () const
RefSCDimension dim (int) const
int nblocks () const
RefSCVector block (int)
Ref< SCMatrixSubblockIter > local_blocks (SCMatrixSubblockIter::Access)
Returns iterators for the local (rapidly accessible) blocks used in this vector. Ref< SCMatrixSubblockIter > all_blocks (SCMatrixSubblockIter::Access)
Returns iterators for the all blocks used in this vector.

Friends


class BlockedSCMatrix
class BlockedSymmSCMatrix
class BlockedDiagSCMatrix

Additional Inherited Members

Member Function Documentation

void sc::BlockedSCVector::accumulate (const SCMatrix * m) [virtual]

Sum m into this. One of m's dimensions must be 1.

Implements sc::SCVector.

void sc::BlockedSCVector::accumulate (const SCVector * v) [virtual]

Sum v into this.

Implements sc::SCVector.

void sc::BlockedSCVector::accumulate_element (int, double) [virtual]

Add val to element i.

Implements sc::SCVector.

void sc::BlockedSCVector::accumulate_product_rv (SCMatrix *, SCVector *) [virtual]

Implements sc::SCVector.

void sc::BlockedSCVector::accumulate_product_sv (SymmSCMatrix *, SCVector *) [virtual]

Reimplemented from sc::SCVector.

Ref< SCMatrixSubblockIter > sc::BlockedSCVector::all_blocks (SCMatrixSubblockIter::Access) [virtual]

Returns iterators for the all blocks used in this vector.

Implements sc::SCVector.

void sc::BlockedSCVector::assign_p (const double *) [virtual]

Reimplemented from sc::SCVector.

void sc::BlockedSCVector::assign_v (SCVector *) [virtual]

Reimplemented from sc::SCVector.

void sc::BlockedSCVector::assign_val (double val) [virtual]

Overridden to implement the assign functions.

Reimplemented from sc::SCVector.

void sc::BlockedSCVector::element_op (const Ref< SCElementOp > &) [virtual]

Perform the element operation op on each element of this.

Implements sc::SCVector.

void sc::BlockedSCVector::element_op (const Ref< SCElementOp2 > &, SCVector *) [virtual]

Implements sc::SCVector.

void sc::BlockedSCVector::element_op (const Ref< SCElementOp3 > &, SCVector *, SCVector *) [virtual]

Implements sc::SCVector.

double sc::BlockedSCVector::get_element (int i) const [virtual]

Return the value of element i.

Implements sc::SCVector.

Ref< SCMatrixSubblockIter > sc::BlockedSCVector::local_blocks (SCMatrixSubblockIter::Access) [virtual]

Returns iterators for the local (rapidly accessible) blocks used in this vector. Only one iterator is allowed for a matrix is it has Accum or Write access is allowed. Multiple Read iterators are permitted.

Implements sc::SCVector.

void sc::BlockedSCVector::restore (StateIn &) [virtual]

Reimplemented from sc::SCVector.

void sc::BlockedSCVector::save (StateOut &) [virtual]

Save and restore this in an implementation independent way.

Reimplemented from sc::SCVector.

double sc::BlockedSCVector::scalar_product (SCVector *) [virtual]

Return the dot product.

Implements sc::SCVector.

void sc::BlockedSCVector::set_element (int i, double val) [virtual]

Set element i to val.

Implements sc::SCVector.

void sc::BlockedSCVector::vprint (const char * title = 0, std::ostream & out = ExEnv::out0(), int = 10) const [virtual]

Implements sc::SCVector.

Author

Generated automatically by Doxygen for MPQC from the source code.

Fri Dec 2 2022 Version 2.3.1