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

update to armadillo 12.4.x #122

Merged
merged 2 commits into from
Jul 10, 2023
Merged

update to armadillo 12.4.x #122

merged 2 commits into from
Jul 10, 2023

Conversation

conradsnicta
Copy link
Contributor

@RUrlus Update to armadillo 12.4.x

Changes since Armadillo 12.2.x:

  • added norm2est() for finding fast estimates of matrix 2-norm (spectral norm)
  • added vecnorm() for obtaining the vector norm of each row or column of a matrix
  • fix bug in SpMat::shed_cols()
  • functions such as .is_finite() and find_nonfinite() will now emit a runtime warning when compiled in fast math mode (gcc and clang: -ffast-math or -Ofast); such compilation mode disables detection of non-finite values

@RUrlus
Copy link
Owner

RUrlus commented Jul 10, 2023

Thanks @conradsnicta

@RUrlus RUrlus merged commit cb00829 into RUrlus:stable Jul 10, 2023
66 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants