aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseDenseProduct.h
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2014-09-23 17:23:34 +0200
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2014-09-23 17:23:34 +0200
commit7817bc19a40caa1d7d5d56e995cc887af58b42a2 (patch)
tree75addb966ea7c713db5eedd344ebb03f47825773 /Eigen/src/SparseCore/SparseDenseProduct.h
parenteb13ada3aa4e8514bc297e99badcc87c5f71533d (diff)
Removed FIXME, as it is actually necessary.
Diffstat (limited to 'Eigen/src/SparseCore/SparseDenseProduct.h')
-rw-r--r--Eigen/src/SparseCore/SparseDenseProduct.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Eigen/src/SparseCore/SparseDenseProduct.h b/Eigen/src/SparseCore/SparseDenseProduct.h
index 7af6a12a9..ed3cb1990 100644
--- a/Eigen/src/SparseCore/SparseDenseProduct.h
+++ b/Eigen/src/SparseCore/SparseDenseProduct.h
@@ -174,7 +174,6 @@ protected:
// if the actual left-hand side is a dense vector,
// then build a sparse-view so that we can seamlessly iterate over it.
- // FIXME ActualLhs does not seem to be necessary
typedef typename conditional<is_same<typename internal::traits<Lhs1>::StorageKind,Sparse>::value,
Lhs1, SparseView<Lhs1> >::type ActualLhs;
typedef typename conditional<is_same<typename internal::traits<Lhs1>::StorageKind,Sparse>::value,