numpy.linalg Package

From GM-RKB
(Redirected from numpy.linalg)
Jump to navigation Jump to search

A numpy.linalg Package is a linear algebra system that is a component of numpy.



References

2017

  • https://docs.scipy.org/doc/numpy/reference/routines.linalg.html
    • QUOTE: Several of the linear algebra routines listed above are able to compute results for several matrices at once, if they are stacked into the same array. ...

      ... scipy.linalg contains all the functions in numpy.linalg. plus some other more advanced ones not contained in numpy.linalg