From: Keith G. <kwg...@gm...> - 2006-06-30 04:22:48
|
On 6/29/06, Bill Baxter <wb...@gm...> wrote: > Rand at least returns doubles: > > >>> num.rand(3,3).dtype.name > 'float64' Then I vote float64. >> linalg.eigh(asmatrix(1))[0].dtype.name 'float64' >> linalg.cholesky(asmatrix(1)).dtype.name 'float64' |