We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063cf8a commit 182128dCopy full SHA for 182128d
Changes
@@ -1,3 +1,5 @@
1
+- tricpy now supports native-complex types
2
+
3
0.37 2023-04-01
4
- install pdldoc using PDL::Doc
5
Real/real.pd
@@ -5,6 +5,7 @@ pp_setversion($VERSION);
$VERSION = eval $VERSION;
6
7
use PDL::Exporter;
8
+use PDL::Types qw(ppdefs_all);
9
10
sub generate_code($){
11
if ($config{WITHOUT_THREAD}){
@@ -10475,6 +10476,7 @@ the exponent range, as is found on a Cray.
10475
10476
pp_def(
10477
'tricpy',
10478
Pars => 'A(m,n);int uplo();[o] C(m,n)',
10479
+ GenericTypes => [ppdefs_all()],
10480
Code => '
10481
if ($uplo())
10482
{
0 commit comments