Revisions of armadillo

Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 801715 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 264)
- Update to version 9.870.2
buildservice-autocommit accepted request 794601 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 263)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 793604 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 262)
- Update to version 9.860.2:
  * added powmat().
  * faster access to columns in sparse submatrix views.
  * faster handling of relational expressions by accu().
  * faster handling of sympd matrices by expmat(), logmat(),
    sqrtmat().
  * workaround for save/load issues with HDF5 v1.12.
buildservice-autocommit accepted request 777740 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 261)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 777645 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 260)
- Update to version 9.850.1:
  * faster handling of compound expressions by diagmat().
  * expanded .save() and .load() to handle CSV files with headers
    via csv_name(filename,header) specification.
  * added log_normpdf().
  * added .is_zero().
  * added quantile().
buildservice-autocommit accepted request 761007 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 259)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 760819 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 258)
- Update to version 9.800.3:
  * Minor bug fixes.
buildservice-autocommit accepted request 744093 from Adam Majer's avatar Adam Majer (adamm) (revision 257)
baserev update by copy to link target
Adam Majer's avatar Adam Majer (adamm) accepted request 744040 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 256)
- Update to version 9.800.1:
  * Faster solve() in default operation; iterative refinement is
    no longer applied by default; use solve_opts::refine to
    explicitly enable refinement.
  * Faster expmat().
  * Faster handling of triangular matrices by rcond().
  * Added .front() and .back().
  * Added .is_trimatu() and .is_trimatl().
  * Added .is_diagmat().
buildservice-autocommit accepted request 729456 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 255)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 728461 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 254)
- Update to version 9.700.2:
  * Faster handling of cubes by vectorise().
  * Faster handling of sparse matrices by nonzeros().
  * Faster row-wise index_min() and index_max().
  * Expanded join_rows() and join_cols() to handle joining up to 4
    matrices.
  * Expanded .save() and .load() to allow storing sparse matrices
    in CSV format.
  * Added randperm() to generate a vector with random permutation
    of a sequence of integers.
buildservice-autocommit accepted request 717102 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 253)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 715667 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 252)
- Update to version 9.600.4:
  * faster handling of sparse submatrices.
  * faster handling of sparse diagonal views.
  * faster handling of sparse matrices by symmatu() and symmatl().
  * faster handling of sparse matrices by join_cols().
  * expanded clamp() to handle sparse matrices.
  * added .clean() to replace elements below a threshold with
    zeros; can be used to sparsify matrices.
buildservice-autocommit accepted request 712232 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 251)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 711842 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 250)
- Update to version 9.500.2:
  * expanded solve() with solve_opts::likely_sympd to indicate
    that the given matrix is likely positive definite
  * more robust automatic detection of positive definite matrices
    by solve() and inv()
  * faster handling of sparse submatrices
  * expanded eigs_sym() to print a warning if the given matrix is
    not symmetric
  * extended LAPACK function prototypes to follow Fortran passing
    conventions for so-called "hidden arguments", in order to
    address GCC Bug 90329;
  * to use previous LAPACK function prototypes without the "hidden
    arguments", #define ARMA_DONT_USE_FORTRAN_HIDDEN_ARGS before
    #include <armadillo>
buildservice-autocommit accepted request 704320 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 249)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 703944 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 248)
- Update to version 9.400.3:
  + Faster cov() and cor()
  + Added .as_col() and .as_row()
  + Expanded .shed_rows() / .shed_cols() / .shed_slices() to
    remove rows/columns/slices specified in a vector
  + Expanded vectorise() to handle sparse matrices
  + Expanded element-wise versions of max() and min() to handle
    sparse matrices
  + Optimised handling of sparse matrix expressions: sparse %
    (sparse +- scalar) and sparse / (sparse +- scalar)
  + Expanded eig_sym(), chol(), expmat_sym(), logmat_sympd(),
    sqrtmat_sympd(), inv_sympd() to print a warning if the given
    matrix is not symmetric
  + More consistent detection of vector expressions
buildservice-autocommit accepted request 694072 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 247)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 693730 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 246)
- Update to version 9.300.2:
  + faster handling of compound complex matrix expressions by
    trace().
  + more efficient handling of element access for inplace
    modifications in sparse matrices.
  + added .is_sympd() to check whether a matrix is
    symmetric/hermitian positive definite.
  + added interp2() for 2D data interpolation.
  + added expm1() and log1p().
  + expanded .is_sorted() with options "strictascend" and
    "strictdescend".
  + expanded eig_gen() to optionally perform balancing prior to
    decomposition.
buildservice-autocommit accepted request 686438 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 245)
baserev update by copy to link target
Displaying revisions 101 - 120 of 364
openSUSE Build Service is sponsored by