Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members   Related Pages  

sc::SCMatrixKit Class Reference

The SCMatrixKit abstract class acts as a factory for producing matrices. More...

#include <abstract.h>

Inheritance diagram for sc::SCMatrixKit:

Inheritance graph
[legend]
Collaboration diagram for sc::SCMatrixKit:

Collaboration graph
[legend]
List of all members.

Public Methods

 SCMatrixKit ()
 SCMatrixKit (const Ref< KeyVal > &)
 ~SCMatrixKit ()
Ref< MessageGrpmessagegrp () const
virtual SCMatrixmatrix (const RefSCDimension &, const RefSCDimension &)=0
 Given the dimensions, create matrices or vectors.

virtual SymmSCMatrixsymmmatrix (const RefSCDimension &)=0
virtual DiagSCMatrixdiagmatrix (const RefSCDimension &)=0
virtual SCVectorvector (const RefSCDimension &)=0
SCMatrixrestore_matrix (StateIn &, const RefSCDimension &, const RefSCDimension &)
 Given the dimensions and a StateIn object, restore matrices or vectors.

SymmSCMatrixrestore_symmmatrix (StateIn &, const RefSCDimension &)
DiagSCMatrixrestore_diagmatrix (StateIn &, const RefSCDimension &)
SCVectorrestore_vector (StateIn &, const RefSCDimension &)

Static Public Methods

SCMatrixKit * default_matrixkit ()
 This returns a LocalSCMatrixKit, unless the default has been changed with set_default_matrixkit.

void set_default_matrixkit (const Ref< SCMatrixKit > &)

Protected Attributes

Ref< MessageGrpgrp_

Detailed Description

The SCMatrixKit abstract class acts as a factory for producing matrices.

By using one of these, the program makes sure that all of the matrices are consistent.


The documentation for this class was generated from the following file:
Generated at Fri Jan 10 08:16:50 2003 for MPQC 2.1.3 using the documentation package Doxygen 1.2.14.