![]() |
Blender V2.61 - r43446
|
#include "ssp_defs.h"Go to the source code of this file.
Functions | |
| void | susolve (int, int, float *, float *) |
| void | slsolve (int, int, float *, float *) |
| void | smatvec (int, int, int, float *, float *, float *) |
| void | sprint_soln (int, float *) |
| void | sgstrs (trans_t trans, SuperMatrix *L, SuperMatrix *U, int *perm_c, int *perm_r, SuperMatrix *B, SuperLUStat_t *stat, int *info) |
Definition in file sgstrs.c.
| void sgstrs | ( | trans_t | trans, |
| SuperMatrix * | L, | ||
| SuperMatrix * | U, | ||
| int * | perm_c, | ||
| int * | perm_r, | ||
| SuperMatrix * | B, | ||
| SuperLUStat_t * | stat, | ||
| int * | info | ||
| ) |
Definition at line 37 of file sgstrs.c.
References ABORT, CONJ, SuperMatrix::Dtype, floatCalloc(), floatMalloc(), i, L_FST_SUPC, L_NZ_START, L_SUB, L_SUB_START, DNformat::lda, SuperMatrix::Mtype, SuperMatrix::ncol, NOTRANS, SuperMatrix::nrow, SCformat::nsuper, NCformat::nzval, SCformat::nzval, DNformat::nzval, SuperLUStat_t::ops, slsolve(), SLU_DN, SLU_GE, SLU_NC, SLU_S, SLU_SC, SLU_TRLU, SLU_TRU, smatvec(), SOLVE, sp_strsv(), sprint_soln(), SuperMatrix::Store, strlen(), SuperMatrix::Stype, SUPERLU_FREE, SUPERLU_MAX, susolve(), TRANS, U_NZ_START, U_SUB, and xerbla_().
Referenced by __nlInvert_SUPERLU(), and sgssv().
| void slsolve | ( | int | , |
| int | , | ||
| float * | , | ||
| float * | |||
| ) |
Definition at line 33 of file smyblas2.c.
| void smatvec | ( | int | , |
| int | , | ||
| int | , | ||
| float * | , | ||
| float * | , | ||
| float * | |||
| ) |
Definition at line 160 of file smyblas2.c.
| void sprint_soln | ( | int | n, |
| float * | soln | ||
| ) |
| void susolve | ( | int | , |
| int | , | ||
| float * | , | ||
| float * | |||
| ) |
Definition at line 131 of file smyblas2.c.