Cleaned up utility codes.

This commit is contained in:
Rowan Cockett
2013-07-24 15:36:28 -07:00
parent 815a311dc9
commit de0f5a7b1f
2 changed files with 1 additions and 50 deletions
-4
View File
@@ -1,10 +1,6 @@
import numpy as np
def reshapeF(x, size):
return np.reshape(x, size, order='F')
def mkvc(x, numDims=1):
"""Creates a vector with the number of dimension specified