f3l_core

Crates.iof3l_core
lib.rsf3l_core
version0.3.0
sourcesrc
created_at2024-05-16 08:42:41.808767
updated_at2024-05-16 08:42:41.808767
description3D Point Cloud Library
homepage
repositoryhttps://github.com/Donvlouss/f3l
max_upload_size
id1241908
size56,356
(Donvlouss)

documentation

README

F3l Core

Re-Export f3l_glam.

Math

  • Covariance
  • Jacobi (Symmetric Matrix only)
  • Eigenvalue and Eigenvector ( 3 x 3 or 2 x 2 )
  • Row echelon form (rref)

Root

  • One Polynomial
    • Root2
    • Root3
    • Root4 and upper

MatrixLinAlg (Experimental)

To find some linear algebra equation.
-[ ] AB = B -[ ] AX = XB

Commit count: 117

cargo fmt