File: Changes

package info (click to toggle)
libmath-matrix-maybegsl-perl 0.008-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 441; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,051 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45

 Math::Matrix::MaybeGSL Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0.008  2023-01-24

    * Added row method (thanks to Andrius Merkys).
    * Added find_zeros method (thanks to Andrius Merkys). 
    * Added transpose method (thanks to Andrius Merkys).
    * Overloaded plus operator (thanks to Andrius Merkys).

0.007  2014-12-28

    * Added as_list method (thanks to Ivan Baidakou).
    * Added det method (thanks to Ivan Baidakou).

0.006  2014-08-27

    * Added isGSL method to check if running under GSL.
    * dist.ini with reference to repo (thanks to Gabor Szabo).

0.005  2014-08-22

    * Added read/write methods.

0.004  2014-08-17

    * Fixed multiplication overload.
    * Added further tests on multiplication.

0.003  2014-08-17

    * Added PkgVersion dzil plugin to add change to module file.

0.002  2014-08-16

    * Added a Changes file.

0.001  2014-08-16

	* First working version with constructors:
	    new / new_from_cols / new_from_rows
	  and methods
	    assign, element, vconcat, hconcat, max, min,
	    each and dim.