PaStiX Handbook  6.3.2
pastix_rhs.c File Reference
#include "common.h"
#include "bcsc/bvec.h"
#include <lapacke.h>

Go to the source code of this file.

Functions

int pastixRhsInit (pastix_rhs_t *B_ptr)
 Initialize an RHS data structure. More...
 
int pastixRhsFinalize (pastix_rhs_t B)
 Cleanup an RHS data structure. More...
 
int pastixRhsDoubletoSingle (const pastix_rhs_t dB, pastix_rhs_t sB)
 Reduces the precision of an RHS. More...
 
int pastixRhsSingleToDouble (const pastix_rhs_t sB, pastix_rhs_t dB)
 Increases the precision of an RHS. More...
 

Detailed Description

Version
6.3.2
Author
Mathieu Faverge
Pierre Ramet
Vincent Bridonneau
Alycia Lisito
Date
2023-07-21

Definition in file pastix_rhs.c.