This class represents the tangent bundle of a matrix Lie group using a
tuble (base, v0), where v0 is in the algebra.
Compare with the generic TangentBundle that uses the representation
(base, vel) where vel is tangent at base (it holds that vel=base*v0).
|
__init__(self,
base_group)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
belongs_ts(self,
bv)
Checks that a vector *vx* belongs to the tangent space
at the given point *base*. |
source code
|
|
|
|
|
|
|
friendly(self,
a)
Returns a friendly description string for a point on the manifold. |
source code
|
|
|
|
|
|
|
project_ts(self,
bv)
Projects a vector *v_ambient* in the ambient space
to the tangent space at point *base*. |
source code
|
|
Inherited from differentiable_manifold.DifferentiableManifold :
assert_close ,
can_convert_to ,
can_represent ,
convert_to ,
embed_in ,
embeddable_in ,
from_yaml ,
geodesic ,
get_dimension ,
project_from ,
project_to ,
relations_descriptions ,
tangent_bundle ,
to_yaml
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|