gpt4 book ai didi

perl - PDL::Core 和 PDL::Core 之间的区别 ':Internal'

转载 作者:行者123 更新时间:2023-12-05 01:23:03 24 4
gpt4 key购买 nike

我刚开始使用PDL,在文档中看到有两种可能的方式导入PDL的核心功能:

use PDL::Core;
use PDL::Core ':Internal';

这里到底有什么区别?该文档对第二种方法进行了评论:“毛茸茸的例程”。我也找不到任何关于那是什么意思的信息。

最佳答案

use PDL::Core;

相当于

use PDL::Core ':Func';

相当于

use PDL::Core
qw( piddle pdl null barf ),
( map $_->convertfunc, PDL::Types::types() ),
qw(
nelem dims shape null empty dup dupN inflateN
convert inplace zeroes zeros ones nan inf i list listindices unpdl
set at flows broadcast_define over reshape dog cat barf type
thread_define dummy mslice approx flat sclr squeeze
get_autopthread_targ set_autopthread_targ get_autopthread_actual
get_autopthread_dim get_autopthread_size set_autopthread_size
);

use PDL::Core ':Internal';

相当于

use PDL::Core qw( howbig broadcastids topdl );

关于perl - PDL::Core 和 PDL::Core 之间的区别 ':Internal',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72862648/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com