|
NAMEsc::ReplSCMatrixKit - The ReplSCMatrixKit produces matrices that work in a many processor environment. SYNOPSIS#include <repl.h> Inherits sc::SCMatrixKit. Public Member FunctionsReplSCMatrixKit (const Ref< KeyVal >
&)
Public Member Functions inherited from sc::SCMatrixKit
Public Member Functions inherited from sc::DescribedClass
Public Member Functions inherited from sc::RefCount
Public Member Functions inherited from sc::Identity
Additional Inherited MembersStatic Public Member Functions inherited from
sc::SCMatrixKit
Protected Member Functions inherited from sc::RefCount
Protected Attributes inherited from sc::SCMatrixKit
Detailed DescriptionThe ReplSCMatrixKit produces matrices that work in a many processor environment. A copy of the entire matrix is stored on each node. Member Function DocumentationDiagSCMatrix * sc::ReplSCMatrixKit::diagmatrix (const RefSCDimension &) [virtual]Implements sc::SCMatrixKit. SCMatrix * sc::ReplSCMatrixKit::matrix (const RefSCDimension &, const RefSCDimension &) [virtual]Given the dimensions, create matrices or vectors. Implements sc::SCMatrixKit. SymmSCMatrix * sc::ReplSCMatrixKit::symmmatrix (const RefSCDimension &) [virtual]Implements sc::SCMatrixKit. SCVector * sc::ReplSCMatrixKit::vector (const RefSCDimension &) [virtual]Implements sc::SCMatrixKit. AuthorGenerated automatically by Doxygen for MPQC from the source code.
|