Simple matrix computations.
Simple matrix computations.
(dot-product v1 v2)
Computes the dot product of the vectors v1
and v2
.
Computes the dot product of the vectors `v1` and `v2`.
(mat-mul A B)
Matrix multiplication (assuming correct dimensions).
Matrix multiplication (assuming correct dimensions).
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 |