MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp File Reference
#include "AbstractLinAlgPack_Types.hpp"
#include "AbstractLinAlgPack_MatrixBase.hpp"
Include dependency graph for AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AbstractLinAlgPack::MatrixSymAddDelUpdateable
 Mix-in Interface for updating a serial symmetric matrix by adding and deleting rows and columns. More...
 
struct  AbstractLinAlgPack::MatrixSymAddDelUpdateable::Inertia
 Struct for the inertia of the matrix. More...
 
struct  AbstractLinAlgPack::MatrixSymAddDelUpdateable::PivotTolerances
 Struct for pivot tolerances to be used when initializing, and augmenting and deleting rows and columns. More...
 
class  AbstractLinAlgPack::MatrixSymAddDelUpdateable::WarnNearSingularUpdateException
 Thrown if the matrix is near singular as a warning. More...
 
class  AbstractLinAlgPack::MatrixSymAddDelUpdateable::SingularUpdateException
 Thrown if the matrix is singular and should not have been. More...
 
class  AbstractLinAlgPack::MatrixSymAddDelUpdateable::WrongInertiaUpdateException
 Thrown if matrix has the wrong inertia from what was expected. More...
 
class  AbstractLinAlgPack::MatrixSymAddDelUpdateable::MaxSizeExceededException
 Thrown if the maximum size is exceeded in augment_update(...). More...
 

Namespaces

 AbstractLinAlgPack