Computational Systems Biology
Sauro Lab
University of Washington
Home  |   Downloads  |   News  |   Research  |   Papers  |   About Us  |   Contact Us  |   SBW Help   |   Jobs
     


What is SBW 
Research Impact 
Published Papers 
Lab Members 
Available Positions 
CSB Links 
Courses 
 
 
 
Software Downloads:

1. SBW
2. JDesigner
3. Jarnac
4. WinSCAMP
5. Matlab Interface
6. Optimization
6. Bifurcation
 
maintained by Frank Bergmann
 
 
 
 

SBW CLAPACK API

Service: SBW_CLAPACK

void setTolerance (double)

Set tolerance for numerical computations.

complex[] getEigenValues (double[][])

Compute the complex eigenvalues of a real matrix.

complex[] ZgetEigenValues (complex[][])

Compute the complex eigenvalues of a complex matrix.

{} getQRWithPivot (double[][])

Compute QR decomposition of a real matrix using Householder method with Pivoting.

{} getQR (double[][])

Compute QR decomposition of a real matrix without pivoting.

double[] getSingularValsBySVD (double[][])

Find the singular values of a real matrix using Singular Value Decomposition.

{} getLUwithFullPivoting (double[][])

Compute LU decomposition of a real matrix with full pivoting.

{} getLU (double[][])

Compute LU decomposition of a real matrix with partial pivoting.

double[][] inverse (double[][])

Compute the inverse of a real matrix.

complex[][] Zinverse (complex[][])

Compute the inverse of a complex matrix.

 
sbw/clapack/apiguide.txt · Last modified: 2007/01/12 07:25 (external edit)
 

    Home  |   About Us  |   Contact Us  |   Statistics
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki