pmm  1.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
dpotrf.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <cblas.h>
#include "pmm_util.h"
#include <atlas/clapack.h>

Go to the source code of this file.

Macros

#define ATLAS_ORDER   CBLAS_ORDER
#define ATLAS_UPLO   CBLAS_UPLO
#define ATLAS_DIAG   CBLAS_DIAG
#define NARGS   1

Functions

int main (int argc, char **argv)

Macro Definition Documentation

#define ATLAS_DIAG   CBLAS_DIAG

Definition at line 33 of file dpotrf.c.

#define ATLAS_ORDER   CBLAS_ORDER

Definition at line 27 of file dpotrf.c.

#define ATLAS_UPLO   CBLAS_UPLO

Definition at line 30 of file dpotrf.c.

#define NARGS   1

Definition at line 38 of file dpotrf.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 44 of file dpotrf.c.