Sha256: 87411c5f96e026aa15537dd5d99e68df49efcca68653b6f7a9930658701117a6
Contents?: true
Size: 792 Bytes
Versions: 1
Compression:
Stored size: 792 Bytes
Contents
# Change Log ## 0.0.1 2019/07/19 - First release. ## 0.0.2 2019/12/03 ### Bug fix - Fixed an error in km_copy_from_work() for transposed matricies. Linear algebra methods used with transposed output matricies were affected. ### New feature - Added Mat#geo_mean which returns the geometric mean of self's elements. - Added some normalizing methods: Mat#normalize/!, Mat#geo_normalize/! and Mat#svd_symmetrize/! ## 0.0.3 2019/12/03 - Fix a bug in Mat#geo_normalize ## 0.1.0 2022/03/20 - Conformed newer Ruby regulations. - Not use Random::DEFAULT. - Set rb_data_type_t::dcompact. - Use rb_block_call instead of rb_iterate. - Use RB_BLOCK_CALL_FUNC_ARGLIST. - Fixed int/size_t confusion. - Fixed a bug that Mat#ge_evd did not return correct right eigen vectors. - Fixed some minor bugs.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kmat-0.1.0 | CHANGELOG.md |