Defines | Functions

pknum31f.c File Reference

#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "pkvaria.h"
#include "pknum.h"
Include dependency graph for pknum31f.c:

Defines

#define CONST_

Functions

void pkn_MatrixLowerTrMultf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x)
void pkn_MatrixUpperTrMultf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x)
void pkn_MatrixLowerTrSolvef (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x)
void pkn_MatrixUpperTrSolvef (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x)
void pkn_MatrixLowerTrMultAddf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x)
void pkn_MatrixUpperTrMultAddf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x)
boolean pkn_MatrixLowerTrSolveAddf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x)
boolean pkn_MatrixUpperTrSolveAddf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x)
void pkn_MatrixLowerTrMultSubf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x)
void pkn_MatrixUpperTrMultSubf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x)
boolean pkn_MatrixLowerTrSolveSubf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x)
boolean pkn_MatrixUpperTrSolveSubf (int m, int n, int bpitch, CONST_ float *b, CONST_ float *l, int xpitch, float *x)

Define Documentation

#define CONST_

Function Documentation

void pkn_MatrixLowerTrMultAddf ( int  m,
int  n,
int  bpitch,
CONST_ float *  b,
CONST_ float *  l,
int  xpitch,
float *  x 
)
void pkn_MatrixLowerTrMultf ( int  m,
int  n,
int  bpitch,
CONST_ float *  b,
CONST_ float *  l,
int  xpitch,
float *  x 
)
void pkn_MatrixLowerTrMultSubf ( int  m,
int  n,
int  bpitch,
CONST_ float *  b,
CONST_ float *  l,
int  xpitch,
float *  x 
)
boolean pkn_MatrixLowerTrSolveAddf ( int  m,
int  n,
int  bpitch,
CONST_ float *  b,
CONST_ float *  l,
int  xpitch,
float *  x 
)
void pkn_MatrixLowerTrSolvef ( int  m,
int  n,
int  bpitch,
CONST_ float *  b,
CONST_ float *  l,
int  xpitch,
float *  x 
)
boolean pkn_MatrixLowerTrSolveSubf ( int  m,
int  n,
int  bpitch,
CONST_ float *  b,
CONST_ float *  l,
int  xpitch,
float *  x 
)
void pkn_MatrixUpperTrMultAddf ( int  m,
int  n,
int  bpitch,
CONST_ float *  b,
CONST_ float *  l,
int  xpitch,
float *  x 
)
void pkn_MatrixUpperTrMultf ( int  m,
int  n,
int  bpitch,
CONST_ float *  b,
CONST_ float *  l,
int  xpitch,
float *  x 
)
void pkn_MatrixUpperTrMultSubf ( int  m,
int  n,
int  bpitch,
CONST_ float *  b,
CONST_ float *  l,
int  xpitch,
float *  x 
)
boolean pkn_MatrixUpperTrSolveAddf ( int  m,
int  n,
int  bpitch,
CONST_ float *  b,
CONST_ float *  l,
int  xpitch,
float *  x 
)
void pkn_MatrixUpperTrSolvef ( int  m,
int  n,
int  bpitch,
CONST_ float *  b,
CONST_ float *  l,
int  xpitch,
float *  x 
)
boolean pkn_MatrixUpperTrSolveSubf ( int  m,
int  n,
int  bpitch,
CONST_ float *  b,
CONST_ float *  l,
int  xpitch,
float *  x 
)