#include <iomanip>
#include <vector>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/fusion/include/fold.hpp>
#include <Eigen/Core>
#include <feel/feelcore/feel.hpp>
#include <feel/feelcore/traits.hpp>
#include <feel/feelcore/context.hpp>
#include <feel/feelalg/enums.hpp>
#include <feel/feelalg/graphcsr.hpp>
#include <feel/feelalg/vector.hpp>
Go to the source code of this file.
|
typedef boost::shared_ptr
< d_sparse_matrix_type > | Feel::d_sparse_matrix_ptrtype |
|
typedef MatrixSparse< double > | Feel::d_sparse_matrix_type |
|
typedef boost::shared_ptr
< d_sparse_matrix_type > | Feel::sparse_matrix_ptrtype |
|
|
template<typename T > |
std::ostream & | Feel::operator<< (std::ostream &os, const MatrixSparse< T > &m) |
|