Skip to content

Commit 182128d

Browse files
committed
tricpy now supports native-complex types
1 parent 063cf8a commit 182128d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- tricpy now supports native-complex types
2+
13
0.37 2023-04-01
24
- install pdldoc using PDL::Doc
35

Real/real.pd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pp_setversion($VERSION);
55
$VERSION = eval $VERSION;
66

77
use PDL::Exporter;
8+
use PDL::Types qw(ppdefs_all);
89

910
sub generate_code($){
1011
if ($config{WITHOUT_THREAD}){
@@ -10475,6 +10476,7 @@ the exponent range, as is found on a Cray.
1047510476
pp_def(
1047610477
'tricpy',
1047710478
Pars => 'A(m,n);int uplo();[o] C(m,n)',
10479+
GenericTypes => [ppdefs_all()],
1047810480
Code => '
1047910481
if ($uplo())
1048010482
{

0 commit comments

Comments
 (0)