Defines | Functions

pknum31d.c File Reference

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

Defines

#define CONST_

Functions

void pkn_MatrixLowerTrMultd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x)
void pkn_MatrixUpperTrMultd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x)
void pkn_MatrixLowerTrSolved (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x)
void pkn_MatrixUpperTrSolved (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x)
void pkn_MatrixLowerTrMultAddd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x)
void pkn_MatrixUpperTrMultAddd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x)
boolean pkn_MatrixLowerTrSolveAddd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x)
boolean pkn_MatrixUpperTrSolveAddd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x)
void pkn_MatrixLowerTrMultSubd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x)
void pkn_MatrixUpperTrMultSubd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x)
boolean pkn_MatrixLowerTrSolveSubd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x)
boolean pkn_MatrixUpperTrSolveSubd (int m, int n, int bpitch, CONST_ double *b, CONST_ double *l, int xpitch, double *x)

Define Documentation

#define CONST_

Function Documentation

void pkn_MatrixLowerTrMultAddd ( int  m,
int  n,
int  bpitch,
CONST_ double *  b,
CONST_ double *  l,
int  xpitch,
double *  x 
)
void pkn_MatrixLowerTrMultd ( int  m,
int  n,
int  bpitch,
CONST_ double *  b,
CONST_ double *  l,
int  xpitch,
double *  x 
)
void pkn_MatrixLowerTrMultSubd ( int  m,
int  n,
int  bpitch,
CONST_ double *  b,
CONST_ double *  l,
int  xpitch,
double *  x 
)
boolean pkn_MatrixLowerTrSolveAddd ( int  m,
int  n,
int  bpitch,
CONST_ double *  b,
CONST_ double *  l,
int  xpitch,
double *  x 
)
void pkn_MatrixLowerTrSolved ( int  m,
int  n,
int  bpitch,
CONST_ double *  b,
CONST_ double *  l,
int  xpitch,
double *  x 
)
boolean pkn_MatrixLowerTrSolveSubd ( int  m,
int  n,
int  bpitch,
CONST_ double *  b,
CONST_ double *  l,
int  xpitch,
double *  x 
)
void pkn_MatrixUpperTrMultAddd ( int  m,
int  n,
int  bpitch,
CONST_ double *  b,
CONST_ double *  l,
int  xpitch,
double *  x 
)
void pkn_MatrixUpperTrMultd ( int  m,
int  n,
int  bpitch,
CONST_ double *  b,
CONST_ double *  l,
int  xpitch,
double *  x 
)
void pkn_MatrixUpperTrMultSubd ( int  m,
int  n,
int  bpitch,
CONST_ double *  b,
CONST_ double *  l,
int  xpitch,
double *  x 
)
boolean pkn_MatrixUpperTrSolveAddd ( int  m,
int  n,
int  bpitch,
CONST_ double *  b,
CONST_ double *  l,
int  xpitch,
double *  x 
)
void pkn_MatrixUpperTrSolved ( int  m,
int  n,
int  bpitch,
CONST_ double *  b,
CONST_ double *  l,
int  xpitch,
double *  x 
)
boolean pkn_MatrixUpperTrSolveSubd ( int  m,
int  n,
int  bpitch,
CONST_ double *  b,
CONST_ double *  l,
int  xpitch,
double *  x 
)