 alist | |
 BVector_Sig< T > | Abstract base class (signature) for Vectors without arithmetics |
  BVector< T > | Basic Vector functionality but arithmetic operators (+=, - , *, /...) |
   TVector< T > | Temporary Base Class Idiom: Class TVector is used for temporary variables |
    Vector< T > | |
    Vector< unsigned > | |
     Index | Note that this #pragma interface might create problems as the class index is not templated! |
  Vector_Sig< T > | Abstract base class (signature) for Vectors with arithmetics |
   FS_Vector< dims, T > | Implementation of fixed sized Vectors (template argument) which is favorable for small Vectors, where the overhead of dynamically allocating and freeing memory and it's management is too expensive |
   TSVector< T > | |
   TVector< T > | Temporary Base Class Idiom: Class TVector is used for temporary variables |
 BVector_Sig< T * > | |
  BVector< T * > | |
 BVector_Sig< unsigned > | |
  BVector< unsigned > | |
 BVector_Sig< unsigned int > | |
  BVector< unsigned int > | |
 cback | |
 cilist | |
 cllist | |
 complex | |
 cplx< T > | Our own complex class |
 CTensor< T > | Note (KG, 981214): We don't handle rank == 0 |
  Tensor< T > | Tensor class including arithmetics |
 DNformat | |
 doublecomplex | |
 f_Matrix | Real, user referable, Matrix |
 factor_param_t | |
 GlobalLU_t | |
 icilist | |
 inlist | |
 job_input | |
 job_output | |
 list | Double linked list, storing pointers to the data |
 List< T > | |
  nsList< T, S > | A numerically sortable List |
 ListItem< T > | |
 listitem | Helper class to store the elements of the list |
 ListIterator< T > | |
  ListRIterator< T > | |
 Mat_Brack< T > | |
 mat_fill_fn< T > | |
 Matrix_Sig< T > | Common interface definition (signature) for all Matrices |
  BdMatrix< T > | The class BdMatrix is an implementation to store and do operations on sparse Matrices with a band structure |
  CRMatrix< T > | C++ class for sparse matrices using compressed row storage |
  CSCMatrix< T > | Exception class: Use MatErr from matrix.h |
  F_BandMatrix< T > | C++ class for banded matrices using band storage in a one-dimensional array |
  F_TMatrix< T > | Temporary Base Class (non referable!) (acc |
   F_Matrix< T > | |
  F_TSMatrix< T > | Temporary object for scaled matrices |
  Symm_BdMatrix< T > | Matrix class with optimized Matrix-Vector multiplication for symmetrical Matrices |
  TMatrix< T > | |
   Matrix< T > | |
  TSMatrix< T > | |
 mem_usage_t | |
 Multitype | |
 Namelist | |
 NCformat | |
 NCPformat | |
 NOINST< T > | |
 NRformat | |
 olist | |
 Preconditioner_Sig< T, MatrixType > | Abstract base class for all Preconditioners |
  DiagPreconditioner< T, MatrixType > | |
  NoPreconditioner< T, MatrixType > | |
 Preconditioner_Sig< T, BdMatrix< T > > | |
  DILU_BdMatrixPreconditioner< T > | |
  ILU0_BdMatrixPreconditioner< T > | |
 Preconditioner_Sig< T, Symm_BdMatrix< T > > | |
  ILU0_Symm_BdMatrixPreconditioner< T > | |
 SCformat | |
 STD__ exception | |
  NumErr | Exception base class for the TBCI NumLib |
   BdMatrixErr | Exception class |
   CRMatErr | |
   CSCMatErr | |
   F_BandMatErr | |
   FSVecErr | Exception class |
   IdxErr | |
   MatErr | Exception class |
   SymmBdMatrixErr | Exception class |
   TensErr | |
   VecErr | Exception class |
 stopw_base | Base class for all the stop watches to minimize code duplication |
  stopwatch | |
  stopwatch_e | Stopwatch class using gettimeofday() / _ftime() / time() to measure elapsed (= wall clock) time |
  stopwatch_u | Stopwatch class using times() to measure userspace CPU time of ourselves and our children |
  stopwatch_us | Stopwatch class using times() to measure userspace and system CPU time of ourselves and our children |
 SuperLUStat_t | |
 SuperMatrix | |
 tbci_memalloc< T > | |
 tbci_memalloc< charptr > | |
 tbci_memalloc< double > | |
 tbci_memalloc< doubleptr > | |
 tbci_memalloc< float > | |
 tbci_memalloc< floatptr > | |
 tbci_memalloc< int > | |
 tbci_memalloc< intptr > | |
 tbci_memalloc< long > | |
 tbci_memalloc< longptr > | |
 tbci_memalloc< signed char > | |
 tbci_memalloc< ucharptr > | |
 tbci_memalloc< uintptr > | |
 tbci_memalloc< ulongptr > | |
 tbci_memalloc< unsigned > | |
 tbci_memalloc< unsigned char > | |
 tbci_memalloc< unsigned long > | |
 tbci_memalloc< unsigned short > | |
 tbci_memalloc< voidptr > | |
 tbci_memalloc_cache< T > | For specializations of the memory allocator: |
 tbci_memalloc_cache_tls< T > | |
 thr_ctrl | |
 thr_struct | |
 Vardesc | |
 TBCI::vec_fill_fn< T > | |