Replies: 3 comments
-
There's a lot of that kind of thing with PyTorch, you can use that as reference: |
Beta Was this translation helpful? Give feedback.
-
I found that there are many templates in Eigen, if there is a better way to convert, for example, this Matrix, which inherits from another parent class, I need to instantiate each parent class, so it is difficult to deal with. |
Beta Was this translation helpful? Give feedback.
-
This is the console output after executing the forest
|
Beta Was this translation helpful? Give feedback.
-
Hello, I'm using a coal library and there's a
typedef Eigen::Matrix<CoalScalar, 3, 1> Vec3s;
So I need to parse the Matrix of Eigen library, but this Matrix template is too complex, it inherits another template class PlainObjectBase, PlainObjectBase will inherit a template base class, in this case, what should I do? Or is there an existing example you can refer to.Beta Was this translation helpful? Give feedback.
All reactions