Functions
zporfs_1.c File Reference
#include <stdio.h>
#include "lapacke.h"
#include "lapacke_utils.h"
#include "test_utils.h"
Include dependency graph for zporfs_1.c:

Go to the source code of this file.

Functions

static int compare_zporfs (lapack_complex_double *x, lapack_complex_double *x_i, double *ferr, double *ferr_i, double *berr, double *berr_i, lapack_int info, lapack_int info_i, lapack_int ldx, lapack_int nrhs)
static void init_a (lapack_int size, lapack_complex_double *a)
static void init_af (lapack_int size, lapack_complex_double *af)
static void init_b (lapack_int size, lapack_complex_double *b)
static void init_berr (lapack_int size, double *berr)
static void init_ferr (lapack_int size, double *ferr)
static void init_rwork (lapack_int size, double *rwork)
static void init_scalars_zporfs (char *uplo, lapack_int *n, lapack_int *nrhs, lapack_int *lda, lapack_int *ldaf, lapack_int *ldb, lapack_int *ldx)
static void init_work (lapack_int size, lapack_complex_double *work)
static void init_x (lapack_int size, lapack_complex_double *x)
int main (void)

Function Documentation

static int compare_zporfs ( lapack_complex_double x,
lapack_complex_double x_i,
double *  ferr,
double *  ferr_i,
double *  berr,
double *  berr_i,
lapack_int  info,
lapack_int  info_i,
lapack_int  ldx,
lapack_int  nrhs 
) [static]

Definition at line 595 of file zporfs_1.c.

static void init_a ( lapack_int  size,
lapack_complex_double a 
) [static]

Definition at line 448 of file zporfs_1.c.

static void init_af ( lapack_int  size,
lapack_complex_double af 
) [static]

Definition at line 486 of file zporfs_1.c.

static void init_b ( lapack_int  size,
lapack_complex_double b 
) [static]

Definition at line 524 of file zporfs_1.c.

static void init_berr ( lapack_int  size,
double *  berr 
) [static]

Definition at line 574 of file zporfs_1.c.

static void init_ferr ( lapack_int  size,
double *  ferr 
) [static]

Definition at line 568 of file zporfs_1.c.

static void init_rwork ( lapack_int  size,
double *  rwork 
) [static]

Definition at line 586 of file zporfs_1.c.

static void init_scalars_zporfs ( char *  uplo,
lapack_int n,
lapack_int nrhs,
lapack_int lda,
lapack_int ldaf,
lapack_int ldb,
lapack_int ldx 
) [static]

Definition at line 432 of file zporfs_1.c.

static void init_work ( lapack_int  size,
lapack_complex_double work 
) [static]

Definition at line 580 of file zporfs_1.c.

static void init_x ( lapack_int  size,
lapack_complex_double x 
) [static]

Definition at line 546 of file zporfs_1.c.

int main ( void  )

Definition at line 70 of file zporfs_1.c.



swiftnav
Author(s):
autogenerated on Sat Jun 8 2019 18:57:00