Main Page | Namespace List | Class List | File List | Class Members | File Members

lapack_wrapper.h File Reference

#include <iostream>
#include <math.h>
#include <complex>

Go to the source code of this file.

Defines

#define F77_FUNC(x, y)   x##_

Functions

void F77_FUNC (dsyev, DSYEV)(char *jobz
void F77_FUNC (dgetrf, DGETRF)(int *n
void F77_FUNC (dgetri, DGETRI)(int *n
void F77_FUNC (dgetrs, DGETRS)(char *trans
void F77_FUNC (ssyev, SSYEV)(char *jobz
void F77_FUNC (sgetrf, SGETRF)(int *n
void F77_FUNC (sgetri, SGETRI)(int *n
void F77_FUNC (sgetrs, SGETRS)(char *trans

Variables

void char * uplo
void char int * n
void char int double * a
void char int double int * lda
void char int double int double * w
void char int double int double
double * 
work
void char int double int double
double int * 
lwork
void char int double int double
double int int * 
info
void int * m
void int double int int * ipiv
void int int * nhrs
void int int double int int
double * 
b
void int int double int int
double int * 
ldb


Define Documentation

#define F77_FUNC x,
y   )     x##_
 

Definition at line 31 of file lapack_wrapper.h.


Function Documentation

void F77_FUNC sgetrs  ,
SGETRS 
 

void F77_FUNC sgetri  ,
SGETRI 
 

void F77_FUNC sgetrf  ,
SGETRF 
 

void F77_FUNC ssyev  ,
SSYEV 
 

Single Precision

void F77_FUNC dgetrs  ,
DGETRS 
 

void F77_FUNC dgetri  ,
DGETRI 
 

void F77_FUNC dgetrf  ,
DGETRF 
 

void F77_FUNC dsyev  ,
DSYEV 
 

Double Precision


Variable Documentation

void int int float* a
 

Definition at line 37 of file lapack_wrapper.h.

void int int float int int float* b
 

Definition at line 46 of file lapack_wrapper.h.

void int int float int int float int int * info
 

Definition at line 37 of file lapack_wrapper.h.

Referenced by DLU_decomp(), DLU_invert(), DLU_solve(), DSYEV(), main(), SLU_decomp(), SLU_invert(), SLU_solve(), and SSYEV().

void int int float int int * ipiv
 

Definition at line 40 of file lapack_wrapper.h.

Referenced by main().

void int int float int* lda
 

Definition at line 37 of file lapack_wrapper.h.

void int int float int int float int* ldb
 

Definition at line 46 of file lapack_wrapper.h.

void float int int float int * lwork
 

Definition at line 37 of file lapack_wrapper.h.

Referenced by main().

void int* m
 

Definition at line 40 of file lapack_wrapper.h.

void int* n
 

Definition at line 37 of file lapack_wrapper.h.

void int int * nhrs
 

Definition at line 46 of file lapack_wrapper.h.

void char * uplo
 

Definition at line 37 of file lapack_wrapper.h.

void char int float int float * w
 

Definition at line 37 of file lapack_wrapper.h.

void float int int float * work
 

Definition at line 37 of file lapack_wrapper.h.

Referenced by main().


Generated on Wed Aug 16 19:03:50 2006 for MyLapack by  doxygen 1.4.4