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

Go to the source code of this file.

Functions

static int compare_dhseqr (double *h, double *h_i, double *wr, double *wr_i, double *wi, double *wi_i, double *z, double *z_i, lapack_int info, lapack_int info_i, char compz, lapack_int ldh, lapack_int ldz, lapack_int n)
static void init_h (lapack_int size, double *h)
static void init_scalars_dhseqr (char *job, char *compz, lapack_int *n, lapack_int *ilo, lapack_int *ihi, lapack_int *ldh, lapack_int *ldz, lapack_int *lwork)
static void init_wi (lapack_int size, double *wi)
static void init_work (lapack_int size, double *work)
static void init_wr (lapack_int size, double *wr)
static void init_z (lapack_int size, double *z)
int main (void)

Function Documentation

static int compare_dhseqr ( double *  h,
double *  h_i,
double *  wr,
double *  wr_i,
double *  wi,
double *  wi_i,
double *  z,
double *  z_i,
lapack_int  info,
lapack_int  info_i,
char  compz,
lapack_int  ldh,
lapack_int  ldz,
lapack_int  n 
) [static]

Definition at line 432 of file dhseqr_2.c.

static void init_h ( lapack_int  size,
double *  h 
) [static]

Definition at line 367 of file dhseqr_2.c.

static void init_scalars_dhseqr ( char *  job,
char *  compz,
lapack_int n,
lapack_int ilo,
lapack_int ihi,
lapack_int ldh,
lapack_int ldz,
lapack_int lwork 
) [static]

Definition at line 349 of file dhseqr_2.c.

static void init_wi ( lapack_int  size,
double *  wi 
) [static]

Definition at line 395 of file dhseqr_2.c.

static void init_work ( lapack_int  size,
double *  work 
) [static]

Definition at line 423 of file dhseqr_2.c.

static void init_wr ( lapack_int  size,
double *  wr 
) [static]

Definition at line 389 of file dhseqr_2.c.

static void init_z ( lapack_int  size,
double *  z 
) [static]

Definition at line 401 of file dhseqr_2.c.

int main ( void  )

Definition at line 68 of file dhseqr_2.c.



swiftnav
Author(s):
autogenerated on Sat Jun 8 2019 18:56:50