software:lapack:mills

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

software:lapack:mills [2017-10-23 16:40] – created sraskarsoftware:lapack:mills [2020-03-04 12:24] (current) – [Compiling and testing LAPACK] anita
Line 1: Line 1:
-====== Compiling and testing LAPACK ======+====== Compiling and testing LAPACK on Mills ======
  
 The NAG sites has a [[http://www.nag.com/lapack-ex/|collection of examples]] to test LAPACK drivers.  A driver routine will call the necessary lower level routines to solve one particular problem.  For example, a real linear least square problem is solved by the ''dgels'' driver.   Driver routines may not be all LAPACK libraries, but you can download drivers from  [[http://www.netlib.org/lapack/lug/node25.html|netlib driver rouines]].  The source of the driver routine is useful for learning how to use the lower level routines. The NAG sites has a [[http://www.nag.com/lapack-ex/|collection of examples]] to test LAPACK drivers.  A driver routine will call the necessary lower level routines to solve one particular problem.  For example, a real linear least square problem is solved by the ''dgels'' driver.   Driver routines may not be all LAPACK libraries, but you can download drivers from  [[http://www.netlib.org/lapack/lug/node25.html|netlib driver rouines]].  The source of the driver routine is useful for learning how to use the lower level routines.
  • software/lapack/mills.1508791258.txt.gz
  • Last modified: 2017-10-23 16:40
  • by sraskar