Home | Trees | Indices | Help |
|
---|
|
1 ## Copyright 2002-2010 by PyMMLib Development Group (see AUTHORS file) 2 ## This code is part of the PyMMLib distribution and governed by 3 ## its license. Please see the LICENSE file that should have been 4 ## included as part of this package. 5 from Numeric import * 6 import LinearAlgebra as linalg 7 8 _typeMap = { 9 float: Float, 10 } 11 12 NumericArray = array 15 16 NumericIdentity = identity 19
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jun 27 14:43:17 2011 | http://epydoc.sourceforge.net |