Revision history for Math-Libgsl-Matrix
0.6.1 2024-02-05T11:39:09Z
- Drop the obsolete .absolute call :-)
0.6.0 2023-07-30T18:46:22+01:00
- Add .list .gist .Str to Vector and Matrix classes
0.5.0 2023-01-03T10:59:34Z
- Methods that return self throw on error, instead of failing
0.4.3 2021-12-09T11:33:56+01:00
- Change :auth field
0.4.2 2021-12-07T20:01:57+01:00
- Check library version using new $gsl-version object
- Use zef ecosystem
0.4.1 2021-11-19T19:14:44+01:00
- Add new functions from C library v. 2.7
0.3.3 2021-01-15T18:28:19+01:00
- Add true View sub aliasing
0.3.2 2020-12-28T13:33:02+01:00
- Fix complex get-row and get-col
0.3.1 2020-11-21T12:59:06+01:00
- Add a new interface to views on Raku arrays: use an array as a Vector or Matrix inside a closure
0.3.0 2020-09-30T12:57:11+01:00
- Rewrite the View system for both Vector and Matrix
- Add views on Raku arrays
0.2.0 2020-08-29T12:50:08+02:00
- Sorry, *-view-*-array* subs are not reliable. Deleted until I find out a new way to implement them
0.1.4 2020-04-26T15:02:02+02:00
- Document mat-view-array* for complex types
- Rename vector view-*-array subs into vec-view-*-array for consistency
- Fix mat-view-array constraints for complex types
0.1.3 2020-03-25T10:20:44+01:00
- add (undocumented) triangular copy functions
- getting ready for library v2.6
0.1.2 2020-03-12T10:37:33+01:00
- Switch from LibraryMake to Distribution::Builder::MakeFromJSON
0.1.1 2020-02-23T16:43:25+01:00
- Don't import subs automatically
0.1.0 2020-02-22T13:43:12+01:00
- Add Matrix views
- Change Vector view interface
0.0.6 2020-02-12T17:24:19+01:00
- Fix Vector::Complex32.set()
0.0.5 2020-02-12T15:06:54+01:00
- Add missing methods
0.0.4 2020-02-12T13:00:01+01:00
- Fix some bugs
0.0.3 2020-02-11T14:05:25+01:00
- Fix problem with Complex32
0.0.2 2020-02-06T18:00:03+01:00
- Fix some typos in Complex* modules
0.0.1 2020-01-29T13:02:11+01:00
- Initial version