Menu

[r152]: / trunk / doc / related_pages / RelatedPages.html  Maximize  Restore  History

Download this file

148 lines (133 with data), 5.2 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
//=============================================================================
/*!
\page pg-vector_io Example Codes of Vector IO
\section st-dco_io dcovector IO
\include dcovector-io/main.cpp
<br><br>
\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
<br><br>
\section st-dgb_io dgbmatrix IO
\include dgbmatrix-io/main.cpp
<br><br>
\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/dsygv_check.cpp -->
\include dsymatrix-lapack/main.cpp
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
//=============================================================================
/*!
\page pg-format Read/Write File Format
\htmlinclude File_Format.html
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
//=============================================================================
/*//!
\page pg-cygwin How to install ATLAS and LAPACK on Cygwin
\htmlinclude Install_on_Cygwin.html
*/
//=============================================================================
/*//!
\page pg-vcpp How to compile with VC++ on Windows
\htmlinclude Compile_with_VC.html
*/
//=============================================================================
/*!
\page pg-makefile Typical "Makefile"s for Various Platforms
\section st-base The base Makefile
\include Makefile
<br><br>
\section st-gXX Makefile for g++ + blas + lapack
\include Makefile.g++
<br><br>
\section st-cygwin Makefile for g++ + atlas + lapack on Cygwin
\include Makefile.cygwin
<br><br>
\section st-icc81 Makefile for icc8.1 + mkl7
\include Makefile.icc8.1
<br><br>
\section st-icc8 Makefile for icc8 + mkl6
\include Makefile.icc8
<br><br>
\section st-icc7 Makefile for icc7 + mkl5
\include Makefile.icc7
<br><br>
\section st-ecc Makefile for ecc + mkl
\include Makefile.ecc
<br><br>
\section st-cxx_linux Makefile for cxx + cxml on Linux
\include Makefile.cxx_linux
<br><br>
\section st-cxx_alpha Makefile for cxx + cxml on Alpha with MP
\include Makefile.cxx_alpha
<br><br>
\section st-sxcXX Makefile for sxc++ + MathKeisan
\include Makefile.sxc++
<br><br>
\section st-CC Makefile for CC + SCSL with MP
\include Makefile.CC
<br><br>
\section st-cl Makefile for cl(VC++) + clapack on Windows
[See \ref pg-vcpp "How to compile with VC++ on Windows" also.]
\include Makefile.cl
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
//=============================================================================
/*!
\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
*/
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.