correct Eigency name for Eigen type
parent
2433cbd8e8
commit
892b9264a4
|
@ -179,6 +179,9 @@ public:
|
||||||
|
|
||||||
/// the Cython class in pxd
|
/// the Cython class in pxd
|
||||||
std::string cythonClass() const {
|
std::string cythonClass() const {
|
||||||
|
if (isEigen())
|
||||||
|
return name_ + "Xd";
|
||||||
|
else
|
||||||
return qualifiedName("_", 1);
|
return qualifiedName("_", 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue