Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: add missing array functions #1119

Merged
merged 5 commits into from
Oct 21, 2023
Merged

core: add missing array functions #1119

merged 5 commits into from
Oct 21, 2023

Commits on Oct 20, 2023

  1. core: add Mahalanobis(), Inv(), Row(), amd Col() functions

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    8a535e4 View commit details
    Browse the repository at this point in the history
  2. core: add PCABackProject() and PCAProject() functions

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    56dff7a View commit details
    Browse the repository at this point in the history
  3. core: add PSNR() function

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    bb4bb29 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. core: add SVBackSubst() and SVDecomp() functions

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    02f7e9d View commit details
    Browse the repository at this point in the history
  2. core: add MulTransposed() function

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    37450bc View commit details
    Browse the repository at this point in the history