add sparse * permutation products with assiciated unit tests

This commit is contained in:
Gael Guennebaud
2012-03-29 11:29:43 +02:00
parent 8ff882aa4c
commit c172abdcc7
3 changed files with 216 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ struct Sparse {};
#include "src/SparseCore/SparseCwiseUnaryOp.h"
#include "src/SparseCore/SparseCwiseBinaryOp.h"
#include "src/SparseCore/SparseDot.h"
#include "src/SparseCore/SparsePermutation.h"
#include "src/SparseCore/SparseAssign.h"
#include "src/SparseCore/SparseRedux.h"
#include "src/SparseCore/SparseFuzzy.h"