GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sc::DistDiagSCMatrix(3) MPQC sc::DistDiagSCMatrix(3)

sc::DistDiagSCMatrix

Inherits sc::DiagSCMatrix.


DistDiagSCMatrix (const RefSCDimension &, DistSCMatrixKit *)
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 *)
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. Ref< DistSCMatrixKit > skit ()


void init_blocklist ()
double * find_element (int i) const
int element_to_node (int i) const
int block_to_node (int) const
Ref< SCMatrixBlock > block_to_block (int) const
void error (const char *msg)


Ref< SCMatrixBlockList > blocklist


class DistSCMatrix
class DistSymmSCMatrix
class DistSCVector

Sum m into this.

Implements sc::DiagSCMatrix.

Implements sc::DiagSCMatrix.

Returns iterators for the all blocks used in this matrix.

Implements sc::DiagSCMatrix.

Return the determinant of this. this is overwritten.

Implements sc::DiagSCMatrix.

Perform the element operation op on each element of this.

Implements sc::DiagSCMatrix.

Implements sc::DiagSCMatrix.

Implements sc::DiagSCMatrix.

Do a generalized inversion of this.

Implements sc::DiagSCMatrix.

Return or modify an element.

Implements sc::DiagSCMatrix.

Invert this.

Implements sc::DiagSCMatrix.

Returns iterators for the local (rapidly accessible) blocks used in this matrix.

Implements sc::DiagSCMatrix.

Implements sc::DiagSCMatrix.

Return the trace.

Implements sc::DiagSCMatrix.

Generated automatically by Doxygen for MPQC from the source code.
Tue Jun 7 2022 Version 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.