sundials_dense.h File Reference

#include <sundials/sundials_direct.h>

Go to the source code of this file.

Functions

SUNDIALS_EXPORT int DenseGETRF (DlsMat A, int *p)
SUNDIALS_EXPORT void DenseGETRS (DlsMat A, int *p, realtype *b)
SUNDIALS_EXPORT int denseGETRF (realtype **a, int m, int n, int *p)
SUNDIALS_EXPORT void denseGETRS (realtype **a, int n, int *p, realtype *b)
SUNDIALS_EXPORT int DensePOTRF (DlsMat A)
SUNDIALS_EXPORT void DensePOTRS (DlsMat A, realtype *b)
SUNDIALS_EXPORT int densePOTRF (realtype **a, int m)
SUNDIALS_EXPORT void densePOTRS (realtype **a, int m, realtype *b)
SUNDIALS_EXPORT int DenseGEQRF (DlsMat A, realtype *beta, realtype *wrk)
SUNDIALS_EXPORT int DenseORMQR (DlsMat A, realtype *beta, realtype *vn, realtype *vm, realtype *wrk)
SUNDIALS_EXPORT int denseGEQRF (realtype **a, int m, int n, realtype *beta, realtype *v)
SUNDIALS_EXPORT int denseORMQR (realtype **a, int m, int n, realtype *beta, realtype *v, realtype *w, realtype *wrk)
SUNDIALS_EXPORT void DenseZero (DlsMat A)
SUNDIALS_EXPORT void denseZero (realtype **a, int m, int n)
SUNDIALS_EXPORT void DenseCopy (DlsMat A, DlsMat B)
SUNDIALS_EXPORT void denseCopy (realtype **a, realtype **b, int m, int n)
SUNDIALS_EXPORT void DenseScale (realtype c, DlsMat A)
SUNDIALS_EXPORT void denseScale (realtype c, realtype **a, int m, int n)
SUNDIALS_EXPORT void DenseAddI (DlsMat A)
SUNDIALS_EXPORT void denseAddI (realtype **a, int n)

Function Documentation

SUNDIALS_EXPORT void denseAddI ( realtype **  a,
int  n 
)
SUNDIALS_EXPORT void DenseAddI ( DlsMat  A  ) 
SUNDIALS_EXPORT void denseCopy ( realtype **  a,
realtype **  b,
int  m,
int  n 
)
SUNDIALS_EXPORT void DenseCopy ( DlsMat  A,
DlsMat  B 
)
SUNDIALS_EXPORT int denseGEQRF ( realtype **  a,
int  m,
int  n,
realtype beta,
realtype v 
)
SUNDIALS_EXPORT int DenseGEQRF ( DlsMat  A,
realtype beta,
realtype wrk 
)
SUNDIALS_EXPORT int denseGETRF ( realtype **  a,
int  m,
int  n,
int *  p 
)
SUNDIALS_EXPORT int DenseGETRF ( DlsMat  A,
int *  p 
)
SUNDIALS_EXPORT void denseGETRS ( realtype **  a,
int  n,
int *  p,
realtype b 
)
SUNDIALS_EXPORT void DenseGETRS ( DlsMat  A,
int *  p,
realtype b 
)
SUNDIALS_EXPORT int denseORMQR ( realtype **  a,
int  m,
int  n,
realtype beta,
realtype v,
realtype w,
realtype wrk 
)
SUNDIALS_EXPORT int DenseORMQR ( DlsMat  A,
realtype beta,
realtype vn,
realtype vm,
realtype wrk 
)
SUNDIALS_EXPORT int densePOTRF ( realtype **  a,
int  m 
)
SUNDIALS_EXPORT int DensePOTRF ( DlsMat  A  ) 
SUNDIALS_EXPORT void densePOTRS ( realtype **  a,
int  m,
realtype b 
)
SUNDIALS_EXPORT void DensePOTRS ( DlsMat  A,
realtype b 
)
SUNDIALS_EXPORT void denseScale ( realtype  c,
realtype **  a,
int  m,
int  n 
)
SUNDIALS_EXPORT void DenseScale ( realtype  c,
DlsMat  A 
)
SUNDIALS_EXPORT void denseZero ( realtype **  a,
int  m,
int  n 
)
SUNDIALS_EXPORT void DenseZero ( DlsMat  A  ) 

Generated on Thu Aug 12 16:37:47 2010 for SimTKcore by  doxygen 1.6.1