#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include "pkvaria.h"
#include "pknum.h"
Functions | |
boolean | pkn_Block1CholeskyDecompMf (int k, int r, int s, float *A) |
void | pkn_Block1LowerTrMSolvef (int k, int r, int s, CONST_ float *A, int spdimen, int xpitch, float *x) |
void | pkn_Block1UpperTrMSolvef (int k, int r, int s, CONST_ float *A, int spdimen, int xpitch, float *x) |
void | pkn_Block1SymMatrixMultf (int k, int r, int s, CONST_ float *A, int spdimen, int xpitch, float *x, int ypitch, float *y) |
boolean pkn_Block1CholeskyDecompMf | ( | int | k, | |
int | r, | |||
int | s, | |||
float * | A | |||
) |
void pkn_Block1LowerTrMSolvef | ( | int | k, | |
int | r, | |||
int | s, | |||
CONST_ float * | A, | |||
int | spdimen, | |||
int | xpitch, | |||
float * | x | |||
) |
void pkn_Block1SymMatrixMultf | ( | int | k, | |
int | r, | |||
int | s, | |||
CONST_ float * | A, | |||
int | spdimen, | |||
int | xpitch, | |||
float * | x, | |||
int | ypitch, | |||
float * | y | |||
) |
void pkn_Block1UpperTrMSolvef | ( | int | k, | |
int | r, | |||
int | s, | |||
CONST_ float * | A, | |||
int | spdimen, | |||
int | xpitch, | |||
float * | x | |||
) |
????