lapackpp.h

Go to the documentation of this file.
00001 //      LAPACK++ (V. 1.1)
00002 //      (C) 1992-1996 All Rights Reserved.
00003 
00013 #ifndef _LAPACKPP_H
00014 #define _LAPACKPP_H
00015 
00016 #include "lapack.h"
00017 
00018 #include "lafnames.h"
00019 #include LA_GEN_MAT_DOUBLE_H
00020 #include LA_VECTOR_DOUBLE_H 
00021 #include LA_GEN_FACT_DOUBLE_H
00022 
00023 #ifdef LA_COMPLEX_SUPPORT
00024 # include LA_GEN_MAT_COMPLEX_H
00025 # include LA_VECTOR_COMPLEX_H
00026 # include LA_GEN_QR_FACT_COMPLEX_H
00027 #endif // LA_COMPLEX_SUPPORT
00028 
00029 #include LA_BAND_MAT_DOUBLE_H
00030 #include LA_BAND_FACT_DOUBLE_H
00031 
00032 #include LA_TRIDIAG_MAT_DOUBLE_H
00033 #include LA_TRIDIAG_FACT_DOUBLE_H
00034 #include LA_SPD_MAT_DOUBLE_H
00035 #include LA_SYMM_MAT_DOUBLE_H
00036 #include LA_SYMM_FACT_DOUBLE_H
00037 #include LA_SYMM_TRIDIAG_MAT_DOUBLE_H
00038 #include LA_SYMM_BAND_MAT_DOUBLE_H
00039 #include LA_UNIT_UPPER_TRIANG_MAT_DOUBLE_H
00040 #include LA_UNIT_LOWER_TRIANG_MAT_DOUBLE_H
00041 
00042 #include LA_SOLVE_DOUBLE_H
00043 #include "lasvd.h"
00044 
00045 #include LA_GENERATE_MAT_DOUBLE_H
00046 #include LA_UTIL_H
00047 #include LA_TEMPLATES_H
00048 
00049 #include "arch.h"
00050 #include "laexcp.h"
00051 #include "lautil.h"
00052 #include "blaspp.h"
00053 
00054 #endif // _LAPACKPP_H

Generated on Sat Jul 14 11:40:36 2007 for Lapack++ by  doxygen 1.5.0