NUMCXX
0.13.20181108
Numerical library for small projects and teaching purposes
|
▼Nnumcxx | Numcxx template library |
CGeometry | Class collecting data for the description of piecewise linear geometries |
CSimpleGrid | Class containing data for simple grid data structure |
CTArray | TArray is the common template base class for arrays and dense matrices of the numcxx project |
CTArray1 | One dimensional array class |
CTArray2 | Two-dimensional array class |
CTLinOperator | Base class for linear operators (matrices, sparse matrices) |
CTLinSolver | Base class for linear solvers and preconditioners |
CTMatrix | Dense matrix class |
CTPreconILU | ILU preconditioner class |
CTPreconJacobi | Jacobi preconditioner class |
CTSolverLapackLU | Lapack LU factorization class |
CTSolverUMFPACK | Bridge class for using umfpack as solver for vmatrix |
CTSparseMatrix | Sparse matrix class using CRS storage scheme |
▼Ntriangle | |
Ctriangulateio |