CPPLapack
 All Classes Files Functions Variables Friends
RelatedPages.html
Go to the documentation of this file.
00001 
00002 //=============================================================================
00003 /*!
00004 \page pg-vector_io Example Codes of Vector IO
00005 \section st-dco_io dcovector IO
00006 \include dcovector-io/main.cpp
00007 <br><br>
00008 \section st-dro_io drovector IO
00009 \include drovector-io/main.cpp
00010 */
00011 
00012 //=============================================================================
00013 /*!
00014 \page pg-matrix_io Example Codes of Matrix IO
00015 \section st-dge_io dgematrix IO
00016 \include dgematrix-io/main.cpp
00017 <br><br>
00018 \section st-dgb_io dgbmatrix IO
00019 \include dgbmatrix-io/main.cpp
00020 <br><br>
00021 \section st-dsy_io dsymatrix IO
00022 \include dsymatrix-io/main.cpp
00023 */
00024 
00025 ///////////////////////////////////////////////////////////////////////////////
00026 ///////////////////////////////////////////////////////////////////////////////
00027 ///////////////////////////////////////////////////////////////////////////////
00028 //=============================================================================
00029 /*!
00030 \page pg-dge_lapack Example Codes of dgematrix LAPACK Functions
00031 \include dgematrix-lapack/dgesv_check.hpp
00032 \include dgematrix-lapack/dgels_check.hpp
00033 \include dgematrix-lapack/dgelss_check.hpp
00034 \include dgematrix-lapack/dgeev_check.hpp
00035 \include dgematrix-lapack/dggev_check.hpp
00036 \include dgematrix-lapack/dgesvd_check.hpp
00037 \include dgematrix-lapack/main.cpp
00038 */
00039 
00040 //=============================================================================
00041 /*!
00042 \page pg-dgb_lapack Example Codes of dgbmatrix LAPACK Functions
00043 \include dgbmatrix-lapack/main.cpp
00044 */
00045 
00046 //=============================================================================
00047 /*!
00048 \page pg-dsy_lapack Example Codes of dsymatrix LAPACK Functions
00049 \include dsymatrix-lapack/dsysv_check.hpp
00050 \include dsymatrix-lapack/dsyev_check.hpp
00051 <!-- \include dsymatrix-lapack/dsygv_check.cpp -->
00052 \include dsymatrix-lapack/main.cpp
00053 */
00054 
00055 ///////////////////////////////////////////////////////////////////////////////
00056 ///////////////////////////////////////////////////////////////////////////////
00057 ///////////////////////////////////////////////////////////////////////////////
00058 //=============================================================================
00059 /*!
00060 \page pg-format Read/Write File Format 
00061 \htmlinclude File_Format.html
00062 */
00063 
00064 ///////////////////////////////////////////////////////////////////////////////
00065 ///////////////////////////////////////////////////////////////////////////////
00066 ///////////////////////////////////////////////////////////////////////////////
00067 //=============================================================================
00068 /*!
00069 \page pg-cygwin How to install ATLAS and LAPACK on Cygwin
00070 \htmlinclude Install_on_Cygwin.html
00071 */
00072 
00073 //=============================================================================
00074 /*!
00075 \page pg-vcpp How to compile with VC++ on Windows
00076 \htmlinclude Compile_with_VC.html
00077 */
00078 
00079 //=============================================================================
00080 /*!
00081 \page pg-makefile Typical "Makefile"s for Various Platforms
00082 \section st-base The base Makefile
00083 \include Makefile
00084 <br><br>
00085 \section st-gXX Makefile for g++ + blas + lapack
00086 \include Makefile.g++
00087 <br><br>
00088 \section st-cygwin Makefile for g++ + atlas + lapack on Cygwin
00089 \include Makefile.cygwin
00090 <br><br>
00091 \section st-icc81 Makefile for icc8.1 + mkl7
00092 \include Makefile.icc8.1
00093 <br><br>
00094 \section st-icc8 Makefile for icc8 + mkl6
00095 \include Makefile.icc8
00096 <br><br>
00097 \section st-icc7 Makefile for icc7 + mkl5
00098 \include Makefile.icc7
00099 <br><br>
00100 \section st-ecc Makefile for ecc + mkl
00101 \include Makefile.ecc
00102 <br><br>
00103 \section st-cxx_linux Makefile for cxx + cxml on Linux
00104 \include Makefile.cxx_linux
00105 <br><br>
00106 \section st-cxx_alpha Makefile for cxx + cxml on Alpha with MP
00107 \include Makefile.cxx_alpha
00108 <br><br>
00109 \section st-sxcXX Makefile for sxc++ + MathKeisan
00110 \include Makefile.sxc++
00111 <br><br>
00112 \section st-CC Makefile for CC + SCSL with MP
00113 \include Makefile.CC
00114 <br><br>
00115 \section st-cl Makefile for cl(VC++) + clapack on Windows
00116 [See \ref pg-vcpp "How to compile with VC++ on Windows" also.]
00117 \include Makefile.cl
00118 */
00119 
00120 
00121 ///////////////////////////////////////////////////////////////////////////////
00122 ///////////////////////////////////////////////////////////////////////////////
00123 ///////////////////////////////////////////////////////////////////////////////
00124 //=============================================================================
00125 /*!
00126 \page pg-nt Mechanism of "Smart-Temporary" System
00127 \htmlinclude Smart-Temporary.html
00128 */
00129 
00130 
00131 ///////////////////////////////////////////////////////////////////////////////
00132 ///////////////////////////////////////////////////////////////////////////////
00133 ///////////////////////////////////////////////////////////////////////////////
00134 //=============================================================================
00135 /*!
00136 \page pg-bandmatrix Illustration of Band Matrix
00137 \image html bandmatrix.png
00138 */
00139 
00140 ///////////////////////////////////////////////////////////////////////////////
00141 ///////////////////////////////////////////////////////////////////////////////
00142 ///////////////////////////////////////////////////////////////////////////////
00143 //=============================================================================
00144 /*!
00145 \page pg-sparsematrix Specifications of Sparse Matrix
00146 \htmlinclude Sparse_Matrix.html
00147 */
 All Classes Files Functions Variables Friends