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

Go to the source code of this file.

Functions

static int compare_dgeqpf (double *a, double *a_i, lapack_int *jpvt, lapack_int *jpvt_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_jpvt (lapack_int size, lapack_int *jpvt)
static void init_scalars_dgeqpf (lapack_int *m, lapack_int *n, lapack_int *lda)
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_dgeqpf ( double *  a,
double *  a_i,
lapack_int jpvt,
lapack_int jpvt_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 356 of file dgeqpf_1.c.

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

Definition at line 294 of file dgeqpf_1.c.

static void init_jpvt ( lapack_int  size,
lapack_int jpvt 
) [static]

Definition at line 330 of file dgeqpf_1.c.

static void init_scalars_dgeqpf ( lapack_int m,
lapack_int n,
lapack_int lda 
) [static]

Definition at line 284 of file dgeqpf_1.c.

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

Definition at line 341 of file dgeqpf_1.c.

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

Definition at line 347 of file dgeqpf_1.c.

int main ( void  )

Definition at line 65 of file dgeqpf_1.c.



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