#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "pkvaria.h"
#include "pknum.h"
#include "msgpool.h"
Defines | |
#define | CONST_ |
#define | BlPos(i, j) pkn_Block2FindBlockPos( k, r, s, t, i, j ) |
#define | BlPos(i, j) pkn_Block2FindBlockPos( k, r, s, t, i, j ) |
#define | BlPos(i, j) pkn_Block2FindBlockPos( k, r, s, t, i, j ) |
#define | BlPos(i, j) pkn_Block2FindBlockPos( k, r, s, t, i, j ) |
Functions | |
boolean | pkn_Block2CholeskyDecompMf (int k, int r, int s, int t, float *A) |
void | pkn_Block2LowerTrMSolvef (int k, int r, int s, int t, CONST_ float *L, int spdimen, int xpitch, float *x) |
void | pkn_Block2UpperTrMSolvef (int k, int r, int s, int t, CONST_ float *L, int spdimen, int xpitch, float *x) |
void | pkn_Block2SymMatrixMultf (int k, int r, int s, int t, CONST_ float *A, int spdimen, int xpitch, CONST_ float *x, int ypitch, float *y) |
#define BlPos | ( | i, | ||
j | ||||
) | pkn_Block2FindBlockPos( k, r, s, t, i, j ) |
#define BlPos | ( | i, | ||
j | ||||
) | pkn_Block2FindBlockPos( k, r, s, t, i, j ) |
#define BlPos | ( | i, | ||
j | ||||
) | pkn_Block2FindBlockPos( k, r, s, t, i, j ) |
#define BlPos | ( | i, | ||
j | ||||
) | pkn_Block2FindBlockPos( k, r, s, t, i, j ) |
#define CONST_ |
boolean pkn_Block2CholeskyDecompMf | ( | int | k, | |
int | r, | |||
int | s, | |||
int | t, | |||
float * | A | |||
) |
void pkn_Block2LowerTrMSolvef | ( | int | k, | |
int | r, | |||
int | s, | |||
int | t, | |||
CONST_ float * | L, | |||
int | spdimen, | |||
int | xpitch, | |||
float * | x | |||
) |
void pkn_Block2SymMatrixMultf | ( | int | k, | |
int | r, | |||
int | s, | |||
int | t, | |||
CONST_ float * | A, | |||
int | spdimen, | |||
int | xpitch, | |||
CONST_ float * | x, | |||
int | ypitch, | |||
float * | y | |||
) |
void pkn_Block2UpperTrMSolvef | ( | int | k, | |
int | r, | |||
int | s, | |||
int | t, | |||
CONST_ float * | L, | |||
int | spdimen, | |||
int | xpitch, | |||
float * | x | |||
) |