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::DirectSparseSolverImp::FactorizationNonzeros Class Reference

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

#include <AbstractLinAlgPack_DirectSparseSolverImp.hpp>

Inheritance diagram for AbstractLinAlgPack::DirectSparseSolverImp::FactorizationNonzeros:
Inheritance graph
[legend]

Public Member Functions

virtual ~FactorizationNonzeros ()
 

Detailed Description

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

This storage for the nonzeros can be reused over and over again for factored matrices with the same structure.

Definition at line 75 of file AbstractLinAlgPack_DirectSparseSolverImp.hpp.

Constructor & Destructor Documentation

virtual AbstractLinAlgPack::DirectSparseSolverImp::FactorizationNonzeros::~FactorizationNonzeros ( )
inlinevirtual

Definition at line 78 of file AbstractLinAlgPack_DirectSparseSolverImp.hpp.


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