PaStiX Handbook 6.4.0
|
#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. | |
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. | |
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. | |
PaStiX low-rank kernel debug routines that may be call within gdb.
Definition in file core_clrdbg.c.