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

Go to the source code of this file.

Functions

static int compare_dgehrd (double *a, double *a_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_scalars_dgehrd (lapack_int *n, lapack_int *ilo, lapack_int *ihi, 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_dgehrd ( double *  a,
double *  a_i,
double *  tau,
double *  tau_i,
lapack_int  info,
lapack_int  info_i,
lapack_int  lda,
lapack_int  n 
) [static]

Definition at line 304 of file dgehrd_3.c.

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

Definition at line 267 of file dgehrd_3.c.

static void init_scalars_dgehrd ( lapack_int n,
lapack_int ilo,
lapack_int ihi,
lapack_int lda,
lapack_int lwork 
) [static]

Definition at line 253 of file dgehrd_3.c.

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

Definition at line 289 of file dgehrd_3.c.

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

Definition at line 295 of file dgehrd_3.c.

int main ( void  )

Definition at line 64 of file dgehrd_3.c.



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