SparseMatrixBase: delete redundant/shadowed typedef

This commit is contained in:
Charles Schlosser 2025-09-26 09:32:28 +00:00
parent 7292c78e18
commit bea7f7c582

View File

@ -227,9 +227,6 @@ class SparseMatrixBase : public EigenBase<Derived> {
using Nested = typename Derived::Nested;
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) {
Nested nm(m.derived());
internal::evaluator<NestedCleaned> thisEval(nm);