File: aliased

package info (click to toggle)
libmath-gsl-perl 0.45-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192,156 kB
  • sloc: ansic: 895,524; perl: 24,682; makefile: 12
file content (6 lines) | stat: -rwxr-xr-x 109 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/usr/bin/perl -w

use strict;
use aliased 'Math::GSL::Matrix' => 'Matrix';

my $matrix = Matrix->new(4,4);