#include <repl.h>
Inheritance diagram for sc::ReplSCMatrixKit:


Public Member Functions | |
| ReplSCMatrixKit (const Ref< KeyVal > &) | |
| SCMatrix * | matrix (const RefSCDimension &, const RefSCDimension &) |
| Given the dimensions, create matrices or vectors. | |
| SymmSCMatrix * | symmmatrix (const RefSCDimension &) |
| DiagSCMatrix * | diagmatrix (const RefSCDimension &) |
| SCVector * | vector (const RefSCDimension &) |
A copy of the entire matrix is stored on each node.