PaStiX Handbook  6.3.2
core_clrdbg.c File Reference
#include "common.h"
#include <cblas.h>
#include <lapacke.h>
#include "pastix_clrcores.h"
#include "c_nan_check.h"

Go to the source code of this file.

Functions

void core_clrdbg_printsvd (pastix_int_t M, pastix_int_t N, const pastix_complex32_t *A, pastix_int_t lda)
 Print the svd values of the given matrix. More...
 
int core_clrdbg_check_orthogonality (pastix_int_t M, pastix_int_t N, const pastix_complex32_t *A, pastix_int_t lda)
 Check the orthogonality of the matrix A. More...
 
int core_clrdbg_check_orthogonality_AB (pastix_int_t M, pastix_int_t NA, pastix_int_t NB, const pastix_complex32_t *A, pastix_int_t lda, const pastix_complex32_t *B, pastix_int_t ldb)
 Check the orthogonality of the matrix A relatively to the matrix B. More...
 

Detailed Description

PaStiX low-rank kernel debug routines that may be call within gdb.

Version
6.3.2
Author
Gregoire Pichon
Mathieu Faverge
Pierre Ramet
Date
2023-07-21
Generated arithmetic file
from /builds/solverstack/pastix/kernels/core_zlrdbg.c, normal z -> c, Wed Dec 13 12:09:11 2023

Definition in file core_clrdbg.c.