#include <boost/timer.hpp>#include <boost/tuple/tuple.hpp>#include <boost/fusion/include/fold.hpp>#include <boost/smart_ptr/enable_shared_from_this.hpp>#include <feel/feelcore/feel.hpp>#include <feel/feelcore/environment.hpp>#include <feel/feelcore/singleton.hpp>#include <feel/feelcore/parameter.hpp>#include <feel/feelalg/enums.hpp>#include <feel/feelalg/vector.hpp>#include <feel/feelalg/matrixsparse.hpp>#include <feel/feelalg/matrixblock.hpp>#include <feel/feelalg/vectorblock.hpp>#include <feel/feelalg/datamap.hpp>#include <feel/feelalg/solvernonlinear.hpp>#include <feel/feelalg/preconditioner.hpp>#include <feel/feeldiscr/functionspacebase.hpp>#include <feel/feelalg/matrixshell.hpp>#include <feel/feelalg/matrixshellsparse.hpp>#include <feel/feelvf/pattern.hpp>#include <feel/feelvf/block.hpp>Go to the source code of this file.
Classes | |
| class | Feel::Backend< T > |
| base class for all linear algebra backends More... | |
| class | Feel::MatrixBlock< NR, NC, T > |
| block of matrices More... | |
| class | Feel::MatrixBlockBase< T > |
| ! More... | |
| class | Feel::VectorBlock< NR, T > |
| block of vector More... | |
Namespaces | |
| Feel | |
| [marker1] | |
| Feel::detail | |
Typedefs | |
|
typedef boost::shared_ptr < backend_type > | Feel::backend_ptrtype |
| typedef Backend< double > | Feel::backend_type |
|
typedef Feel::Singleton < BackendManagerImpl > | Feel::detail::BackendManager |
|
typedef Feel::Singleton < BackendManagerDeleterImpl > | Feel::detail::BackendManagerDeleter |
1.8.5