Blender V2.61 - r43446
Functions

spanel_bmod.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include "ssp_defs.h"

Go to the source code of this file.

Functions

void slsolve (int, int, float *, float *)
void smatvec (int, int, int, float *, float *, float *)
void scheck_tempv ()
void spanel_bmod (const int m, const int w, const int jcol, const int nseg, float *dense, float *tempv, int *segrep, int *repfnz, GlobalLU_t *Glu, SuperLUStat_t *stat)

Detailed Description

Definition in file spanel_bmod.c.


Function Documentation

void scheck_tempv ( )
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 spanel_bmod ( const int  m,
const int  w,
const int  jcol,
const int  nseg,
float *  dense,
float *  tempv,
int *  segrep,
int *  repfnz,
GlobalLU_t Glu,
SuperLUStat_t stat 
)