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

Go to the source code of this file.

Functions

static int compare_dgeqrf (double *a, double *a_i, double *tau, double *tau_i, lapack_int info, lapack_int info_i, lapack_int lda, lapack_int m, lapack_int n)
static void init_a (lapack_int size, double *a)
static void init_scalars_dgeqrf (lapack_int *m, 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_dgeqrf ( double *  a,
double *  a_i,
double *  tau,
double *  tau_i,
lapack_int  info,
lapack_int  info_i,
lapack_int  lda,
lapack_int  m,
lapack_int  n 
) [static]

Definition at line 305 of file dgeqrf_1.c.

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

Definition at line 260 of file dgeqrf_1.c.

static void init_scalars_dgeqrf ( lapack_int m,
lapack_int n,
lapack_int lda,
lapack_int lwork 
) [static]

Definition at line 248 of file dgeqrf_1.c.

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

Definition at line 290 of file dgeqrf_1.c.

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

Definition at line 296 of file dgeqrf_1.c.

int main ( void  )

Definition at line 63 of file dgeqrf_1.c.



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