AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
AbstractLinAlgPack::DirectSparseSolver::FactorizationStructure Class Reference

Abstract class for objects that represent the factorization structure of a particular matrix. More...

#include <AbstractLinAlgPack_DirectSparseSolver.hpp>

Public Member Functions

virtual ~FactorizationStructure ()
 

Detailed Description

Abstract class for objects that represent the factorization structure of a particular matrix.

This structure can be reused over and over again for factorizing matrices with the same structure but different nonzero elements.

Definition at line 251 of file AbstractLinAlgPack_DirectSparseSolver.hpp.

Constructor & Destructor Documentation

virtual AbstractLinAlgPack::DirectSparseSolver::FactorizationStructure::~FactorizationStructure ( )
inlinevirtual

Definition at line 254 of file AbstractLinAlgPack_DirectSparseSolver.hpp.


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