CPPLapack
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Friends
Pages
related_pages
RelatedPages.html
Go to the documentation of this file.
1
//=============================================================================
2
/*!
3
\page pg-vector_io Example Codes of Vector IO
4
\section st-dco_io dcovector IO
5
\include dcovector-io/main.cpp
6
<br><br>
7
\section st-dro_io drovector IO
8
\include drovector-io/main.cpp
9
*/
10
11
//=============================================================================
12
/*!
13
\page pg-matrix_io Example Codes of Matrix IO
14
\section st-dge_io dgematrix IO
15
\include dgematrix-io/main.cpp
16
<br><br>
17
\section st-dgb_io dgbmatrix IO
18
\include dgbmatrix-io/main.cpp
19
<br><br>
20
\section st-dsy_io dsymatrix IO
21
\include dsymatrix-io/main.cpp
22
*/
23
24
///////////////////////////////////////////////////////////////////////////////
25
///////////////////////////////////////////////////////////////////////////////
26
///////////////////////////////////////////////////////////////////////////////
27
//=============================================================================
28
/*!
29
\page pg-dge_lapack Example Codes of dgematrix LAPACK Functions
30
\include dgematrix-lapack/dgesv_check.hpp
31
\include dgematrix-lapack/dgels_check.hpp
32
\include dgematrix-lapack/dgelss_check.hpp
33
\include dgematrix-lapack/dgeev_check.hpp
34
\include dgematrix-lapack/dggev_check.hpp
35
\include dgematrix-lapack/dgesvd_check.hpp
36
\include dgematrix-lapack/main.cpp
37
*/
38
39
//=============================================================================
40
/*!
41
\page pg-dgb_lapack Example Codes of dgbmatrix LAPACK Functions
42
\include dgbmatrix-lapack/main.cpp
43
*/
44
45
//=============================================================================
46
/*!
47
\page pg-dsy_lapack Example Codes of dsymatrix LAPACK Functions
48
\include dsymatrix-lapack/dsysv_check.hpp
49
\include dsymatrix-lapack/dsyev_check.hpp
50
<!-- \include dsymatrix-lapack/dsygv_check.cpp -->
51
\include dsymatrix-lapack/main.cpp
52
*/
53
54
///////////////////////////////////////////////////////////////////////////////
55
///////////////////////////////////////////////////////////////////////////////
56
///////////////////////////////////////////////////////////////////////////////
57
//=============================================================================
58
/*!
59
\page pg-format Read/Write File Format
60
\htmlinclude File_Format.html
61
*/
62
63
///////////////////////////////////////////////////////////////////////////////
64
///////////////////////////////////////////////////////////////////////////////
65
///////////////////////////////////////////////////////////////////////////////
66
//=============================================================================
67
/*xxxxxxxxxxxxxxx!
68
\page pg-cygwin How to install ATLAS and LAPACK on Cygwin
69
\htmlinclude Install_on_Cygwin.html
70
*/
71
72
//=============================================================================
73
/*xxxxxxxxxxxxxxx!
74
\page pg-vcpp How to compile with VC++ on Windows
75
\htmlinclude Compile_with_VC.html
76
*/
77
78
//=============================================================================
79
/*!
80
\page pg-makefile Typical "Makefile"s for a few Platforms
81
\section st-base The base Makefile
82
\include Makefile
83
<br><br>
84
\section st-gXX Makefile for g++ + libblas + liblapack (works with the base Makefile)
85
\include Makefile.g++
86
<br><br>
87
\section st-icpc Makefile for icpc + MKL on Linux (works with the base Makefile)
88
\include Makefile.icpc
89
<br><br>
90
\section st-icl Makefile for icl + MKL on Windows
91
\include Makefile-icl
92
*/
93
94
///////////////////////////////////////////////////////////////////////////////
95
///////////////////////////////////////////////////////////////////////////////
96
///////////////////////////////////////////////////////////////////////////////
97
//=============================================================================
98
/*!
99
\page pg-nt Mechanism of "Smart-Temporary" System
100
\htmlinclude Smart-Temporary.html
101
*/
102
103
104
///////////////////////////////////////////////////////////////////////////////
105
///////////////////////////////////////////////////////////////////////////////
106
///////////////////////////////////////////////////////////////////////////////
107
//=============================================================================
108
/*!
109
\page pg-bandmatrix Illustration of Band Matrix
110
\image html bandmatrix.png
111
*/
112
113
///////////////////////////////////////////////////////////////////////////////
114
///////////////////////////////////////////////////////////////////////////////
115
///////////////////////////////////////////////////////////////////////////////
116
//=============================================================================
117
/*//!
118
\page pg-sparsematrix Specifications of Sparse Matrix
119
\htmlinclude Sparse_Matrix.html
120
*/
Generated by
1.8.6