PaStiX Handbook  6.3.2
core_crqrrt.c File Reference
#include "common.h"
#include <cblas.h>
#include <lapacke.h>
#include "common/frobeniusupdate.h"
#include "blend/solver.h"
#include "pastix_ccores.h"
#include "pastix_clrcores.h"
#include "c_nan_check.h"

Go to the source code of this file.

Functions

int core_crqrrt (float tol, pastix_int_t maxrank, pastix_int_t nb, pastix_int_t m, pastix_int_t n, pastix_complex32_t *A, pastix_int_t lda, pastix_complex32_t *tau, pastix_complex32_t *B, pastix_int_t ldb, pastix_complex32_t *tau_b, pastix_complex32_t *work, pastix_int_t lwork, float normA)
 Compute a randomized QR factorization with rotation technique. More...
 
pastix_fixdbl_t core_cge2lr_rqrrt (int use_reltol, pastix_fixdbl_t tol, pastix_int_t rklimit, pastix_int_t m, pastix_int_t n, const void *A, pastix_int_t lda, pastix_lrblock_t *Alr)
 Convert a full rank matrix in a low rank matrix, using RQRRT. More...
 

Detailed Description

PaStiX Rank-revealing QR kernel based on randomization technique with rotation.

Version
6.3.2
Author
Esragul Korkmaz
Mathieu Faverge
Date
2023-07-21
Generated arithmetic file
from /builds/solverstack/pastix/kernels/core_zrqrrt.c, normal z -> c, Wed Dec 13 12:09:12 2023

Definition in file core_crqrrt.c.