|
TBCI Numerical high perf. C++ Library 2.8.0
|
| NTBCI | The TBCI Numerical Library is put into TBCI namespace, if the compiler supports it (egcs-1.1.x and later for example) |
| Calist | |
| CBdMatrix | The class BdMatrix is an implementation to store and do operations on sparse Matrices with a band structure |
| CBdMatrixErr | Exception class |
| CBVector | Basic Vector functionality but arithmetic operators (+=, - , *, /...) |
| CBVector_Sig | Abstract base class (signature) for Vectors without arithmetics |
| Ccback | |
| Ccilist | |
| Ccllist | |
| Ccomplex | |
| Ccplx | Our own complex class |
| CCRMatErr | |
| CCRMatrix | C++ class for sparse matrices using compressed row storage |
| CCSCMatErr | |
| CCSCMatrix | Exception class: Use MatErr from matrix.h |
| CCTensor | Note (KG, 981214): We don't handle rank == 0 |
| CDiagPreconditioner | |
| CDILU_BdMatrixPreconditioner | |
| CDNformat | |
| Cdoublecomplex | |
| CF_BandMatErr | |
| CF_BandMatrix | C++ class for banded matrices using band storage in a one-dimensional array |
| CF_Matrix | |
| Cf_Matrix | Real, user referable, Matrix |
| CF_TMatrix | Temporary Base Class (non referable!) (acc |
| CF_TSMatrix | Temporary object for scaled matrices |
| Cfactor_param_t | |
| CFS_Vector | 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 |
| CFSVecErr | Exception class |
| CGlobalLU_t | |
| Cicilist | |
| CIdxErr | |
| CILU0_BdMatrixPreconditioner | |
| CILU0_Symm_BdMatrixPreconditioner | |
| CIndex | Note that this #pragma interface might create problems as the class index is not templated! |
| Cinlist | |
| Cjob_input | |
| Cjob_output | |
| CList | |
| Clist | Double linked list, storing pointers to the data |
| CListItem | |
| Clistitem | Helper class to store the elements of the list |
| CListIterator | |
| CListRIterator | |
| CMat_Brack | |
| Cmat_fill_fn | |
| CMatErr | Exception class |
| CMatrix | |
| CMatrix_Sig | Common interface definition (signature) for all Matrices |
| Cmem_usage_t | |
| CMultitype | |
| CNamelist | |
| CNCformat | |
| CNCPformat | |
| CNOINST | |
| CNoPreconditioner | |
| CNRformat | |
| CnsList | A numerically sortable List |
| CNumErr | Exception base class for the TBCI NumLib |
| Colist | |
| CPreconditioner_Sig | Abstract base class for all Preconditioners |
| CSCformat | |
| Cstopw_base | Base class for all the stop watches to minimize code duplication |
| Cstopwatch | |
| Cstopwatch_e | Stopwatch class using gettimeofday() / _ftime() / time() to measure elapsed (= wall clock) time |
| Cstopwatch_u | Stopwatch class using times() to measure userspace CPU time of ourselves and our children |
| Cstopwatch_us | Stopwatch class using times() to measure userspace and system CPU time of ourselves and our children |
| CSuperLUStat_t | |
| CSuperMatrix | |
| CSymm_BdMatrix | Matrix class with optimized Matrix-Vector multiplication for symmetrical Matrices |
| CSymmBdMatrixErr | Exception class |
| Ctbci_memalloc | |
| Ctbci_memalloc< charptr > | |
| Ctbci_memalloc< double > | |
| Ctbci_memalloc< doubleptr > | |
| Ctbci_memalloc< float > | |
| Ctbci_memalloc< floatptr > | |
| Ctbci_memalloc< int > | |
| Ctbci_memalloc< intptr > | |
| Ctbci_memalloc< long > | |
| Ctbci_memalloc< longptr > | |
| Ctbci_memalloc< signed char > | |
| Ctbci_memalloc< ucharptr > | |
| Ctbci_memalloc< uintptr > | |
| Ctbci_memalloc< ulongptr > | |
| Ctbci_memalloc< unsigned > | |
| Ctbci_memalloc< unsigned char > | |
| Ctbci_memalloc< unsigned long > | |
| Ctbci_memalloc< unsigned short > | |
| Ctbci_memalloc< voidptr > | |
| Ctbci_memalloc_cache | For specializations of the memory allocator: |
| Ctbci_memalloc_cache_tls | |
| CTensErr | |
| CTensor | Tensor class including arithmetics |
| Cthr_ctrl | |
| Cthr_struct | |
| CTMatrix | |
| CTSMatrix | |
| CTSVector | |
| CTVector | Temporary Base Class Idiom: Class TVector is used for temporary variables |
| CVardesc | |
| CVecErr | Exception class |
| CVector | |
| CVector_Sig | Abstract base class (signature) for Vectors with arithmetics |