Liking cljdoc? Tell your friends :D

sicmutils.calculus.basis


basis->oneform-basisclj/s

(basis->oneform-basis b)

Extract the dual basis from the given basis object b.

Extract the dual basis from the given basis object `b`.
sourceraw docstring

basis->vector-basisclj/s

(basis->vector-basis b)

Extract the vector basis from the given basis object b.

Extract the vector basis from the given basis object `b`.
sourceraw docstring

make-basisclj/s

(make-basis vector-basis dual-basis)

Make a basis object out of a vector and dual basis.

The dimensions of vector-basis and dual-basis must agree.

Make a basis object out of a vector and dual basis.

The dimensions of `vector-basis` and `dual-basis` must agree.
sourceraw docstring

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

× close