PaStiX Handbook  6.3.2
core_slrdbg.c File Reference
#include "common.h"
#include <cblas.h>
#include <lapacke.h>
#include "pastix_slrcores.h"
#include "s_nan_check.h"

Go to the source code of this file.

Functions

void core_slrdbg_printsvd (pastix_int_t M, pastix_int_t N, const float *A, pastix_int_t lda)
 Print the svd values of the given matrix. More...
 
int core_slrdbg_check_orthogonality (pastix_int_t M, pastix_int_t N, const float *A, pastix_int_t lda)
 Check the orthogonality of the matrix A. More...
 
int core_slrdbg_check_orthogonality_AB (pastix_int_t M, pastix_int_t NA, pastix_int_t NB, const float *A, pastix_int_t lda, const float *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 -> s, Wed Dec 13 12:09:15 2023

Definition in file core_slrdbg.c.