Home | Trees | Indices | Help |
---|
|
object --+ | Solver
|
|||
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Solves a linear system on the form A.x = b, for x. Parameters ---------- A : A matrix with shape n-by-p. The coefficient matrix. b : Numpy array, n-by-1. The right-hand-side vector. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:11 2015 | http://epydoc.sourceforge.net |