how to call array with None argument
Feb. 25, 2005
11:09 p.m.
Hello all, I have noticed that in numarray the call a = array(None,shape=(2,2)) will create a uninitialized array of dimension (2,2). However, I am unable to figure out how to use the array factory in boost to create an array with this call. Anyone have suggestions? Chuck
Feb. 26, 2005
1:58 p.m.
On Fri, 2005-02-25 at 16:09 -0700, Charles R Harris wrote:
Hello all,
I have noticed that in numarray the call
a = array(None,shape=(2,2))
will create a uninitialized array of dimension (2,2). However, I am unable to figure out how to use the array factory in boost to create an array with this call. Anyone have suggestions?
The default constructor for class object creates a reference to PyNone. HTH, -Jonathan
7833
Age (days ago)
7834
Last active (days ago)
1 comments
2 participants
participants (2)
-
Charles R Harris -
Jonathan Brandmeyer