repo.or.cz
/
Math-GSL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Trade memory leaks for segfaults
[Math-GSL.git]
/
examples
/
aliased
blob
e867f570cf06e15d2772579d50a177fb70cb4e82
1
#!/usr/bin/perl -w
2
3
use
strict
;
4
use
aliased
'Math::GSL::Matrix'
=>
'Matrix'
;
5
6
my
$matrix
=
Matrix
->
new
(
4
,
4
);