//=============================================================================
/*!
\page pg-vector_io Example Codes of Vector IO
\section st-dco_io dcovector IO
\include dcovector-io/main.cpp
\section st-dro_io drovector IO
\include drovector-io/main.cpp
*/
//=============================================================================
/*!
\page pg-matrix_io Example Codes of Matrix IO
\section st-dge_io dgematrix IO
\include dgematrix-io/main.cpp
\section st-dgb_io dgbmatrix IO
\include dgbmatrix-io/main.cpp
\section st-dsy_io dsymatrix IO
\include dsymatrix-io/main.cpp
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
//=============================================================================
/*!
\page pg-dge_lapack Example Codes of dgematrix LAPACK Functions
\include dgematrix-lapack/dgesv_check.hpp
\include dgematrix-lapack/dgels_check.hpp
\include dgematrix-lapack/dgelss_check.hpp
\include dgematrix-lapack/dgeev_check.hpp
\include dgematrix-lapack/dggev_check.hpp
\include dgematrix-lapack/dgesvd_check.hpp
\include dgematrix-lapack/main.cpp
*/
//=============================================================================
/*!
\page pg-dgb_lapack Example Codes of dgbmatrix LAPACK Functions
\include dgbmatrix-lapack/main.cpp
*/
//=============================================================================
/*!
\page pg-dsy_lapack Example Codes of dsymatrix LAPACK Functions
\include dsymatrix-lapack/dsysv_check.hpp
\include dsymatrix-lapack/dsyev_check.hpp
\include dsymatrix-lapack/main.cpp
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
//=============================================================================
/*!
\page pg-format Read/Write File Format
\htmlinclude File_Format.html
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
//=============================================================================
/*xxxxxxxxxxxxxxx!
\page pg-cygwin How to install ATLAS and LAPACK on Cygwin
\htmlinclude Install_on_Cygwin.html
*/
//=============================================================================
/*xxxxxxxxxxxxxxx!
\page pg-vcpp How to compile with VC++ on Windows
\htmlinclude Compile_with_VC.html
*/
//=============================================================================
/*!
\page pg-makefile Typical "Makefile"s for a few Platforms
\section st-base The base Makefile
\include Makefile
\section st-gXX Makefile for g++ + libblas + liblapack (works with the base Makefile)
\include Makefile.g++
\section st-icpc Makefile for icpc + MKL on Linux (works with the base Makefile)
\include Makefile.icpc
\section st-icl Makefile for icl + MKL on Windows
\include Makefile-icl
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
//=============================================================================
/*!
\page pg-nt Mechanism of "Smart-Temporary" System
\htmlinclude Smart-Temporary.html
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
//=============================================================================
/*!
\page pg-bandmatrix Illustration of Band Matrix
\image html bandmatrix.png
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
//=============================================================================
/*//!
\page pg-sparsematrix Specifications of Sparse Matrix
\htmlinclude Sparse_Matrix.html
*/