![]() |
![]()
| ![]() |
![]()
NAMEsc::ReplSCVector SYNOPSISInherits sc::SCVector. Public Member FunctionsReplSCVector (const RefSCDimension &,
ReplSCMatrixKit *)
Public Member Functions inherited from sc::SCVector
Public Member Functions inherited from sc::DescribedClass
Public Member Functions inherited from sc::RefCount
Public Member Functions inherited from sc::Identity
Protected Member Functionsvoid init_blocklist ()
Protected Member Functions inherited from sc::RefCount
Protected AttributesRef< SCMatrixBlockList > blocklist
Protected Attributes inherited from sc::SCVector
Friendsclass ReplSCMatrix
Member Function Documentationvoid sc::ReplSCVector::accumulate (const SCMatrix * m) [virtual]Sum m into this. One of m's dimensions must be 1. Implements sc::SCVector. void sc::ReplSCVector::accumulate (const SCVector * v) [virtual]Sum v into this. Implements sc::SCVector. void sc::ReplSCVector::accumulate_element (int, double) [virtual]Add val to element i. Implements sc::SCVector. void sc::ReplSCVector::accumulate_product_rv (SCMatrix *, SCVector *) [virtual]Implements sc::SCVector. void sc::ReplSCVector::accumulate_product_sv (SymmSCMatrix *, SCVector *) [virtual]Reimplemented from sc::SCVector. Ref< SCMatrixSubblockIter > sc::ReplSCVector::all_blocks (SCMatrixSubblockIter::Access) [virtual]Returns iterators for the all blocks used in this vector. Implements sc::SCVector. void sc::ReplSCVector::assign_p (const double *) [virtual]Reimplemented from sc::SCVector. void sc::ReplSCVector::assign_v (SCVector *) [virtual]Reimplemented from sc::SCVector. void sc::ReplSCVector::assign_val (double val) [virtual]Overridden to implement the assign functions. Reimplemented from sc::SCVector. void sc::ReplSCVector::element_op (const Ref< SCElementOp > &) [virtual]Perform the element operation op on each element of this. Implements sc::SCVector. void sc::ReplSCVector::element_op (const Ref< SCElementOp2 > &, SCVector *) [virtual]Implements sc::SCVector. void sc::ReplSCVector::element_op (const Ref< SCElementOp3 > &, SCVector *, SCVector *) [virtual]Implements sc::SCVector. double sc::ReplSCVector::get_element (int i) const [virtual]Return the value of element i. Implements sc::SCVector. Ref< SCMatrixSubblockIter > sc::ReplSCVector::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. double sc::ReplSCVector::scalar_product (SCVector *) [virtual]Return the dot product. Implements sc::SCVector. void sc::ReplSCVector::set_element (int i, double val) [virtual]Set element i to val. Implements sc::SCVector. void sc::ReplSCVector::vprint (const char * title = 0, std::ostream & out = ExEnv::out0(), int = 10) const [virtual]Implements sc::SCVector. AuthorGenerated automatically by Doxygen for MPQC from the source code.
|