(Hodge-star metric spec & {:keys [orthonormalize?] :or {orthonormalize? false}})Takes a metric and a spec and returns the Hodge star
operator (actually just a
function, but I suspect this should be a proper operator!)
spec may be:
if the spec is a basis that needs to be orthonormalized, the optional
:orthonormalize? keyword argument must be a coordinate system.
Takes a `metric` and a `spec` and returns the [Hodge star operator](https://en.wikipedia.org/wiki/Hodge_star_operator) (actually just a function, but I suspect this should be a proper operator!) `spec` may be: - a coordinate system with an orthonormal basis - an orthonormal basis - a basis if the spec is a basis that needs to be orthonormalized, the optional `:orthonormalize?` keyword argument must be a coordinate system.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |