![]() |
Blender V2.61 - r43446
|
Go to the source code of this file.
Functions | |
| void | slsolve (int, int, float *, float *) |
| void | susolve (int, int, float *, float *) |
| void | smatvec (int, int, int, float *, float *, float *) |
Definition in file smyblas2.c.
| void slsolve | ( | int | ldm, |
| int | ncol, | ||
| float * | M, | ||
| float * | rhs | ||
| ) |
Definition at line 33 of file smyblas2.c.
Referenced by scolumn_bmod(), sgstrs(), sp_strsv(), spanel_bmod(), and ssnode_bmod().
| void smatvec | ( | int | ldm, |
| int | nrow, | ||
| int | ncol, | ||
| float * | M, | ||
| float * | vec, | ||
| float * | Mxvec | ||
| ) |
Definition at line 160 of file smyblas2.c.
Referenced by scolumn_bmod(), sgstrs(), sp_strsv(), spanel_bmod(), and ssnode_bmod().
| void susolve | ( | int | ldm, |
| int | ncol, | ||
| float * | M, | ||
| float * | rhs | ||
| ) |
Definition at line 131 of file smyblas2.c.
Referenced by sgstrs(), and sp_strsv().