Re: Source Code for IMSL Routine LLBQF (Linear Least Squares - High Accuracy)



clusardi2k@xxxxxxx wrote:
For a friend, I am looking for information on the following subroutine,

particularly a code listing:


Within the IMSL Math Library (Circa 1980) there is a subroutine, LLBQF().


Searching hotbot gave me:


imsl/LLBQF SOLUTION OF LINEAR LEAST SQUARES PROBLEM - HIGH
ACCURACY SOLUTION



Thank you, Christopher Lusardi



I imagine the code listing is (a) not available, and (b) proprietry, so you couldn't use the source code without permission even if you had it.


However, the interface to the subroutine should be publically available, and it should tell you enough that you can find a suitable replacement routine -- for instance, in LAPACK. It's worth noting that many of the IMSL routines are repackaged or reimplemented netlib routines.

cheers,

Rich
.



Relevant Pages

  • Re: C by reference screws up character strings
    ... subroutine td8_getset ... end interface ... Now, how do I apply the C, By Reference to just these routines? ...
    (comp.lang.fortran)
  • Re: Convert Program into Subroutine???
    ... > interface with Visual Basic for it. ... > which the routines are called. ... > Any idea how I can convert the main program into a subroutine? ... needed data to the programme (probably by parameters in the subroutine ...
    (comp.lang.fortran)
  • Re: Template method pattern in Java ???
    ... > only caveats being that contracts may refer to other routines and it ... Perhaps we need two kinds of interface: ... > also allows for the inheritance of non-purely abstract classes. ... This is different in Java ...
    (comp.object)
  • Re: Template method pattern in Java ???
    ... > only caveats being that contracts may refer to other routines and it ... Perhaps we need two kinds of interface: ... > also allows for the inheritance of non-purely abstract classes. ... This is different in Java ...
    (comp.lang.java.programmer)
  • Re: Template method pattern in Java ???
    ... > only caveats being that contracts may refer to other routines and it ... Perhaps we need two kinds of interface: ... > also allows for the inheritance of non-purely abstract classes. ... This is different in Java ...
    (comp.lang.java.help)