Add a 'Compiling Issues' section to the main Math::GSL docs
[Math-GSL.git] / examples / aliased
blobe867f570cf06e15d2772579d50a177fb70cb4e82
1 #!/usr/bin/perl -w
3 use strict;
4 use aliased 'Math::GSL::Matrix' => 'Matrix';
6 my $matrix = Matrix->new(4,4);