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