We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be57f81 commit 174a4f0Copy full SHA for 174a4f0
Simplex.pm
@@ -7,6 +7,7 @@ use PDL::Exporter;
7
our @ISA = qw/PDL::Exporter/;
8
our @EXPORT_OK = qw/simplex make_simplex/;
9
our %EXPORT_TAGS = ( Func => [@EXPORT_OK] );
10
+our $VERSION = '2.096';
11
12
*simplex = \&PDL::simplex;
13
0 commit comments