Package: armadillo / 1:10.1.2+dfsg-6
Metadata
Package | Version | Patches format |
---|---|---|
armadillo | 1:10.1.2+dfsg-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
armadillo_sign_bugfix.patch | (download) |
include/armadillo_bits/arma_cmath.hpp |
2 1 + 1 - 0 ! |
the sign function did not handle nan correctly. this patch fixes it. |
armadillo_princomp_bugfix.patch | (download) |
include/armadillo_bits/op_princomp_meat.hpp |
3 2 + 1 - 0 ! |
fixed incorrect princomp(cx_mat,cx_mat) calls |
armadillo_pinv_bugfix.patch | (download) |
include/armadillo_bits/op_pinv_meat.hpp |
2 1 + 1 - 0 ! |
fixed incorrect princomp(cx_mat,cx_mat) calls |
armadillo_rcond_bugfix.patch | (download) |
include/armadillo_bits/op_cond_meat.hpp |
6 4 + 2 - 0 ! |
fixed incorrect handling of compound expressions by rcond() |
armadillo_spdiag_bugfix.patch | (download) |
include/armadillo_bits/spglue_merge_meat.hpp |
27 14 + 13 - 0 ! |
writing to the main diagonal of a sparse matrix via the .diag() member function will erroneously omit elements when the target matrix has non-zero elements. This in turn can lead to wrong calculations involving sparse matrices. |