mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-10-11 23:51:50 +08:00
SparseMatrixBase: delete redundant/shadowed typedef
This commit is contained in:
parent
7292c78e18
commit
bea7f7c582
@ -227,9 +227,6 @@ class SparseMatrixBase : public EigenBase<Derived> {
|
|||||||
using Nested = typename Derived::Nested;
|
using Nested = typename Derived::Nested;
|
||||||
using NestedCleaned = typename internal::remove_all<Nested>::type;
|
using NestedCleaned = typename internal::remove_all<Nested>::type;
|
||||||
|
|
||||||
/// For converting `0's` to the matrices numerical type
|
|
||||||
using Scalar = typename Derived::Scalar;
|
|
||||||
|
|
||||||
if (Flags & RowMajorBit) {
|
if (Flags & RowMajorBit) {
|
||||||
Nested nm(m.derived());
|
Nested nm(m.derived());
|
||||||
internal::evaluator<NestedCleaned> thisEval(nm);
|
internal::evaluator<NestedCleaned> thisEval(nm);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user