sundials_band.h File Reference

#include <sundials/sundials_direct.h>

Go to the source code of this file.

Functions

SUNDIALS_EXPORT int BandGBTRF (DlsMat A, int *p)
SUNDIALS_EXPORT int bandGBTRF (realtype **a, int n, int mu, int ml, int smu, int *p)
SUNDIALS_EXPORT void BandGBTRS (DlsMat A, int *p, realtype *b)
SUNDIALS_EXPORT void bandGBTRS (realtype **a, int n, int smu, int ml, int *p, realtype *b)
SUNDIALS_EXPORT void BandZero (DlsMat A)
SUNDIALS_EXPORT void bandZero (realtype **a, int n, int mu, int ml, int smu)
SUNDIALS_EXPORT void BandCopy (DlsMat A, DlsMat B, int copymu, int copyml)
SUNDIALS_EXPORT void bandCopy (realtype **a, realtype **b, int n, int a_smu, int b_smu, int copymu, int copyml)
SUNDIALS_EXPORT void BandScale (realtype c, DlsMat A)
SUNDIALS_EXPORT void bandScale (realtype c, realtype **a, int n, int mu, int ml, int smu)
SUNDIALS_EXPORT void BandAddI (DlsMat A)
SUNDIALS_EXPORT void bandAddI (realtype **a, int n, int smu)


Function Documentation

SUNDIALS_EXPORT void bandAddI ( realtype **  a,
int  n,
int  smu 
)

SUNDIALS_EXPORT void BandAddI ( DlsMat  A  ) 

SUNDIALS_EXPORT void bandCopy ( realtype **  a,
realtype **  b,
int  n,
int  a_smu,
int  b_smu,
int  copymu,
int  copyml 
)

SUNDIALS_EXPORT void BandCopy ( DlsMat  A,
DlsMat  B,
int  copymu,
int  copyml 
)

SUNDIALS_EXPORT int bandGBTRF ( realtype **  a,
int  n,
int  mu,
int  ml,
int  smu,
int *  p 
)

SUNDIALS_EXPORT int BandGBTRF ( DlsMat  A,
int *  p 
)

SUNDIALS_EXPORT void bandGBTRS ( realtype **  a,
int  n,
int  smu,
int  ml,
int *  p,
realtype *  b 
)

SUNDIALS_EXPORT void BandGBTRS ( DlsMat  A,
int *  p,
realtype *  b 
)

SUNDIALS_EXPORT void bandScale ( realtype  c,
realtype **  a,
int  n,
int  mu,
int  ml,
int  smu 
)

SUNDIALS_EXPORT void BandScale ( realtype  c,
DlsMat  A 
)

SUNDIALS_EXPORT void bandZero ( realtype **  a,
int  n,
int  mu,
int  ml,
int  smu 
)

SUNDIALS_EXPORT void BandZero ( DlsMat  A  ) 


Generated on Fri Sep 26 07:44:22 2008 for SimTKcore by  doxygen 1.5.6