Skip to content
Snippets Groups Projects
Commit 267d1cd5 authored by patavirt's avatar patavirt
Browse files

array: adjust eigen conversions

parent c2499405
No related branches found
No related tags found
No related merge requests found
...@@ -159,11 +159,6 @@ public: ...@@ -159,11 +159,6 @@ public:
shape_[0], shape_[1], shape_[0], shape_[1],
{(long)stride_[1], (long)stride_[0]}); {(long)stride_[1], (long)stride_[0]});
} }
operator EigenMatrix() const
{
return EigenMap(*this);
}
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment