#include <math.h>#include <string.h>#include <stdlib.h>#include "pkvaria.h"#include "pknum.h"
Defines | |
| #define | CONST_ |
| #define | BlPos(i, j) pkn_Block3FindBlockPos( k, r, s, i, j ) |
| #define | BlPos(i, j) pkn_Block3FindBlockPos( k, r, s, i, j ) |
| #define | BlPos(i, j) pkn_Block3FindBlockPos( k, r, s, i, j ) |
| #define | BlPos(i, j) pkn_Block3FindBlockPos( k, r, s, i, j ) |
Functions | |
| boolean | pkn_Block3CholeskyDecompMf (int k, int r, int s, float *A) |
| void | pkn_Block3LowerTrMSolvef (int k, int r, int s, CONST_ float *L, int spdimen, int xpitch, float *x) |
| void | pkn_Block3UpperTrMSolvef (int k, int r, int s, CONST_ float *L, int spdimen, int xpitch, float *x) |
| void | pkn_Block3SymMatrixMultf (int k, int r, int s, CONST_ float *A, int spdimen, int xpitch, CONST_ float *x, int ypitch, float *y) |
| #define BlPos | ( | i, | ||
| j | ||||
| ) | pkn_Block3FindBlockPos( k, r, s, i, j ) |
| #define BlPos | ( | i, | ||
| j | ||||
| ) | pkn_Block3FindBlockPos( k, r, s, i, j ) |
| #define BlPos | ( | i, | ||
| j | ||||
| ) | pkn_Block3FindBlockPos( k, r, s, i, j ) |
| #define BlPos | ( | i, | ||
| j | ||||
| ) | pkn_Block3FindBlockPos( k, r, s, i, j ) |
| #define CONST_ |
| boolean pkn_Block3CholeskyDecompMf | ( | int | k, | |
| int | r, | |||
| int | s, | |||
| float * | A | |||
| ) |
| void pkn_Block3LowerTrMSolvef | ( | int | k, | |
| int | r, | |||
| int | s, | |||
| CONST_ float * | L, | |||
| int | spdimen, | |||
| int | xpitch, | |||
| float * | x | |||
| ) |
| void pkn_Block3SymMatrixMultf | ( | int | k, | |
| int | r, | |||
| int | s, | |||
| CONST_ float * | A, | |||
| int | spdimen, | |||
| int | xpitch, | |||
| CONST_ float * | x, | |||
| int | ypitch, | |||
| float * | y | |||
| ) |
| void pkn_Block3UpperTrMSolvef | ( | int | k, | |
| int | r, | |||
| int | s, | |||
| CONST_ float * | L, | |||
| int | spdimen, | |||
| int | xpitch, | |||
| float * | x | |||
| ) |
1.7.1