JSPM

typed-matrix-ops

0.1.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q30159F
  • License MIT

Numeric Javascript matrix operators ported to typed-array-function

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.