PaStiX Handbook
6.4.0
|
#include "common.h"
#include <math.h>
#include "lapacke.h"
#include "bcsc/bcsc.h"
#include "bcsc/bvec.h"
#include "bcsc_d.h"
#include "order/order_internal.h"
#include "cblas.h"
#include "blend/solver.h"
#include "spm/src/common.h"
Go to the source code of this file.
Functions | |
static int | bvec_dlapmr_shm (pastix_data_t *pastix_data, pastix_dir_t dir, pastix_int_t m, pastix_int_t n, double *A, pastix_int_t lda, pastix_rhs_t PA) |
Apply a row permutation to a right hand side A (LAPACK xlatmr) in the shared memory case. More... | |
int | bvec_dlapmr (pastix_data_t *pastix_data, pastix_dir_t dir, pastix_int_t m, pastix_int_t n, double *A, pastix_int_t lda, pastix_rhs_t PA) |
Apply a row permutation to a right hand side A (LAPACK xlatmr) More... | |
Functions to compute the permutation of the right hand side.
This file implements the function bvec_dlapmr with the following hierarchy:
Definition in file bvec_dlapmr.c.