mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
Removed FIXME, as it is actually necessary.
This commit is contained in:
parent
eb13ada3aa
commit
7817bc19a4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user