libarmadillo9-9.880.1-bp153.1.18 >  A `CH{!M@eeeM &Udъ#Ԓ&}7<|(ΫXIz/ HD N>/-dsy5Zu xu9 S H+EU؍B]>ZET%Xp ͽa GrCyb1(2+/iƗ3EQ-ej4350414944b0ceedb06ffe1d694270611c5fefb980ed7ec6e64058f2f8c8805b92bfa849adf40afb9698045752246b4defcb41f3`CH{!M@eeegE?C"^_((ZwOYS l h91&g-ٗ gja*KbfjrrQK0| tVN̲-TɐK~{aLq\g9mzݘ䣲 1HF+8fQdoRӃm!1FPlaJ8J/e7lΨbNT 1ql>p@d?dd # Z  )/8@ D H P  8|(=8DL9tL:L>a@aFaGaHaIaXaYa\b]b ^bJbbVcbdcgeclfcolcqucvcwd xd(yd0 zd`dpdtdzdClibarmadillo99.880.1bp153.1.18C++ matrix library with interfaces to LAPACK and ATLASArmadillo 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. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS libraries. A delayed evaluation approach is employed (during compile time) to combine several operations into one and reduce (or eliminate) the need for temporaries. This is accomplished through recursive templates and template meta-programming. This package provides the shared libraries for armadillo.`CHlsheep85oSUSE Linux Enterprise 15 SP3openSUSEApache-2.0https://bugs.opensuse.orgSystem/Librarieshttp://arma.sourceforge.net/linuxx86_64o`CHj`CHj0fde3201a2f31261f02c6ec1e330f4222ced81b27370f02c93c8c259982ef64blibarmadillo.so.9.880.1rootrootrootrootarmadillo-9.880.1-bp153.1.18.src.rpmlibarmadillo.so.9()(64bit)libarmadillo9libarmadillo9(x86-64)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)libarpack.so.2()(64bit)libblas.so.3()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libgcc_s.so.1()(64bit)liblapack.so.3()(64bit)libm.so.6()(64bit)libstdc++.so.6()(64bit)libsuperlu.so.5()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^'@^I^T@^Nt^~@]{@]p]-@] \\}\\J@[_[ug@Z@Z_@ZTZ7ZfY@YB@YMY@YYKY3YaYJ_Y@X7@X@X_XWX2X)@X@X WW#WE@WWwWL+@W(W Wo@W@VV`V@VpVbVHsVA@V8V+rV@U6@UoUĝUUcUUU/@U+U ]@T~TC@TT@T}TmTWn@TR(@T;Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya badshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.comjengelh@inai.debadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.comjengelh@inai.debadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.com- Update to version 9.880.1: * Expanded qr() to optionally use pivoted decomposition. * Updated physical constants to NIST 2018 CODATA values. * Added ARMA_DONT_USE_CXX11_MUTEX confguration option to disable use of std::mutex.- Update to version 9.870.2: * Faster handling of matrix multiplication expressions by diagvec() and diagmat(). * Added trimatu_ind() and trimatl_ind(). * More consistent detection of sparse vector expressions.- 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.- 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().- Update to version 9.800.3: * Minor bug fixes.- 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().- 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.- 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.- 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 - 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- 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.- Update to version 9.200.8: + Misc bug fixes.- Update to version 9.200.7: + Misc bug fixes.- Update to version 9.200.4: + Faster handling of symmetric positive definite matrices by rcond(). + Faster transpose of matrices with size ≥ 512x512. + Faster handling of compound sparse matrix expressions by accu(), diagmat(), trace(). + Faster handling of sparse matrices by join_rows(). + Added sinc(). + Expanded sign() to handle scalar arguments. + Expanded operators (*, %, +, −) to handle sparse matrices with differing element types (eg. multiplication of complex matrix by real matrix). + Expanded conv_to() to allow conversion between sparse matrices with differing element types. + Expanded solve() to optionally allow keeping solutions of systems singular to working precision.- Update to version 9.100.5: + Faster handling of symmetric/hermitian positive definite matrices by solve(). + Faster handling of inv_sympd() in compound expressions. + Added .is_symmetric(). + Added .is_hermitian(). + Expanded spsolve() to optionally allow keeping solutions of systems singular to working precision. + New configuration options ARMA_OPTIMISE_SOLVE_BAND and ARMA_OPTIMISE_SOLVE_SYMPD. + Smarter use of the element cache in sparse matrices. - Pass a more robust regexp to sed for fixing end-of-line encoding changes. - Update shlib package name in keeping with upstream versioning. - Use %%license instead of %%doc to install license file.- Update to version 8.500.1: + Faster handling of sparse matrices by kron() and repmat(). + Faster transpose of sparse matrices. + Faster element access in sparse matrices. + Faster row iterators for sparse matrices. + Faster handling of compound expressions by trace(). + More efficient handling of aliasing in submatrix views. + Expanded normalise() to handle sparse matrices. + Expanded .transform() and .for_each() to handle sparse matrices. + Added reverse() for reversing order of elements. + Added repelem() for replicating elements. + Added roots() for finding the roots of a polynomial.- Update to version 8.400.0: + Faster handling of sparse matrices by repmat() + Faster loading of CSV files + Expanded kron() to handle sparse matrices + Expanded index_min() and index_max() to handle cubes + Expanded randi(), randu(), randn(), randg() to output single scalars + Added submatrix & subcube iterators + Added normcdf() + Added mvnrnd() + Added chi2rnd() + Added wishrnd() and iwishrnd()- Update to version 8.300.3: + Misc bug fixes.- Update to version 8.300.2: + Misc bug fixes.- Update to version 8.300.0: + Faster handling of band matrices by solve(). + Faster handling of band matrices by chol(). + Faster randg() when using OpenMP. + Added normpdf(). + Expanded .save() to allow appending new datasets to existing HDF5 files.- Update to version 8.200.2: + Misc bug fixes.- Update to version 8.200.1: + Misc bug fixes.- Update to version 8.200.0: + Added intersect() for finding common elements in two vectors/matrices. + Expanded affmul() to handle non-square matrices.- Update to version 8.100.1: + Misc bug fixes.- Trim descriptions, keeping the full description just for the one that is installed most often (libarmadillo8). Ensure neutrality of descriptions.- Update to version 8.100.0: + Faster incremental construction of sparse matrices via element access operators + Faster diagonal views in sparse matrices + Expanded SpMat to save/load sparse matrices in coord format + Expanded .save()/.load() to allow specification of datasets within HDF5 files + Added affmul() to simplify application of affine transformations + Warnings and errors are now printed by default to the std::cerr stream + Added set_cerr_stream() and get_cerr_stream() to replace set_stream_err1(), set_stream_err2(), get_stream_err1(), get_stream_err2() + New configuration options ARMA_COUT_STREAM and ARMA_CERR_STREAM - Adapt shared lib and baselibs.conf to updated shared object numbering.- Update to version 7.960.1: + Undocumented bug fixes.- Update to version 7.960.0: + Faster randn() when using OpenMP. + Faster gmm_diag class, for Gaussian mixture models with diagonal covariance matrices. + Added .sum_log_p() to the gmm_diag class. + Added gmm_full class, for Gaussian mixture models with full covariance matrices. + Expanded .each_slice() to optionally use OpenMP for multi-threaded execution. - Drop %%check section entirely, this is not expected to work going forward. Also drop armadillo-tests.patch, which was meant for the tests in the %%check section.- Update to version 7.950.1: + Expanded accu() and sum() to use OpenMP for processing expressions with computationally expensive element-wise functions. + Expanded trimatu() and trimatl() to allow specification of the diagonal which delineates the boundary of the triangular part.- Update to version 7.900.1: + Expanded clamp() to handle cubes. + Computationally expensive element-wise functions (such as exp(), log(), cos(), etc) can now be automatically sped up via OpenMP; this requires a C++11/C++14 compiler with OpenMP 3.0+ support. - Rebase armadillo-tests.patch for updated version. - Drop tests because upstream acknowledges some tests are intended to fail without ARPACK.- Update to version 7.800.0: + Changed license to the permissve Apache License 2.0. - Update License tag in specfile in keeping with upstream. - Update package file list: + Include the license doc NOTICE.txt. + Additional documentation file: armadillo_joss_2016.pdf.- Update to version 7.700.0: + Added polyfit() and polyval(). + Added second form of log_det() to directly return the result as a complex number. + Added range() to statistics functions. + Expanded trimatu()/trimatl() and symmatu()/symmatl() to handle sparse matrices.- Update to version 7.600.2: + Undocumented bug fixes.- Update to version 7.600.1: + More accurate eigs_sym() and eigs_gen(). + Expanded floor(), ceil(), round(), trunc(), sign() to handle sparse matrices. + Added arg(), atan2(), hypot(). - Drop armadillo-install-pkgconfig.patch: resolved upstream.- Update to version 7.500.2: + Undocumented bug fixes.- Update to version 7.500.1: + Undocumented bug fixes.- Add armadillo-install-pkgconfig.patch: Generate and install a pkgconfig file (PATCH-FEATURE-OPENSUSE for now, but in discussions with upstream to have this included). - Add armadillo-tests.patch: Generate tests/Makefile by configuring tests/Makefile.in using cmake so that the tests can be run before actually installing the library. Then, use a make check section to test the built library (PATCH-FEATURE-OPENSUSE for now, but in discussions with upstream to have this included).- Update to version 7.500.0: + Expanded qz() to optionally specify ordering of the Schur form. + Expanded .each_slice() to support matrix multiplication.- Update to version 7.400.3: + Undocumented bug fixes.- Update to version 7.400.2: + Added expmat_sym(), logmat_sympd(), sqrtmat_sympd(). + Added .replace().- Update to version 7.300.1: + Undocumented bug fixes.- Update to version 7.300.0: + Added index_min() and index_max() standalone functions. + Expanded .subvec() to accept size() arguments. + More robust handling of non-square matrices by lu().- Update to version 7.200.2: + added .index_min() and .index_max(). + expanded ind2sub() to handle vectors of indices. + expanded sub2ind() to handle matrix of subscripts. + expanded expmat(), logmat() and sqrtmat() to optionally return a bool indicating success faster handling of compound expressions by vectorise(). - Changes from Version 7.100.0: + added erf(), erfc(), lgamma(). + added .head_slices() and .tail_slices() to subcube views. + spsolve() now requires SuperLU 5.2. + eigs_sym(), eigs_gen() and svds() now use a built-in reimplementation of ARPACK for real (non-complex) matrices; contributed by Yixuan Qiu. - Source tarballs are now xz compressed. - Update BuildRequires for superlu-devel: >= version 5.2 now required. - Update shlib version (libarmadillo6 -> libarmadillo7) in spec file and baselibs.conf.- Drop ATLAS support, for libatlas itself is too much work and is getting dropped.- Update to version 6.700.6: + Undocumented bug fixes.- Update to version 6.700.5: + Undocumented bug fixes.- Update to version 6.700.4: + Undocumented bug fixes.- Update to version 6.700.3 (Catabolic Amalgamator Deluxe): + Added logmat() for calcuating the matrix logarithm + Added regspace() for generating vectors with regularly spaced elements + Added logspace() for generating vectors with logarithmically spaced elements + Added approx_equal() for determining approximate equality + Added trapz() for numerical integration + Expanded .save() and .load() with hdf5_binary_trans file type, to save/load data with columns transposed to rows- Update to version 6.600.5 (Catabolic Amalgamator): + Expanded sum(), mean(), min(), max() to handle cubes. + Expanded Cube class to handle arbitrarily sized empty cubes (eg. 0x5x2). + Added shift() for circular shifts of elements. + Added sqrtmat() for finding the square root of a matrix. + Fix for gmm_diag when using Mahalanobis distance.- Update to version 6.500.5: + Bug fixes (undocumented by upstream).- Update to version 6.500.4 (Gourmet Electron Jumper): + Added conv2() for 2D convolution. + Added stand-alone kmeans() function for clustering data. + Added trunc(). + Extended conv() to optionally provide central convolution. + Faster handling of multiply-and-accumulate by accu() when using Intel MKL, ATLAS or OpenBLAS.- Update to version 6.400.2 (Flying Spaghetti Monster Deluxe): + Expanded each_col(), each_row() and each_slice() to handle C++11 lambda functions. + Added ind2sub() and sub2ind(). + Fixes for corner cases in gmm_diag class.- Update to version Version 6.300.2 (Flying Spaghetti Monster): + Expanded solve() to find approximate solutions for rank-deficient systems. + Faster handling of non-contiguous submatrix views in compound expressions. + Added .for_each() to Mat, Row, Col, Cube and field classes. + Added rcond() for estimating the reciprocal condition number. + Fixes for spsolve(), eigs_sym(), eigs_gen(), svds().- Update to version 6.200.4: + Bug fixes (undocumented by upstream).- Update to version 6.200.3: + Bug fixes (undocumented by upstream).- Version 6.200.2 (Midnight Blue Deluxe): + Expanded diagmat() to handle non-square matrices and arbitrary diagonals. + Expanded trace() to handle non-square matrices. + Correction for datum::Z_0 constant.- Update to version 6.100.1: + Bug fixes (undocumented by upstream).- Version 6.100.0 (Midnight Blue): + Faster norm() and normalise() when using Intel MKL, ATLAS or OpenBLAS. + Added Schur decomposition: schur(). + Stricter handling of matrix objects by hist() and histc(). + Advanced constructors for using auxiliary memory now have the default of strict = false. + Cube class now delays allocation of .slice() related structures until needed. + Expanded join_slices() to handle joining cubes with matrices. - Update shlib package name to libarmadillo6 in keeping with shlib version upgrade.- Update to version 5.500.2: + Undocumented fixes. - Changes from version 5.500.0 (Molotov Cocktail): + Expanded object constructors and generators to handle size() based specification of dimensions. + Faster handling of submatrix rows. + Faster clamp(). + Fixes for handling sparse matrices.- Update to version 5.400.2: + Undocumented fixes. - Changes from version 5.400.0 (Plutocracy Incorporated Deluxe): + Added find_unique() for finding indices of unique values. + Added diff() for calculating differences between consecutive elements. + Added cumprod() for calculating cumulative product. + Added null() for finding the orthonormal basis of null space. + Expanded interp1() to handle repeated locations. + Expanded unique() to handle complex numbers. + Faster flipud(). + Faster row-wise cumsum(). + Fix for k-means clustering in gmm_diag class.- Update to version 5.300.4: + Undocumented fixes. - Changes from Version 5.300.0 (Plutocracy Incorporated): + 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).- Update to version 5.200.2: + Bugfix in interp1().- Update to version 5.200 (Boston Tea Smuggler): + Added orth() for finding the orthonormal basis of the range space of a matrix. + Expanded element initialisation to handle nested initialiser lists (C++11). + Workarounds for bugs in GCC, Intel and MSVC C++ compilers.- Update to version 5.100.2: + Undocumented fixes. - Update to version 5.100.1: + Undocumented fixes. - Changes from version Version 5.100.0 (Ankle Biter Deluxe): + Added interp1() for 1D interpolation. + Added .is_sorted() for checking whether a vector or matrix has sorted elements. + Updated physical constants to NIST 2010 CODATA values.- Update to version 5.000.1: + Fix an issue with C++11 support. - Add superlu-devel as BuildRequires, and as Requires for armadillo.- Update to version 5.000.0 (Ankle Biter): + Added spsolve() for solving sparse systems of linear equations. + Added svds() for singular value decomposition of sparse matrices. + Added nonzeros() for extracting non-zero values from matrices. + Added handling of diagonal views by sparse matrices. + Expanded repmat() to handle sparse matrices. + Expanded join_rows() and join_cols() to handle sparse matrices. + sort_index() and stable_sort_index() have been placed in the delayed operations framework for increased efficiency. + Use of 64 bit integers is automatically enabled when using a C++11 compiler. + Workaround for a bug in recent releases of Apple Xcode. + Workaround for a bug in LAPACK 3.5. - New dependency: superlu >= 4.3. - Updated shared library name to libarmadillo5 in track with upstream so name change.- Update to version 4.650.4: + List of changes not documented upstream. - Changes from version 4.650.2 and 4.650.3: + List of changes not documented upstream.- Update to version 4.650.1: + List of changes not documented upstream. - Changes from version 4.650 (Intravenous Caffeine Injector): + Added randg() for generating random values from gamma distributions (C++11 only). + Added .head_rows() and .tail_rows() to submatrix views. + Added .head_cols() and .tail_cols() to submatrix views. + Expanded eigs_sym() to optionally calculate eigenvalues with smallest/largest algebraic values fixes for handling of sparse matrices.- Update to version 4.600.3: + List of changes not documented upstream. - Changes from version 4.600.2: + List of changes not documented upstream.- Update to version 4.600.1: + List of changes not documented upstream. - Changes from version 4.600 (Off The Reservation): + Added .head() and .tail() to submatrix views + Faster matrix transposes within compound expressions + Faster accu() and norm() when compiling with - O3 -ffast-math -march=native (gcc and clang) + Workaround for a bug in GCC 4.4- Update to version 4.550.4: + List of changes not documented upstream. - Update to version 4.550.3: + List of changes not documented upstream.- Update to version 4.550.2: + List of changes not documented upstream. - Changes from version 4.550.1: + List of changes not documented upstream.- Update to version 4.550 (Singapore Sling Deluxe): + Added matrix exponential function: expmat() + Faster .log_p() and .avg_log_p() functions in the gmm_diag class when compiling with OpenMP enabled + Faster handling of in-place addition/subtraction of expressions with an outer product.- Update to version 4.500.1: + List of changes not documented upstream.- Update to version 4.500.0: + Faster handling of complex vectors by norm() + Expanded chol() to optionally specify output matrix as upper or lower triangular + Better handling of non-finite values when saving matrices as text files.- Update to version 4.450.4: + No list of changes documented upstream./sbin/ldconfig/sbin/ldconfigsheep85 16150221889.880.1-bp153.1.189.880.1-bp153.1.18libarmadillo.so.9libarmadillo.so.9.880.1/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/5e5b990b08ca644eff119e61f7ab7dca-armadillocpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=52fae5fd4d335bbf8410744dc1fa6b5bafd8fbaa, not stripped PRRRR RR R R RRROӅ}6üO,=utf-8a0ef7ec5f1bdd7d5a9becd391f6cf5e2ac0270a50b41bc37237b62b79dcec930?7zXZ !t/qk?c] cr$x#Ddގ@E@An/; usXt~F$iBW-{Rqա9^'tʜ%ޤa0֏[ܾ'Qy]5"RgC]G\WqꮾK3Թn$^J|I h0b9AsPYF[->WqZzFC9ZN$vuF'ǹ8/]?F 1 +z >$^ΌbI0eFs@tW$ʨa//Cӹ9!$ @:0MgPڂ%9#H얖Os]KGo?u dtpe䏍?Ƥ-CK]KFr)J5e#e@jq1d2!lseSs_G;Uq:'66g"x@p;0Piд7TIVA"ߕ7)(ެpt$nz: dYy-"ѭr!`*kxz8Ӏ Cn5w86{߼XAeDnIFc,}&5$*䱻v+>O_q!4$c:4t"j}բyD5(g^j?J{dyw6/ϓ`/v*:Y( \[XD\.Ӕ T@ ϊ``?߲_l#R "͐N2LPV ]ҡYe{=[C5tr3PND{vrv1&9n.1 /M0#.Oa#r$%BֵGRܱ4`}hbe8kv_doEN~,.YL*8LEt*B(vhB'P1ST%Z$iXU!' _d"'K?p2b8PLcD7/$ZmDnpϧEAđ{~g7Znl@:eM4Vnk>L3va^>qVbjf;edJ(DjDȘSa!M"?7W҅60{| m<D7oW.(&|Iӆ7j{؆4G|i< qT6!&3v(uE0Ş+6fv6]D!.#-5@ rb$>~@$Ejt=dPhHP#h9fN7 a'A_DdXAњ7䑟(Exa!{ ]N7bhH cǷ Y%+XM|z*ut3K'td{.4DQ>HPs$X{oPZQmѰ!QouH J1^A 6eV.-i!=ߴS9s(1@srCHJ\~9{$dG ) *?S_E\.q 7"{ɓ-paF1](u߷>r6hikF P 5V g1 iQڢη#KfP#gD5>z =#܀j̃-$ˆc;umɐKNr{NmяPcd_L{D?^A>1i.>$ ( {Xxh3;=oN &! Y#R_jΊ.d_P[:gϒF:?dA@F" CW1nPt)}VM#Sjga'7?hK:>Ʊ3ڲr2#tI$b7w%"q;xECpxa_VWۿCMI*=MdӄS٘'s7ٶ܎betB>5`]$-j%z,#6}7Zp\CQ7jUǑ@t~Ƚ7uN+L e~Tq Ou*p̺ BigLm{DW)e>uD!l ԥ)j`&9xj.{!_ZJGDڭQşYt{߿VAiAW?f #&h.0β\BZH-wZ9}ϣ! Lqp=څ"R/;Y4#8ʳOe7efP72bPM#y 7$/ڨoaeE:HCH _uu/Tںwqr)^]~.R~_Ȍ()}{5 7(A]:ݭF+VҰgo717[)xSngtRJŖE;M*UnhSwmReLMχGm>hW%mS[ р2.{\eL_{U;@`z*͘ubnFv,i+v$PyP]AV,8JDXq]O!cѮZblXgӌ{T'&DA8]3h=><V(%؟Ju$crSÑPjK11;͟V۳}[t_$!+ 7b\ *hl폲 7b_Op[ʼҋi:rQY,L= !q`|7tU66 PtR;j$Ѯo;1kU.xGqhcug cWcʱŋ!#*1(WZ+(.$_:kL>u5\+;밐<(DpL bc"}J&'7:~MM&ަ$1='q }MCw!k$q+Q}jБ|%*!bwn{1̲7kIK\3*rn—RC[e)1C6$ %^:@q Pjd uN3h%6PkWzX(̍rs2d'j+je@ȆF >LYFD*+*\#nw [B8!9#)FZɟ;1<(;=1Hv"nd^Re>sJ1oF3R0ֺptMzobaeu~.&E."mXJL D$@צ`ve,hl<'*1v9Z:A qM/R$*0X~ sm1~?YfgL$-&;tMP<ʁN/*.qL$awh$^ʎ=Z|z<s>a=ʜS$C~yAH .N<^>DBH#HðKje7C2g۾ǩ^$<=ߡ?㿇,lNڹrK|#'Ut?7Sepz8BF](gGxׄ Yص7u_GT=V[՚^ ҭ!uB#;9f =M&/$s_2CoBԫFшO.Fh> ˞G0OҮD&0䰘JE gl9}Z~ڢe!MnR@K!k-l|vrHT)wmBgO<#( Yl \T}%ۥumo4Y3䙋67zXCӉX2廎㭏R,c3ݚ9FAlT]躊Bfp+Ogm_u$A>"8e˃[.T~e-'Xw1^:b8^Sug5.C7!7]*u!e'lSkW8Frn#J&Oiշ4!0B s!#8>7^@&+v8DE1ʏװb>qRӜև׸tTmF4??(<Nq9ғ5Ʊƽhڠ$ODR#g1SvJP&Ѡ#gZNP0l\]g7u:igDp"̳֑])aD{~e9Wދ;eƹ< 4 B$'sGhŗ:NvX{-PH^VPs4s-/IM795qydK_wt!?LX]cM2jHON12y$zr2]e@;KIC1axr@eGPR^k352$ITV.Vz^N*z;K ec _ͳ3F7Pp(?^FvT;߂ħYV7'q{$,a@xYV}lr &p 0 ɉ8~ԎF-~M̅$mC+ntm` "ƿ gU+ >Mfqz1BtQJOķ#/6W'%H˷A@[gO Gw[R^ul0$pLVb(Lfg+i:}k"BJi5I4FWi6%{H-ZZ5<8] iD */<$AnsXo.噩룀CγeVam%=.LҞozE4OA>ybbk,\̀ӑR2[ʧLUݘG,;Nk_bάifzH헬Pu_YpJ3@ ;P7@O'/'+ uV b>+ӏ,E۬Ur5& r,agd|2v)Jg3[omNHlGN-\||B6NpFFiܨyQs`^R lvtG})x,>R^KbХV+XD"@ےa%l1; b* 8 b!gd;-3ab$wM&]D~](@s}!_l{ g{+0Bf?qYº( K/deT:D7 juq3!vd)>@Y% ܙ F l*IIX<ihHi봝rƆ.pvK jsX9j/R"Uq._S~v# XGqU=74BJYmusnJН;k|~^PY^ֶˡ*ȕWP ^=toT{sվ/0|4&LΙ#uǁ zVNhNs)Qy3pJ6½N]Nl 1=eNSJW6|oݠץ'1i0t6! 0¿؎AVRR3k>+@fzrX-߼o^F'( 57n֗ec>ݏ@}#ScdPw%9y -|M8u&.SF2cyR ~1I3T#ؾa+עƸɟAG BڍH|UJ^!}}xXہl˗1Ǯx#doG*RG@jjdW7(sK#=+W'S*<^,ެUo`叞֤l-@;z"b7߇{eʀk8dba M{Žs/S_!D[sٷ~j0tgOfve(+"d w@*TĶG:rك^Mr-Mow(rT — su@AtEa` ޴fV5*̲*5M^?{LśG;Tnʒ IŠ.e6ɁcӾF=!E1ydo?5'jY>YO3}|i_U1Mj,$ 8rx7ߗ%c!ez=Tp֔^살 fE. 8x 1.[¿5Y\f@#N658̉6bvk(hk[*vz[IL RHs"E˦-Z.v4ȿ\z&HGlN/^tCڠÂGo{M@+LlS:k-c*R[o6u"J!ءm=)_*5a¹ 6TzKAWA\7AMOjt9рbbRM^aפF-BZG -,*!(CE9 zB1E&, l`G3ϡm`܃,4 *!""r.P3׎&Hn8'o~;OiTbsHi$Omn0W,Dnv.6 qJ.?Jk~k);J88K%~px.~f/,u|Ÿi" "'ct!ץu%g o Yvap,tW0?^-:I'\T7,*{h-H9 Bᘢ3`V59]MjBے}m}UMh{8aQY2psI=q>E Տ^b&vq v7X]֨DL V+ͪol RQLDGL'~U;GujJ#kFY%;t_]*^:?G1]'%1x ݇3%q>O֭ɀ+ZqmXrW:X1*[O}TWzT=נ$}(BgM 6PD \L$;4v44A4-fѪ/G*RO[vo**ΟaK;wmSX~pd~? >1Yl<&2( <7ߺ 6*bڊ,cBP!D%@,tN %D ze|T.9~m8Q5/JrZ@atXI aڻkf4Sn:jzSBX᳐d>})%Rן uqQ\hDkňL\Ce+uyt4b7LQSl7jA֎`K$0Jܡ`TSlvS&1Z㡹y6АJBj ňS>qx]#WPL]JCeo^2hܒEXg1ha>nfM3Q6k e6j hʊy%I G2.KPTmؤq]=ggM-!"o<4}ye6K9FXdE^(6!1 "ZdY8"BҫYX͋G_09d#[rk7|Nef{9iM(ȭV(%f0Pg9}:º4u*#0"gx'#t3LY)H$'{]G%k#0?6SG&^;%_?itUr9&cĮOa2rH ёPy!Qѝ /Өc˕2\]Y0 rHWV5ܬwW&ѱ*&D:"b>_Fil}hg39IN fᚓ\84c/ %:8M(PA2D貉޻a+ B#"O!o`;s0RL4TalŞFl+]G%sJ(F. !/xsC_i?N x?REb쵠6U+4ό)k7GJq69l3ex& 9I鉗Hc72+=h(/ tGsoļ?B6^V>i;)=fi"RP" M~Ln/])-'`CY),~Xe<<,4?Js/RC6ђ)Y0k4I9{ີp0v.񗽟b@FaG>@WLހ:Bvn'}#|_ Q bͦ´Ÿ8+`ʯ{@!kO[ٞ4nUb=09x% JwY/vlmexLWoe_`,z~ʊ\zElţsPt} I; ~vCk|0V3`)p#)B,7cS̛T__^~$q`KZ:z?_C* ҵ![{y}pQp,p)R͒[⊁L8pԵH a/񾗊csZZK^-[Nr *7C`6$nR3p+~v^u{V?`M,/;{C nx$a7׉H|hF^hMv:=es>2e2w$+/).Rؠhc\z˅N0/># h6~lȶU$NYRfe+[sxp8n XI0g]gl خOjy8| t]* *lsԕ>-DZt8{_@"g$Lj--"~4ap:@˛=F!=Ob6ZaS >{kI4"!^ Yk s1&X,+ ʼn!%$6+* \{Io6I 9Y io*wߧnD|qRI*\u~Bu40{\y8j7)>5+28\eXU #Xk_4"[ļ, nJAB|+fgSg~w^P=I9Ga*Apt@$|gG!Œf klkM;I끏6s 2V<'>yR8 v{ P:a SE=Qxg?X@ Mhlcz>>] Sqo@"/F)_$گ6mq  G Ƞ&iQT"̨ aUsmh-S1uBz Ƭ 4c*xUL]*||qCe=)TkizX5r>/Қ|Ϧu0"E&v1j^9Zaf ȸb [w.mNY31hu}yl#C +IpQc"KMcވ,~cVm{Z2f?қ|❑ͣޕ Ǻ`(mX{;L@@(1'G@v☴OX? ޛM֥I)5 tFQlcd7xʿz7"QuPt_l7ހ>b5f}vӱ.l=r4k9ƺ1Ys&3Lp'akXf̊D9OE#%\$zY~߬3؅(%nNuX#ĕ\c/rh1?^@ĨV+>I}o03:}MYU\r1&z` 1ə:.ڥWbuDApډ*LLACiw@[Q_-b_<_]c/TvU~u&΂Liۜ{=gtOG8Nr?Y7X&\{(!+b  |aZZ|.ɼM]+~, Kl V˶|f؎aPW}}Vq'-=I[5r4PCB!FvN1Y|ASBSȣ>#(<$(.m{WpCfZ" l\m%>1U&:ĐϿZ^遚EAcqѡ2.,1P aF#zh'W8Flˏ\J7w9 iE4/(sFhLt<7_`Wdq%B֦@5F8jR@y"ġf:RLޖzI3ZA#]f r#{QtfhI\ڠ*4havyC"ZEf&d6$BU(q+lf8ʊxQ)8ۨ-@[IǪ\ nd-M~2f#ǻ-;6D ])Sά.c hSck:G^@S6#W\8iD*&zNg4U~PID m ar ]etJeh17UK6TO%aOM٤3\QU-8Ŝ9樍ټ8Tkg(Z Ī*p'vbnJ<5F ]-Ud p9̬, p2:u I *E *OX עKBԢgԎ(ȹbbfC϶b >WYKJSU "~3("s t8M[쟕G6`UU2+R\?v[Q>uN/_Z7OA^B:$9 >hV-[/٤%n=}83k]«ZԡRFr[˾_s/gʸ *<,_рi9b ҽU߲X/qAc䑡8ޗÂvd"kCaNl^fC,{sxø{|@34PTD;&ۙtP-@%N.VZ\Z@/1 Y&;ޛ98`uM `]Kwd>!ŋ'5}T`Kγ`u q )d f-ʋ2z*'y3l}g1ٱUk໿^xOh_\=,jLp0P3H"t#tG!wZ=bm~!qe _!'Gx侽?5*^`IQLN۸ +kb DTzvOˬ0_GtaShۺۿ`aŨQ0oU*mg>S"ۚ>M>h=C4+PGoK0)s @(%ܒaTT/mk v߀#X4W}+b!OcBYX0^c|в0K|J Di.拘3A\M|V#!=wz=1ղ`33@a hgbN\z`F3=`q4/ѬoDKW\9S wK߅a9>2O w iY$ʞ*ear~P%[KtҒ6_%7.EғI|@Ğ}EtPB h%[wDy3  YZ