mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
SparseMatrixBase: delete redundant/shadowed typedef
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user