Functions

pknum26f.c File Reference

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

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)

Function Documentation

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 
)

????