Blender V2.61 - r43446
Functions

ssp_blas3.c File Reference

#include "ssp_defs.h"
#include "util.h"

Go to the source code of this file.

Functions

int sp_sgemm (char *transa, int n, float alpha, SuperMatrix *A, float *b, int ldb, float beta, float *c, int ldc)

Detailed Description

Definition in file ssp_blas3.c.


Function Documentation

int sp_sgemm ( char *  transa,
int  n,
float  alpha,
SuperMatrix A,
float *  b,
int  ldb,
float  beta,
float *  c,
int  ldc 
)

Definition at line 22 of file ssp_blas3.c.

References sp_sgemv().

Referenced by sFillRHS().