NUMCXX  0.13.20181108
Numerical library for small projects and teaching purposes
Namespaces | Typedefs
numcxx.hxx File Reference

Description

Main header of the library.

It includes all other necessary headers In a typical installation it should be included via

Besides including the main headers, it provides alias declarations for specializations of the main classes

Definition in file numcxx.hxx.

+ Include dependency graph for numcxx.hxx:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 numcxx
 Numcxx template library.
 

Typedefs

using numcxx::index = unsigned int
 
using numcxx::DArray1 = TArray1< double >
 
using numcxx::DArray2 = TArray2< double >
 
using numcxx::DMatrix = TMatrix< double >
 
using numcxx::DSparseMatrix = TSparseMatrix< double >
 
using numcxx::DSolverLapackLU = TSolverLapackLU< double >
 
using numcxx::DSolverUMFPACK = TSolverUMFPACK< double >
 
using numcxx::DPreconJacobi = TPreconJacobi< double >
 
using numcxx::DPreconILU = TPreconILU< double >
 
using numcxx::IArray1 = TArray1< int >
 
using numcxx::IArray2 = TArray2< int >