| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: armadillo-doc | Distribution: openSUSE Tumbleweed |
| Version: 15.2.4 | Vendor: openSUSE |
| Release: 1.1 | Build date: Wed Mar 18 14:06:49 2026 |
| Group: Documentation/Other | Build host: reproducible |
| Size: 2122097 | Source RPM: armadillo-15.2.4-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://arma.sourceforge.net/ | |
| Summary: Documentation for armadillo | |
Armadillo is a C++ linear algebra library (matrix maths). Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. This package provides the documentation for armadillo.
Apache-2.0
* Wed Mar 18 2026 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 15.2.4:
* Bug fix release (no release notes).
* Fri Jan 23 2026 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 15.2.3:
* Bug fix release (no release notes).
* Wed Oct 29 2025 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 15.2.1:
* Added rande() for generating matrices with elements from
exponential distributions.
* shift() has been deprecated in favour of circshift(), for
consistency with Matlab/Octave.
* Reworked detection of aliasing, leading to more efficient
compiled code.
- Changes from version 15.0.0:
* C++14 is now the minimum required C++ standard.
* Added preliminary support for matrices with half-precision
fp16 element type.
* Added second form of cond() to allow detection of failures.
* Added repcube()
* Added .freeze() and .unfreeze() member functions to
wall_clock.
* Extended conv() and conv2() to accept the "valid" shape
argument.
- Bump so version in shared lib package name to 15.
* Fri Jul 25 2025 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 14.6.1:
* Bug fix release (no release notes).
* Fri Jul 11 2025 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 14.6.0:
* Added balance() to transform matrices so that column and row
norms are roughly the same.
* Added omit_nan() and omit_nonfinite() to extract elements
while omitting NaN and non-finite values.
* Added find_nonnan() for finding indices of non-NaN elements.
* Added standalone replace() function.
* Mon Jun 09 2025 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 14.4.3:
* No release notes.
* Sat Mar 29 2025 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 14.4.1:
* faster handling of pow() and square() within accu() and sum()
expressions
* faster sort() and sort_index() for complex matrices
* expanded the field class with .reshape() and .resize() member
functions
* more efficient handling of compound expressions by sum(),
reshape(), trans()
* better detection of vector expressions by pow(), imag(),
conj()
- Fix typo in baselibs.conf.
* Fri Feb 14 2025 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 14.2.3:
* No release notes.
* Thu Dec 19 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 14.2.2:
* No release notes.
- Changes from version 14.2.0:
* faster handling of symmetric matrices by inv(), rcond(),
powmat().
* faster handling of hermitian matrices by inv(), rcond(),
powmat(), cond(), pinv(), rank().
* added solve_opts::force_sym option to solve() to force use of
the symmetric/hermitian solver (not limited to sympd
matrices).
* more efficient handling of compound expressions by solve().
* Mon Jul 08 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 14.0.1:
* No release notes.
* Sat Jun 29 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 14.0.0:
* C++14 is now the minimum recommended C++ standard.
* Faster handling of compound expressions by as_scalar(),
accu(), dot().
* Faster interactions between sparse and dense matrices.
* Expanded stddev() to handle sparse matrices.
* Expanded relational operators to handle expressions between
sparse matrices and scalars.
* Added .as_dense() to obtain dense vector/matrix representation
of any sparse matrix expression.
* Updated physical constants to NIST 2022 CODATA values.
* Tue May 14 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 12.8.3:
* No release notes.
* Sat May 04 2024 Atri Bhattacharya <badshah400@gmail.com>
- Drop pkgconfig file from baselibs.conf generated -devel package
to avoid "have choice" issues for dependents arising from both
armadillo-devel and armadillo-32bit-devel (for example)
providing pkgconfig(armadillo).
* Wed Apr 03 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 12.8.2:
* No release notes.
* Tue Mar 12 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 12.8.1:
* No release notes.
* Sun Feb 11 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 12.8.0:
* Faster detection of symmetric expressions by pinv() and
rank().
* Expanded shift() to handle sparse matrices.
* Expanded conv_to for more flexible conversions between sparse
and dense matrices.
* Added cbrt().
* More compact representation of integers when saving matrices
in CSV format.
* Thu Dec 28 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 12.6.7:
* No release notes.
* Wed Nov 22 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 12.6.6:
* No release notes.
* Mon Oct 16 2023 Atri Bhattacharya <A.Bhattacharya@uliege.be>
- Update to version 12.6.5:
* No release notes.
* Sat Sep 30 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 12.6.4:
* No release notes.
* Sat Aug 26 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 12.6.2:
* No release notes.
* Wed Aug 02 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 12.6.1:
* No release notes.
* Fri Jul 21 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 12.6.0:
* Faster multiplication of dense vectors by sparse matrices (and
vice versa).
* Faster eigs_sym() and eigs_gen().
* Faster conv() and conv2() when using OpenMP.
* More efficient move constructors in dense vector classes.
* Added diags() and spdiags() for generating band matrices from
set of vectors.
* Mon Jun 19 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 12.4.1:
* No release notes.
* Sat Jun 10 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 12.4.0:
* 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.
* Fri Apr 21 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 12.2.0:
* More efficient use of FFTW3 by fft() and ifft().
* Faster in-place element-wise multiplication of sparse matrices
by dense matrices.
* Added spsolve_factoriser class to allow reuse of sparse matrix
factorisation for solving systems of linear equations.
* Tue Mar 14 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 12.0.1:
* faster fft() and ifft() via optional use of FFTW3.
* faster min() and max().
* faster index_min() and index_max().
* added .col_as_mat() and .row_as_mat() which return matrix
representation of cube column and cube row.
* added csv_opts::strict option to loading CSV files to
interpret missing values as NaN.
* added check_for_zeros option to form 4 of sparse matrix batch
constructors.
* inv() and inv_sympd() with options inv_opts::no_ugly or
inv_opts::allow_approx now use a scaled threshold similar to
pinv().
* set_cout_stream() and set_cerr_stream() are now no-ops;
instead use the options ARMA_WARN_LEVEL, or ARMA_COUT_STREAM,
or ARMA_CERR_STREAM.
- Bump lib version 11 -> 12, update baselibs.conf file.
* Sun Feb 19 2023 Dirk Müller <dmueller@suse.com>
- use https for urls
* Tue Feb 14 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 11.4.4:
* Undocumented bug fixes.
* Tue Jan 10 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 11.4.3:
* Undocumented bug fixes.
- Update source URL.
/usr/share/doc/packages/armadillo-doc /usr/share/doc/packages/armadillo-doc/NOTICE.txt /usr/share/doc/packages/armadillo-doc/README.md /usr/share/doc/packages/armadillo-doc/armadillo_iccae_2025.pdf /usr/share/doc/packages/armadillo-doc/armadillo_mca_2019.pdf /usr/share/doc/packages/armadillo-doc/armadillo_rcpp_2014.pdf /usr/share/doc/packages/armadillo-doc/armadillo_solver_2020.pdf /usr/share/doc/packages/armadillo-doc/armadillo_spcs_2017.pdf /usr/share/doc/packages/armadillo-doc/docs.html /usr/share/doc/packages/armadillo-doc/examples /usr/share/doc/packages/armadillo-doc/examples/README.txt /usr/share/doc/packages/armadillo-doc/examples/example1.cpp /usr/share/doc/packages/armadillo-doc/index.html /usr/share/licenses/armadillo-doc /usr/share/licenses/armadillo-doc/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Apr 21 22:23:10 2026