#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_Block2CholeskyDecompMd (int k, int r, int s, int t, double *A) |
| void | pkn_Block2LowerTrMSolved (int k, int r, int s, int t, CONST_ double *L, int spdimen, int xpitch, double *x) |
| void | pkn_Block2UpperTrMSolved (int k, int r, int s, int t, CONST_ double *L, int spdimen, int xpitch, double *x) |
| void | pkn_Block2SymMatrixMultd (int k, int r, int s, int t, CONST_ double *A, int spdimen, int xpitch, CONST_ double *x, int ypitch, double *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_Block2CholeskyDecompMd | ( | int | k, | |
| int | r, | |||
| int | s, | |||
| int | t, | |||
| double * | A | |||
| ) |
| void pkn_Block2LowerTrMSolved | ( | int | k, | |
| int | r, | |||
| int | s, | |||
| int | t, | |||
| CONST_ double * | L, | |||
| int | spdimen, | |||
| int | xpitch, | |||
| double * | x | |||
| ) |
| void pkn_Block2SymMatrixMultd | ( | int | k, | |
| int | r, | |||
| int | s, | |||
| int | t, | |||
| CONST_ double * | A, | |||
| int | spdimen, | |||
| int | xpitch, | |||
| CONST_ double * | x, | |||
| int | ypitch, | |||
| double * | y | |||
| ) |
| void pkn_Block2UpperTrMSolved | ( | int | k, | |
| int | r, | |||
| int | s, | |||
| int | t, | |||
| CONST_ double * | L, | |||
| int | spdimen, | |||
| int | xpitch, | |||
| double * | x | |||
| ) |
1.7.1