Blender V2.61 - r43446
Functions

scolumn_bmod.c File Reference

#include <stdio.h>
#include <stdlib.h>
#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 *)
int scolumn_bmod (const int jcol, const int nseg, float *dense, float *tempv, int *segrep, int *repfnz, int fpanelc, GlobalLU_t *Glu, SuperLUStat_t *stat)

Detailed Description

Definition in file scolumn_bmod.c.


Function Documentation

int scolumn_bmod ( const int  jcol,
const int  nseg,
float *  dense,
float *  tempv,
int *  segrep,
int *  repfnz,
int  fpanelc,
GlobalLU_t Glu,
SuperLUStat_t stat 
)
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().