Liking cljdoc? Tell your friends :D

sicmutils.calculus.coordinate


coordinate-functionsclj/s

(coordinate-functions coordinate-system)
source

coordinate-system->basisclj/s

(coordinate-system->basis coordinate-system)

Return the standard basis object for the coordinate system.

Return the standard basis object for the coordinate system.
sourceraw docstring

coordinate-system->oneform-basisclj/s

(coordinate-system->oneform-basis coordinate-system)
source

coordinate-system->vector-basisclj/s

(coordinate-system->vector-basis coordinate-system)
source

Jacobianclj/s

(Jacobian to-basis from-basis)

Compute the Jacobian of transition from from-basis to to-basis.

Compute the Jacobian of transition from from-basis to to-basis.
sourceraw docstring

let-coordinatesclj/smacro

(let-coordinates bindings & body)

Example: (let-coordinates [[x y] R2-rect [r theta] R2-polar] body...)

Example:
(let-coordinates [[x y] R2-rect
                  [r theta] R2-polar]
  body...)
sourceraw docstring

using-coordinatesclj/smacro

(using-coordinates coordinate-prototype coordinate-system & body)

Example: (using-coordinates (up x y) R2-rect body...)

Note: this is just a macro wrapping let-coordinates, the use of which is preferred.

Example:
  (using-coordinates (up x y) R2-rect
    body...)

Note: this is just a macro wrapping let-coordinates, the use of which is
preferred.
sourceraw docstring

vector-basis->dualclj/s

(vector-basis->dual vector-basis coordinate-system)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close