Generalized Linear Least Squares Problems
Hi,
I want to solve linear least sqaure problem( min||c-Ax||2 subject to
Bx=d ). How do I do it in python. lapack has a routine for doing this
(DGGLSE). Can I access this from python?
TIA,
venkat.
.
Relevant Pages
- Re: Generalized Linear Least Squares Problems
... lapack has a routine for doing this ... Can I access this from python? ... in particular the linear algebra package. ... (comp.lang.python) - Re: Python advocacy in scientific computation
... This is done because of a preference from explicit references over implied ones. ... Slicing *is* a part of the language, inserted into the grammar precisely to support the numeric/scientific community. ... Suffice it to say that Python is being used for a wide range of scientific and engineering problems to the evident satisfaction of its users. ... For the moment, however, since apparently Google isn't available where you are, a quick search for "Python LAPACK" gave ... (comp.lang.python) - Re: PyExcelerator: How does one close a file?
... the function writeData with different filenames fn from my main ... routine. ... It worked as expected (Python 2.4.3 on Windows XP). ... (comp.lang.python) - Re: Are routine objects guaranteed mutable & with dictionary?
... >>> The devolution of terminology has been so severe that now even the ... >>> is just one kind of routine. ... > are more possibilites than just subroutines; Python generators are ... (comp.lang.python) - Re: Are routine objects guaranteed mutable & with dictionary?
... >>> is just one kind of routine. ... > distinction of two variants of subroutines. ... > are more possibilites than just subroutines; Python generators are ... (comp.lang.python) |
|