Skip to content

Releases: fml-fam/craze

Version 0.2-0

30 May 16:52
Compare
Choose a tag to compare

Release 0.2-0 (5/30/2020)

New:

  • Added high-level constructor fmlmat().

API Changes: None

Bug Fixes: None

Documentation:

  • Minor tweaks and clarifications.

Version 0.1-0

30 May 03:39
Compare
Choose a tag to compare

Release 0.1-0 (5/29/2020)

New:

  • Added bindings for:
    • %*%
    • chol()
    • crossprod()
    • diag()
    • eigen() (symmetric only)
    • qr()
    • qr.Q()
    • qr.R()
    • solve()
    • svd()
    • tcrossprod()

API Changes: None

Bug Fixes: None

Documentation:

  • Added documentation for most things.