 Teuchos::AbstractFactory< BasisSystem > [external] | |
  AbstractLinAlgPack::BasisSystemFactory | Interface for a factory object that will create BasisSystem objects |
   AbstractLinAlgPack::BasisSystemFactoryStd | Default implementation for BasisSystemPermDirectSparse obejcts using DirectSparseSolver object |
 Teuchos::AbstractFactory< VectorMutable > [external] | |
  AbstractLinAlgPack::VectorSpace | Abstract interface for objects that represent a space for mutable coordinate vectors |
   AbstractLinAlgPack::VectorSpaceBlocked | VectorSpace subclass for the composite of one or more VectorSpace objects |
   AbstractLinAlgPack::VectorSpaceSerial | Subclass for serial vector space objects that create VectorMutableDense vector and MultiVectorMutableDense multi-vector objects |
   AbstractLinAlgPack::VectorSpaceSubSpace | Concrete subclass for a default sub-space of a vector |
 AbstractLinAlgPack::DirectSparseSolverDense::BasisMatrixDense | Implements the BasisMatrix object for Dense |
 AbstractLinAlgPack::DirectSparseSolverMA28::BasisMatrixMA28 | Implements the BasisMatrix object for MA28 |
 AbstractLinAlgPack::BasisSystem | Interface for the creation and maintainance of a basis matrix for a decomposition of linearlized constriants |
  AbstractLinAlgPack::BasisSystemComposite | Simple BasisSystem subclass the case where the client sets up seperate C and N matrices |
  AbstractLinAlgPack::BasisSystemPerm | Interface for setting and selecting a basis from the Jacobian from a set of equations |
   AbstractLinAlgPack::BasisSystemPermDirectSparse | Permutatble basis system subclass that uses a direct sparse solver |
 AbstractLinAlgPack::BasisSystemTester | Testing class for BasisSystem interface |
 AbstractLinAlgPack::compare_element_indexes_equal_to< T_Element > | Ele.index() == i |
 AbstractLinAlgPack::compare_element_indexes_less< T_Element > | Ele1.index() < ele2.index() |
 AbstractLinAlgPack::COOMatrix | Sparse Coordinate Matrix abstraction storage class |
 AbstractLinAlgPack::COOMatrixPartitionedView< T_Indice, T_Value > | COO Matrix partitioning view class |
 AbstractLinAlgPack::COOMatrixPartitionedView< indice_type, value_type > | |
 AbstractLinAlgPack::COOMatrixWithPartitionedView | Aggregation of a COO matrix and a partitioned view of it |
 AbstractLinAlgPack::DirectSparseSolver | Abstract interface to serial direct sparse linear solvers |
  AbstractLinAlgPack::DirectSparseSolverImp | Implementation node class for DirectSparseSolver that takes care of the memory management details |
   AbstractLinAlgPack::DirectSparseSolverDense | Concreate sparse solver subclass that uses the dense LAPACK routines |
   AbstractLinAlgPack::DirectSparseSolverMA28 | Concreate sparse solver subclass that uses MA28 |
 AbstractLinAlgPack::SparseVectorUtilityPack::DoesNotExistException | |
 AbstractLinAlgPack::SparseVectorUtilityPack::DuplicateIndexesException | |
 AbstractLinAlgPack::TransSparseCOOElementViewIter< T_Iter, T_IterCat, T_Indice, T_ValRef, T_Diff >::ElementView< TT_Iter, TT_IterCat, TT_Indice, TT_ValRef, TT_Diff > | Type for the object that is returned for the transpose sparse element |
 AbstractLinAlgPack::TransSparseCOOElementViewIter< T_Iter, T_IterCat, T_Indice, T_ValRef, T_Diff >::ElementView< T_Iter, T_IterCat, T_Indice, T_ValRef, T_Diff > | |
 AbstractLinAlgPack::EtaVector | Create an eta vector (scaled by alpha = default 1) |
 AbstractLinAlgPack::GenPermMatrixSliceIteratorPack::external_row_col_value_type< T > | External storage of a row and column indice. This is required for creating a temporary in an assignment operation in a sorting algorithm (like std::sort(...)) |
 AbstractLinAlgPack::DirectSparseSolver::FactorizationFailure | |
 AbstractLinAlgPack::DirectSparseSolverImp::FactorizationNonzeros | Abstract class for objects that represent the factorization nonzeros of a particular matrix |
  AbstractLinAlgPack::DirectSparseSolverDense::FactorizationNonzerosDense | Stores the factorization nonzeros for Dense |
  AbstractLinAlgPack::DirectSparseSolverMA28::FactorizationNonzerosMA28 | Stores the factorization nonzeros for MA28 |
 AbstractLinAlgPack::DirectSparseSolver::FactorizationStructure | Abstract class for objects that represent the factorization structure of a particular matrix |
 AbstractLinAlgPack::DirectSparseSolverDense::FactorizationStructureDense | Stores the factorization structure for Dense |
 AbstractLinAlgPack::DirectSparseSolverMA28::FactorizationStructureMA28 | Stores the factorization structure for MA28 |
 AbstractLinAlgPack::GenPermMatrixSlice | Concrete matrix type to represent general permutation (mapping) matrices |
 AbstractLinAlgPack::MatrixBase::IncompatibleMatrices | Thrown if matrices are incompatible |
 AbstractLinAlgPack::MatrixOp::IncompatibleMatrices | Thrown if matrices are not compatible |
 AbstractLinAlgPack::DirectSparseSolver::IncompatibleMatrixStructureException | |
 AbstractLinAlgPack::VectorSpace::IncompatibleVectorSpaces | Thrown if vector spaces are incompatible |
 AbstractLinAlgPack::MatrixSymAddDelUpdateable::Inertia | Struct for the inertia of the matrix |
 AbstractLinAlgPack::InnerProduct | Abstract interface for inner products |
  AbstractLinAlgPack::InnerProductDot | Implements the inner product as the dot product |
 AbstractLinAlgPack::SparseVectorUtilityPack::SpVecIndexLookup< T_Element >::InvalidInternalStateException | |
 AbstractLinAlgPack::DirectSparseSolver::InvalidObjectType | |
 MA28_Cpp::MA28Solver | MA28 Basic Encapsulation Class |
 AbstractLinAlgPack::MatrixOp::MatNorm | Returned form calc_norm() |
 AbstractLinAlgPack::MatrixBase | Base class for all polymorphic matrices |
  AbstractLinAlgPack::MatrixConvertToSparse | Mix-in interface for extracing explicit elements from a sparse matrix in one of several Fortran compatible formats |
   AbstractLinAlgPack::MatrixConvertToSparseEncap | Sparse conversion subclass based on views of a MatrixExtractSparseElements object |
   AbstractLinAlgPack::MatrixExtractSparseElements | Interface for extracting nonzero elements from a banded subregion of a permuted sparse matrix in one of several Fortran compatible formats |
    AbstractLinAlgPack::MatrixSparseCOORSerial | Coordinate matrix subclass |
   AbstractLinAlgPack::MatrixSymDiagSparse | Abstract base class for all serial symmetric diagonal matrices with significant zeros along the diagonal |
    AbstractLinAlgPack::MatrixSymDiagSparseStd | Concrete subclass for a serial symmetric diagonal matrix with many zeros on the diagonal |
  AbstractLinAlgPack::MatrixExtractInvCholFactor | Mix-in Interface for extracting the inverse cholesky factor of a dense symmetric positive definite matrix |
  AbstractLinAlgPack::MatrixLoadSparseElements | Mix-in interface for loading nonzero elements into a sparse matrix data structure |
   AbstractLinAlgPack::MatrixSparseCOORSerial | Coordinate matrix subclass |
  AbstractLinAlgPack::MatrixNonsing | Abstract base class for all nonsingular polymorphic matrices that can solve for linear system with but it may not be convienent to compute matrix vector products {abstract} |
   AbstractLinAlgPack::DirectSparseSolver::BasisMatrix | Abstract class for objects that represent the factorized matrix and can be used to solve for different right-hand-sides |
    AbstractLinAlgPack::DirectSparseSolverImp::BasisMatrixImp | Implementation node subclass that combines factorization structure and factorization nonzeros into a single basis matrix object |
   AbstractLinAlgPack::MatrixNonsingSerial | Abstract base class for all AbstractLinAlgPack::MatrixNonsing objects implemented in shared memory space |
    AbstractLinAlgPack::MatrixOpNonsingSerial | Abstract base class for all serial nonsingular polymorphic matrices that can be used to compute matrix-vector products and solve for linear systems efficiently |
    AbstractLinAlgPack::MatrixSymNonsingSerial | Abstract base class for all serial polymorphic symmetrix nonsingular matrices that can be used to solve for linear systems relatively efficiently |
     AbstractLinAlgPack::MatrixSymOpNonsingSerial | Abstract base class for all serial polymorphic symmetric nonsingular matrices that can be used to compute matrix-vector products and solve for linear systems relatively efficiently |
   AbstractLinAlgPack::MatrixOpNonsing | Abstract base class for all nonsingular polymorphic matrices that can be used to compute matrix-vector products and solve for linear systems efficiently |
    AbstractLinAlgPack::MatrixOpNonsingAggr | Aggregate matrix class pulling together a MatrixOp object and a MatrixNonsing object into a unified matrix object |
    AbstractLinAlgPack::MatrixOpNonsingSerial | Abstract base class for all serial nonsingular polymorphic matrices that can be used to compute matrix-vector products and solve for linear systems efficiently |
    AbstractLinAlgPack::MatrixSymOpNonsing | Abstract base class for all polymorphic symmetrix nonsingular matrices that can be used to compute matrix-vector products and solve for linear systems relatively efficently |
     AbstractLinAlgPack::MatrixSymDiag | Interface to all diagonal matrices {abstract} |
      AbstractLinAlgPack::MatrixSymDiagStd | Simple diagonal matrix class |
     AbstractLinAlgPack::MatrixSymIdent | Matrix subclass for a scaled identity matrix |
     AbstractLinAlgPack::MatrixSymOpNonsingSerial | Abstract base class for all serial polymorphic symmetric nonsingular matrices that can be used to compute matrix-vector products and solve for linear systems relatively efficiently |
    AbstractLinAlgPack::MatrixSymOpNonsingSerial | Abstract base class for all serial polymorphic symmetric nonsingular matrices that can be used to compute matrix-vector products and solve for linear systems relatively efficiently |
   AbstractLinAlgPack::MatrixSymNonsing | Abstract base class for all polymorphic symmetrix nonsingular matrices that can be used to solve for linear systems relatively efficently |
    AbstractLinAlgPack::MatrixSymNonsingSerial | Abstract base class for all serial polymorphic symmetrix nonsingular matrices that can be used to solve for linear systems relatively efficiently |
    AbstractLinAlgPack::MatrixSymOpNonsing | Abstract base class for all polymorphic symmetrix nonsingular matrices that can be used to compute matrix-vector products and solve for linear systems relatively efficently |
  AbstractLinAlgPack::MatrixOp | Base class for all matrices that support basic matrix operations |
   AbstractLinAlgPack::COOMatrixPartitionViewSubclass | Implementation of MatrixOp abstract interface for COOMatrixWithPartitionedView::partition_type |
   AbstractLinAlgPack::MatrixComposite | Matrix class for matrices composed out of a set of other matrices and vectors |
   AbstractLinAlgPack::MatrixOpGetGMS | Abstract interface that allows the extraction of a const DMatrixSlice view of an abstract matrix |
    AbstractLinAlgPack::MatrixOpGetGMSMutable | Abstract interface that allows the extraction of a non-const DMatrixSlice view of an abstract matrix |
    AbstractLinAlgPack::MultiVectorMutableDense | MultiVectorMutable "Adapter" subclass for DenseLinAlgPack::DMatrixSlice or DenseLinAlgPack::DMatrix object |
   AbstractLinAlgPack::MatrixOpGetGMSTri | Mix-in interface that allows the extraction of a const DenseLinAlgPack::DMatrixSliceTri view of an non-singular abstract matrix |
   AbstractLinAlgPack::MatrixOpNonsing | Abstract base class for all nonsingular polymorphic matrices that can be used to compute matrix-vector products and solve for linear systems efficiently |
   AbstractLinAlgPack::MatrixOpSerial | Base class for all matrices implemented in a shared memory address space |
    AbstractLinAlgPack::MatrixOpNonsingSerial | Abstract base class for all serial nonsingular polymorphic matrices that can be used to compute matrix-vector products and solve for linear systems efficiently |
    AbstractLinAlgPack::MatrixSymOpSerial | Abstract base class for all AbstractLinAlgPack::MatrixSymOp objects implemented in shared memory space |
     AbstractLinAlgPack::MatrixSymDiagSparse | Abstract base class for all serial symmetric diagonal matrices with significant zeros along the diagonal |
     AbstractLinAlgPack::MatrixSymOpNonsingSerial | Abstract base class for all serial polymorphic symmetric nonsingular matrices that can be used to compute matrix-vector products and solve for linear systems relatively efficiently |
    AbstractLinAlgPack::MultiVectorMutableDense | MultiVectorMutable "Adapter" subclass for DenseLinAlgPack::DMatrixSlice or DenseLinAlgPack::DMatrix object |
   AbstractLinAlgPack::MatrixOpSubView | Standard subclass for representing a sub, possibly transposed, view of a matrix |
   AbstractLinAlgPack::MatrixPermAggr | Aggregate matrix class for a matrix and its permuted view |
   AbstractLinAlgPack::MatrixSparseCOORSerial | Coordinate matrix subclass |
   AbstractLinAlgPack::MatrixSymOp | Interface adding operations specific for a symmetric matrix {abstract} |
    AbstractLinAlgPack::MatrixSymOpGetGMSSym | Abstract interface that allows the extraction of a const DenseLinAlgPack::DMatrixSliceSym view of an abstract matrix |
     AbstractLinAlgPack::MatrixSymOpGetGMSSymMutable | Abstract interface that allows the extraction of a non-const DenseLinAlgPack::DMatrixSliceSym view of a symmetry abstract matrix |
    AbstractLinAlgPack::MatrixSymOpNonsing | Abstract base class for all polymorphic symmetrix nonsingular matrices that can be used to compute matrix-vector products and solve for linear systems relatively efficently |
    AbstractLinAlgPack::MatrixSymOpSerial | Abstract base class for all AbstractLinAlgPack::MatrixSymOp objects implemented in shared memory space |
   AbstractLinAlgPack::MatrixWithOpConcreteEncap< M > | This template class defines the storage for a concrete matrix class that operations are based on |
   AbstractLinAlgPack::MatrixZero | Implementation of a matrix with all zeros |
   AbstractLinAlgPack::MultiVector | Interface for a collection of non-mutable vectors (multi-vector, matrix) |
    AbstractLinAlgPack::MultiVectorMutable | Interface for a collection of mutable vectors (multi-vector, matrix) |
     AbstractLinAlgPack::MultiVectorMutableCols | Default subclass for MultiVectorMutable implemented using columns of separate abstract vectors |
     AbstractLinAlgPack::MultiVectorMutableDense | MultiVectorMutable "Adapter" subclass for DenseLinAlgPack::DMatrixSlice or DenseLinAlgPack::DMatrix object |
  AbstractLinAlgPack::MatrixSymAddDelUpdateable | Mix-in Interface for updating a serial symmetric matrix by adding and deleting rows and columns |
  AbstractLinAlgPack::MatrixSymDenseInitialize | Mix-in Interface for initializing a matrix with a dense symmetric matrix |
 AbstractLinAlgPack::MatrixCOORTmplItfc< T_Scalar, T_Index > | Templated class that supports the COOMatrixTemplateInterface template interface |
 AbstractLinAlgPack::MatrixCOORTmplItfcItr< T_Scalar, T_Index > | Templated class for iterator returning objects that support the SparseCOOElementTemplatInterface specification |
 AbstractLinAlgPack::MatrixCOORTmplItfcItrEleView< T_Scalar, T_Index > | Templated class for objects that support the SparseCOOElementTemplatInterface specification |
 AbstractLinAlgPack::MatrixDenseEncap | Helper class type that simplifies the usage of the MatrixOpGetGMS interface for clients |
 AbstractLinAlgPack::MatrixDenseMutableEncap | Helper class type that simplifies the usage of the MatrixOpGetGMSMutable interface for clients |
 AbstractLinAlgPack::MatrixDenseSymEncap | Helper class type that simplifies the usage of the MatrixSymOpGetGMSSym interface for clients |
 AbstractLinAlgPack::MatrixDenseSymMutableEncap | Helper class type that simplifies the usage of the MatrixSymOpGetGMSSymMutable interface for clients |
 AbstractLinAlgPack::MatrixDenseTriEncap | Helper class type that simplifies the usage of the MatrixOpGetGMSTri interface for clients |
 AbstractLinAlgPack::MatrixOpNonsingTester | Testing class for MatrixOpNonsing interface |
 AbstractLinAlgPack::MatrixScaling_Strategy | Abstract interface for sparse matrix scaling strategies |
 AbstractLinAlgPack::MatrixSymInitDiag | Mix-in Interface for setting a matrix to a diagonal {abstract} |
  AbstractLinAlgPack::MatrixSymDiagStd | Simple diagonal matrix class |
  AbstractLinAlgPack::MatrixSymSecant | Mix-in interface for all polymorphic symmetric matrices that support secant updating |
 AbstractLinAlgPack::MatrixSymAddDelUpdateable::MaxSizeExceededException | Thrown if the maximum size is exceeded in augment_update(...) |
 AbstractLinAlgPack::MatrixOp::MethodNotImplemented | Thrown if a method is not implemented |
 AbstractLinAlgPack::NaNInfException | |
 AbstractLinAlgPack::DirectSparseSolver::NoCurrentBasisException | |
 AbstractLinAlgPack::SparseVectorUtilityPack::NoNonZeroElementsException | |
 AbstractLinAlgPack::SparseVectorUtilityPack::SpVecIndexLookup< T_Element >::NoSpVecSetException | |
 AbstractLinAlgPack::SparseVectorUtilityPack::NotSortedException | |
 AbstractLinAlgPack::SparseVectorUtilityPack::OutOfRoomException | |
 AbstractLinAlgPack::COOMatrixPartitionedViewUtilityPack::Partition< T_Indice, T_Value > | Class for a partition or a set of continous partitions in a partitioned COO matrix |
 AbstractLinAlgPack::Permutation | Abstract interface to permutation matrices |
 AbstractLinAlgPack::MatrixSymAddDelUpdateable::PivotTolerances | Struct for pivot tolerances to be used when initializing, and augmenting and deleting rows and columns |
 AbstractLinAlgPack::SparseVectorUtilityPack::SpVecIndexLookup< T_Element >::poss_type | Struct with members: size_type poss; ElementRelation rel; |
 AbstractLinAlgPack::PostConditionException | Base class for postcondition exceptions |
 AbstractLinAlgPack::MatrixSymDiagStd::PostMod | PostMod class to use with MemMngPack::AbstractFactorStd |
 AbstractLinAlgPack::PreConditionException | Base class for precondition exceptions |
  AbstractLinAlgPack::InputException | Base class for input exceptions (Preconditions) |
  AbstractLinAlgPack::SetupException | Base class for invalid setup for a class object when an exception is thrown |
 MemMngPack::ReleaseResource [external] | |
  AbstractLinAlgPack::MatrixSparseCOORSerial::ReleaseValRowColArrays | Subclass to delete dynamically allocated memory with delete [] |
 AbstractLinAlgPack::GenPermMatrixSliceIteratorPack::row_col_iterator< T > | This is a full random access iterator for accessing row and colunmn indices |
 AbstractLinAlgPack::GenPermMatrixSliceIteratorPack::row_col_value_type< T > | Internal storage for the iterator of the row and column indices |
 OptionsFromStreamPack::SetOptionsFromStream [external] | |
  OptionsFromStreamPack::SetOptionsFromStreamNode [external] | |
   AbstractLinAlgPack::BasisSystemTesterSetOptions | Set options for BasisSystemTester from an OptionsFromStream object |
   AbstractLinAlgPack::DirectSparseSolverMA28SetOptions | Set options for DirectSparseSolverMA28 from OptionsFromStream object |
   AbstractLinAlgPack::VectorSpaceTesterSetOptions | Set options for VectorSpaceTester from an OptionsFromStream object |
 OptionsFromStreamPack::SetOptionsToTargetBase< BasisSystemTester > [external] | |
  AbstractLinAlgPack::BasisSystemTesterSetOptions | Set options for BasisSystemTester from an OptionsFromStream object |
 OptionsFromStreamPack::SetOptionsToTargetBase< DirectSparseSolverMA28 > [external] | |
  AbstractLinAlgPack::DirectSparseSolverMA28SetOptions | Set options for DirectSparseSolverMA28 from OptionsFromStream object |
 OptionsFromStreamPack::SetOptionsToTargetBase< VectorSpaceTester > [external] | |
  AbstractLinAlgPack::VectorSpaceTesterSetOptions | Set options for VectorSpaceTester from an OptionsFromStream object |
 AbstractLinAlgPack::BasisSystem::SingularBasis | |
 AbstractLinAlgPack::MatrixNonsing::SingularMatrix | This exception will be thrown if it turns out at runtime that the matrix is numerically singular |
 AbstractLinAlgPack::MatrixSymAddDelUpdateable::SingularUpdateException | Thrown if the matrix is singular and should not have been |
 AbstractLinAlgPack::SortByDescendingAbsValue | Function object class for sorting a sparse vectors in descending order by abs(v(i)) |
 AbstractLinAlgPack::sparse_bounds_itr | Iterate through a set of sparse bounds |
 AbstractLinAlgPack::SparseCOOPtrElement< T_Index, T_Value > | Sparse pointer element type for a COO matrix (val, ivect, jvect) |
 AbstractLinAlgPack::SparseElement< T_Index, T_Value > | Sparse storage element type |
 AbstractLinAlgPack::SparsePtrElement< T_Indice, T_Value > | Sparse pointer element type |
 AbstractLinAlgPack::SparseVector< T_Element, T_Alloc > | Sparse Vector class template |
 AbstractLinAlgPack::SparseVector< SparseElement< index_type, value_type >, std::allocator< SparseElement< index_type, value_type > > > | |
 AbstractLinAlgPack::SparseVectorSlice< T_Element > | Sparse Vector Slice class template |
 AbstractLinAlgPack::SparseVectorSlice< SparseElement< index_type, value_type > > | |
 AbstractLinAlgPack::SparseVectorUtilityPack::SpVecIndexLookup< T_Element > | Sparse Vector Index Lookup and Caching class |
 AbstractLinAlgPack::SparseVectorUtilityPack::SpVecIndexLookup< element_type > | |
 AbstractLinAlgPack::MatrixComposite::SubMatrixEntry | Matrix list entry for a sub-matrix |
 AbstractLinAlgPack::MatrixComposite::SubVectorEntry | Vector list entry for a sub-vector |
 AbstractLinAlgPack::COOMatrixPartitionedViewUtilityPack::TransposedPartition< T_Indice, T_Value > | Class for the transpose of a Partition |
 AbstractLinAlgPack::TransSparseCOOElementViewIter< T_Iter, T_IterCat, T_Indice, T_ValRef, T_Diff > | Templateded iterator for iterating through a set of COO Matix elements but viewing them in transpose |
 AbstractLinAlgPack::COOMatrixPartitionedView< T_Indice, T_Value >::UninitializedException | |
 AbstractLinAlgPack::SparseVectorUtilityPack::UnsizedException | |
 AbstractLinAlgPack::DirectSparseSolver::UnsymmetricRankDeficientException | |
 AbstractLinAlgPack::MatrixSymSecant::UpdateFailedException | |
 AbstractLinAlgPack::MatrixSymSecant::UpdateSkippedException | |
 AbstractLinAlgPack::Vector | Abstract interface for immutable, finite dimensional, coordinate vectors {abstract} |
  AbstractLinAlgPack::VectorMutable | Abstract interface for mutable coordinate vectors {abstract} |
   AbstractLinAlgPack::VectorMutableBlocked | Concrete subclass for a blocked vector |
   AbstractLinAlgPack::VectorMutableDense | DVector "Adaptor" subclass for DenseLinAlgPack::DVectorSlice or DenseLinAlgPack::DVector objects |
   AbstractLinAlgPack::VectorMutableSubView | Concrete subclass for a sub-view of a VectorMutable object |
  AbstractLinAlgPack::VectorSubView | Concrete subclass for a default sub-view implementation for a Vector object |
   AbstractLinAlgPack::VectorMutableSubView | Concrete subclass for a sub-view of a VectorMutable object |
 AbstractLinAlgPack::VectorApplyOpSerialBase | This is a base class that is meant to be inherited by Vector subclasses that wish to call TSFCore::apply_op_serial() when vectors are in core |
  AbstractLinAlgPack::VectorMutableDense | DVector "Adaptor" subclass for DenseLinAlgPack::DVectorSlice or DenseLinAlgPack::DVector objects |
  AbstractLinAlgPack::VectorSubView | Concrete subclass for a default sub-view implementation for a Vector object |
 AbstractLinAlgPack::VectorDenseEncap | Extract a constant DenseLinAlgPack::DVectorSlice view of a Vector object |
 AbstractLinAlgPack::VectorDenseMutableEncap | Extract a non-const DenseLinAlgPack::DVectorSlice view of a VectorMutable object |
 AbstractLinAlgPack::VectorSpaceFactory | Abstract interface for objects that can create vector spaces of a specified dimension |
  AbstractLinAlgPack::VectorSpaceFactorySerial | Abstract interface for objects that can create vector spaces of a specified dimension |
 AbstractLinAlgPack::VectorSpaceTester | Testing class for VectorSpace , Vector and VectorMutable |
 AbstractLinAlgPack::MatrixSymAddDelUpdateable::WarnNearSingularUpdateException | Thrown if the matrix is near singular as a warning |
 AbstractLinAlgPack::MatrixSymAddDelUpdateable::WrongInertiaUpdateException | Thrown if matrix has the wrong inertia from what was expected |