FEI Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | List of all members
fei::MatrixGraph_Impl2::Factory Class Reference

#include <fei_MatrixGraph_Impl2.hpp>

Public Member Functions

virtual ~Factory ()
 
virtual fei::SharedPtr< fei::MatrixGraphcreateMatrixGraph (fei::SharedPtr< fei::VectorSpace > rowSpace, fei::SharedPtr< fei::VectorSpace > columnSpace, const char *name)
 

Detailed Description

MatrixGraph Factory interface

Definition at line 36 of file fei_MatrixGraph_Impl2.hpp.

Constructor & Destructor Documentation

◆ ~Factory()

virtual fei::MatrixGraph_Impl2::Factory::~Factory ( )
inlinevirtual

Usual virtual destructor

Definition at line 39 of file fei_MatrixGraph_Impl2.hpp.

Member Function Documentation

◆ createMatrixGraph()

fei::SharedPtr< fei::MatrixGraph > fei::MatrixGraph_Impl2::Factory::createMatrixGraph ( fei::SharedPtr< fei::VectorSpace > rowSpace,
fei::SharedPtr< fei::VectorSpace > columnSpace,
const char * name )
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.


The documentation for this class was generated from the following files: