|
golib
0.5
|
Simple linear vector space. More...
#include <gomanifold.h>
Public Types | |
| typedef goMath::Vector< T > | Element |
| typedef goMath::Vector< T > | Tangent |
Public Types inherited from goMath::Manifold< goMath::Vector< T >, goMath::Vector< T > > | |
| typedef goMath::Vector< T > | Element |
| typedef goMath::Vector< T > | Tangent |
Public Member Functions | |
| virtual void | exp (const Element &e, const Tangent &v, Element &ret) |
| virtual void | log (const Element &e1, const Element &e2, Tangent &ret) |
| virtual goDouble | innerProduct (const Element &e, const Tangent &v1, const Tangent &v2) |
Public Member Functions inherited from goMath::Manifold< goMath::Vector< T >, goMath::Vector< T > > | |
| virtual goDouble | d (const Element &e1, const Element &e2) |
Simple linear vector space.