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

Go to the source code of this file.

Functions

static int compare_dsytrd (double *a, double *a_i, double *d, double *d_i, double *e, double *e_i, double *tau, double *tau_i, lapack_int info, lapack_int info_i, lapack_int lda, lapack_int n)
static void init_a (lapack_int size, double *a)
static void init_d (lapack_int size, double *d)
static void init_e (lapack_int size, double *e)
static void init_scalars_dsytrd (char *uplo, lapack_int *n, lapack_int *lda, lapack_int *lwork)
static void init_tau (lapack_int size, double *tau)
static void init_work (lapack_int size, double *work)
int main (void)

Function Documentation

static int compare_dsytrd ( double *  a,
double *  a_i,
double *  d,
double *  d_i,
double *  e,
double *  e_i,
double *  tau,
double *  tau_i,
lapack_int  info,
lapack_int  info_i,
lapack_int  lda,
lapack_int  n 
) [static]

Definition at line 378 of file dsytrd_3.c.

static void init_a ( lapack_int  size,
double *  a 
) [static]

Definition at line 329 of file dsytrd_3.c.

static void init_d ( lapack_int  size,
double *  d 
) [static]

Definition at line 351 of file dsytrd_3.c.

static void init_e ( lapack_int  size,
double *  e 
) [static]

Definition at line 357 of file dsytrd_3.c.

static void init_scalars_dsytrd ( char *  uplo,
lapack_int n,
lapack_int lda,
lapack_int lwork 
) [static]

Definition at line 317 of file dsytrd_3.c.

static void init_tau ( lapack_int  size,
double *  tau 
) [static]

Definition at line 363 of file dsytrd_3.c.

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

Definition at line 369 of file dsytrd_3.c.

int main ( void  )

Definition at line 66 of file dsytrd_3.c.



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