mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-10-11 15:41:30 +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 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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user