We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66f8d8 commit 4f74177Copy full SHA for 4f74177
lib/PDL/Core.pm
@@ -701,6 +701,17 @@ sub PDL::tocomplex {
701
$pdl->type->real ? $pdl->r2C : $pdl;
702
}
703
704
+=head2 setdims
705
+
706
+=for ref
707
708
+Sets the ndarray's dimension list. A very low-level routine which
709
+does not do any checks, so use with caution.
710
711
+=for usage
712
713
+ $ndarray->setdims(\@dimlist);
714
715
=head2 set_datatype
716
717
=for ref
@@ -750,7 +761,6 @@ NOTE: NOT a method! This is because get_datatype returns
750
761
pdl> p howbig(ushort([1..10])->get_datatype)
751
762
2
752
763
753
-
754
764
=head2 update_data_from
755
765
756
766
0 commit comments