Package Exports
- typed-matrix-ops
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (typed-matrix-ops) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Numeric Javascript Matric Ops ported to typed-array-function
dot() - Vector and Matrix dot.
dotMM() - Matrix Matrix dot.
dotVM() - Vector Matrix dot.
dotMV() - Matrix Vector dot.
dotVS() - Vector Scalar dot.
dotSV() - Scalar Vector dot.
diag() - create a diagonal martrix from a vector.
identity() -
tensor() - Vector Vector tensor multiply.