Don't export because has templated methods. Might need to revisit and export individual non-templated methods.
parent
1c8578d52f
commit
846a2619df
|
@ -33,7 +33,7 @@ namespace gtsam {
|
|||
* We guarantee (all but first) constructors only generate from sub-manifold.
|
||||
* However, round-off errors in repeated composition could move off it...
|
||||
*/
|
||||
class GTSAM_EXPORT SO3: public Matrix3, public LieGroup<SO3, 3> {
|
||||
class SO3: public Matrix3, public LieGroup<SO3, 3> {
|
||||
|
||||
protected:
|
||||
|
||||
|
|
Loading…
Reference in New Issue