#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include "pkvaria.h"
#include "pknum.h"
Functions | |
boolean | pkn_Block1CholeskyDecompMd (int k, int r, int s, double *A) |
void | pkn_Block1LowerTrMSolved (int k, int r, int s, CONST_ double *A, int spdimen, int xpitch, double *x) |
void | pkn_Block1UpperTrMSolved (int k, int r, int s, CONST_ double *A, int spdimen, int xpitch, double *x) |
void | pkn_Block1SymMatrixMultd (int k, int r, int s, CONST_ double *A, int spdimen, int xpitch, double *x, int ypitch, double *y) |
boolean pkn_Block1CholeskyDecompMd | ( | int | k, | |
int | r, | |||
int | s, | |||
double * | A | |||
) |
void pkn_Block1LowerTrMSolved | ( | int | k, | |
int | r, | |||
int | s, | |||
CONST_ double * | A, | |||
int | spdimen, | |||
int | xpitch, | |||
double * | x | |||
) |
void pkn_Block1SymMatrixMultd | ( | int | k, | |
int | r, | |||
int | s, | |||
CONST_ double * | A, | |||
int | spdimen, | |||
int | xpitch, | |||
double * | x, | |||
int | ypitch, | |||
double * | y | |||
) |
void pkn_Block1UpperTrMSolved | ( | int | k, | |
int | r, | |||
int | s, | |||
CONST_ double * | A, | |||
int | spdimen, | |||
int | xpitch, | |||
double * | x | |||
) |
????