Object-oriented Scientific Computing Library
http://web.utk.edu/~asteine1/o2scl
O2scl is a C++ library for object-oriented numerical programming. It
includes interpolation, differentiation, integration, roots of
polynomials, equation solving, minimization, constrained minimization,
Monte Carlo integration, simulated annealing, least-squares fitting,
solution of ordinary differential equations, two-dimensional
interpolation, Chebyshev approximation, unit conversions, and file I/O
with HDF5.
- Developed at science
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/o2scl && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
o2scl-0.922.tar.gz | 0035935188 34.3 MB | |
o2scl-remove-glob_wrapper-test.patch | 0000001597 1.56 KB | |
o2scl.changes | 0000005785 5.65 KB | |
o2scl.spec | 0000004288 4.19 KB |
Revision 5 (latest revision is 17)
Dominique Leuenberger (dimstar_suse)
accepted
request 645528
from
Dirk Stoecker (dstoecker)
(revision 5)
- Fix URL (old link dead) - Update to version 0.922: * In the table class, the set() function no longer automatically adds rows or columns. This prevents some behavior which was not intuitive for users. * Several tensor functions have been added, including tensor::swap_data(), tensor_out(), tensor::min(), tensor::max(), tensor::copy(), tensor::is_valid(). * Slicing for tensor_grid objects has been improved. * Copy constructors for tensor and tensor_grid have been created. * A few long double integration classes have been added when higher accuracy is required. * The MCMC classes have been completely reworked, offering better support for OpenMP and MPI parallelism. * The acol command has been expanded and improved in several ways. Code for o2graph has been moved out and the documentation has been improved. * The conversion functions in convert_units now has a const version * The documentation has been improved everywhere. * A new nearest neighbor interpolation type has been added. * A seed bug in rng_gsl has been fixed. * HDF5 I/0 for table3d types now allows const references. * The cloud_file class is updated and simplified. * The prob_dens_func_amr class has been updated. * Some work has been done on heat capacity functions for particle objects. * The fermion_rel::calc_mu() and pair_mu() functions work better now with bad initial guesses. * The tov_solve, eos_tov, eos_cs2_const, and eos_had_rmf_hyp classes are improved. - Drop o2scl-decrease-fit_fix-tolerances.patch: upstreamed. - Add o2scl-remove-glob_wrapper-test.patch: Remove glob_wrapper() from misc_ts because it isn't platform independent; patch taken from upstream git (gh#awsteiner/o2scl#8).
Comments 0