|
|
|
|
|
|
|
|
belongs_ts(self,
bv)
Checks that a vector *vx* belongs to the tangent space
at the given point *base*. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
project(self,
v)
Projects a vector onto this Lie Algebra. |
source code
|
|
|
|
project_ts(self,
bv)
Projects a vector *v_ambient* in the ambient space
to the tangent space at point *base*. |
source code
|
|
|
|
zero(self)
Returns the zero element for this algebra. |
source code
|
|
|
Inherited from differentiable_manifold.DifferentiableManifold:
assert_close,
can_convert_to,
can_represent,
convert_to,
embed_in,
embeddable_in,
friendly,
from_yaml,
geodesic,
get_dimension,
interesting_points,
project_from,
project_to,
relations_descriptions,
tangent_bundle,
to_yaml
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|