|
NAMEsc::LocalDiagSCMatrixSYNOPSISInherits sc::DiagSCMatrix. Public Member FunctionsLocalDiagSCMatrix (const RefSCDimension &, LocalSCMatrixKit *) void save_data_state (StateOut &) double get_element (int) const Return or modify an element. void set_element (int, double) void accumulate_element (int, double) void accumulate (const DiagSCMatrix *) Sum m into this. double invert_this () Invert this. double determ_this () Return the determinant of this. this is overwritten. double trace () Return the trace. void gen_invert_this () Do a generalized inversion of this. void element_op (const Ref< SCElementOp > &) Perform the element operation op on each element of this. void element_op (const Ref< SCElementOp2 > &, DiagSCMatrix *) void element_op (const Ref< SCElementOp3 > &, DiagSCMatrix *, DiagSCMatrix *) void vprint (const char *title=0, std::ostream &out=ExEnv::out0(), int=10) const double * get_data () Ref< SCMatrixSubblockIter > local_blocks (SCMatrixSubblockIter::Access) Returns iterators for the local (rapidly accessible) blocks used in this matrix. Ref< SCMatrixSubblockIter > all_blocks (SCMatrixSubblockIter::Access) Returns iterators for the all blocks used in this matrix. Friendsclass LocalSCMatrix class LocalSymmSCMatrix class LocalSCVector Additional Inherited MembersMember Function Documentationvoid sc::LocalDiagSCMatrix::accumulate (const DiagSCMatrix * m) [virtual]Sum m into this.Implements sc::DiagSCMatrix. void sc::LocalDiagSCMatrix::accumulate_element (int, double) [virtual]Implements sc::DiagSCMatrix.Ref< SCMatrixSubblockIter > sc::LocalDiagSCMatrix::all_blocks (SCMatrixSubblockIter::Access) [virtual]Returns iterators for the all blocks used in this matrix.Implements sc::DiagSCMatrix. double sc::LocalDiagSCMatrix::determ_this () [virtual]Return the determinant of this. this is overwritten.Implements sc::DiagSCMatrix. void sc::LocalDiagSCMatrix::element_op (const Ref< SCElementOp > &) [virtual]Perform the element operation op on each element of this.Implements sc::DiagSCMatrix. void sc::LocalDiagSCMatrix::element_op (const Ref< SCElementOp2 > &, DiagSCMatrix *) [virtual]Implements sc::DiagSCMatrix.void sc::LocalDiagSCMatrix::element_op (const Ref< SCElementOp3 > &, DiagSCMatrix *, DiagSCMatrix *) [virtual]Implements sc::DiagSCMatrix.void sc::LocalDiagSCMatrix::gen_invert_this () [virtual]Do a generalized inversion of this.Implements sc::DiagSCMatrix. double sc::LocalDiagSCMatrix::get_element (int) const [virtual]Return or modify an element.Implements sc::DiagSCMatrix. double sc::LocalDiagSCMatrix::invert_this () [virtual]Invert this.Implements sc::DiagSCMatrix. Ref< SCMatrixSubblockIter > sc::LocalDiagSCMatrix::local_blocks (SCMatrixSubblockIter::Access) [virtual]Returns iterators for the local (rapidly accessible) blocks used in this matrix.Implements sc::DiagSCMatrix. void sc::LocalDiagSCMatrix::set_element (int, double) [virtual]Implements sc::DiagSCMatrix.double sc::LocalDiagSCMatrix::trace () [virtual]Return the trace.Implements sc::DiagSCMatrix. void sc::LocalDiagSCMatrix::vprint (const char * title = 0, std::ostream & out = ExEnv::out0(), int = 10) const [virtual]Reimplemented from sc::DiagSCMatrix.AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |