FEI
Version of the Day
|
#include <fei_MatrixGraph_Impl2.hpp>
Public Member Functions | |
virtual | ~Factory () |
virtual fei::SharedPtr < fei::MatrixGraph > | createMatrixGraph (fei::SharedPtr< fei::VectorSpace > rowSpace, fei::SharedPtr< fei::VectorSpace > columnSpace, const char *name) |
MatrixGraph Factory interface
Definition at line 36 of file fei_MatrixGraph_Impl2.hpp.
|
inlinevirtual |
Usual virtual destructor
Definition at line 39 of file fei_MatrixGraph_Impl2.hpp.
|
virtual |
Produce an instance of a MatrixGraph. Either or both of columnSpace and name may be NULL. If columnSpace is NULL, it will be assumed that the structure to be created/defined is symmetric. i.e., columnSpace will be assumed to be identically equal to rowSpace.
Definition at line 81 of file fei_MatrixGraph_Impl2.cpp.