Implement evaluators for sparse*dense products

This commit is contained in:
Gael Guennebaud
2014-07-01 17:53:18 +02:00
parent 1e6f53e070
commit 7390af91b6
3 changed files with 252 additions and 118 deletions

View File

@@ -52,10 +52,10 @@ struct Sparse {};
#include "src/SparseCore/ConservativeSparseSparseProduct.h"
#include "src/SparseCore/SparseSparseProductWithPruning.h"
#include "src/SparseCore/SparseProduct.h"
#include "src/SparseCore/SparseDenseProduct.h"
#ifndef EIGEN_TEST_EVALUATORS
#include "src/SparseCore/SparsePermutation.h"
#include "src/SparseCore/SparseFuzzy.h"
#include "src/SparseCore/SparseDenseProduct.h"
#include "src/SparseCore/SparseTriangularView.h"
#include "src/SparseCore/SparseSelfAdjointView.h"
#include "src/SparseCore/TriangularSolver.h"