Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 416 Bytes

index.md

File metadata and controls

27 lines (20 loc) · 416 Bytes

Common Maths Primitives

  • Vectors

  • Matrices

    • Transpose
    • Determinant
    • Invert
    • Eigenvector/value decomposition
    • Multiply
    • Scalar arithmetic
    • SVD
  • Quaternions

  • Numerical solvers

Secure BigUint

  • Only the following platforms are well well supported:
    • AArch64
    • Cortex M4
    • X64
  • Platform support requires existance of constant time hardware instructions for 32->64bit multiplication.