#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_Block3CholeskyDecompMd (int k, int r, int s, double *A) |
| void | pkn_Block3LowerTrMSolved (int k, int r, int s, CONST_ double *L, int spdimen, int xpitch, double *x) |
| void | pkn_Block3UpperTrMSolved (int k, int r, int s, CONST_ double *L, int spdimen, int xpitch, double *x) |
| void | pkn_Block3SymMatrixMultd (int k, int r, int s, CONST_ double *A, int spdimen, int xpitch, CONST_ double *x, int ypitch, double *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_Block3CholeskyDecompMd | ( | int | k, | |
| int | r, | |||
| int | s, | |||
| double * | A | |||
| ) |
| void pkn_Block3LowerTrMSolved | ( | int | k, | |
| int | r, | |||
| int | s, | |||
| CONST_ double * | L, | |||
| int | spdimen, | |||
| int | xpitch, | |||
| double * | x | |||
| ) |
| void pkn_Block3SymMatrixMultd | ( | int | k, | |
| int | r, | |||
| int | s, | |||
| CONST_ double * | A, | |||
| int | spdimen, | |||
| int | xpitch, | |||
| CONST_ double * | x, | |||
| int | ypitch, | |||
| double * | y | |||
| ) |
| void pkn_Block3UpperTrMSolved | ( | int | k, | |
| int | r, | |||
| int | s, | |||
| CONST_ double * | L, | |||
| int | spdimen, | |||
| int | xpitch, | |||
| double * | x | |||
| ) |
1.7.1