leto / math--gsl

Perl interface to the GNU Scientific Library

commit  19ceffe3869857fdd6f4f68041ce2b6c42d20626
tree    75257c726adb1a5d131b0976faeaa1d33ddcba10
parent  0d31838589c7a0a5351e02c7395d7292a6eea44b
math--gsl / examples / aliased
100755 7 lines (4 sloc) 0.109 kb
1
2
3
4
5
6
7
#!/usr/bin/perl -w
 
use strict;
use aliased 'Math::GSL::Matrix' => 'Matrix';
 
my $matrix = Matrix->new(4,4);