[Numpy-discussion] linalg.py det of transpose

paul pnorthug at gmail.com
Wed Dec 30 03:21:16 EST 2009


In numpy/linalg/linalg.py, the function det(a) does a fastCopyAndTranspose of a
before calling lapack. Is that necessary as det(a.T) = det(a)?






More information about the NumPy-Discussion mailing list