Opened 9 years ago
Closed 9 years ago
#48502 closed update (fixed)
armadillo @5.20.2: update to 5.300.4
Reported by: | Schamschula (Marius Schamschula) | Owned by: | Ionic (Mihai Moldovan) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | haspatch maintainer | Cc: | |
Port: | armadillo |
Description
armadillo has been updated to version 5.300.4:
- added generalised Schur decomposition: qz()
- added .has_inf() and .has_nan()
- expanded interp1() to handle out-of-domain locations
- expanded sparse matrix class with .set_imag() and .set_real()
- expanded imag(), real() and conj() to handle sparse matrices
- expanded diagmat(), reshape() and resize() to handle sparse matrices
- faster sparse sum()
- faster row-wise sum(), mean(), min(), max()
- updated physical constants to NIST 2014 CODATA values
- fixes for handling sparse submatrix views
- Armadillo can make use of GPUs by linking with NVIDIA NVBLAS (a GPU-accelerated implementation of BLAS), or by linking with AMD ACML (which can use GPUs via OpenCL)
Attachments (1)
Change History (3)
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-armadillo.diff added |
---|
comment:1 Changed 9 years ago by Ionic (Mihai Moldovan)
Owner: | changed from macports-tickets@… to ionic@… |
---|---|
Status: | new → assigned |
comment:2 Changed 9 years ago by Ionic (Mihai Moldovan)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Thanks! Committed as r139163.