Skip to content

Commit

Permalink
Add Manual pdf file
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuaki1987 committed Oct 19, 2016
1 parent e2b77a0 commit ae1b6fb
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ Shifted-Krylov部分空間法に基づくソルバーライブラリと,
* `zvo_Excited.dat`: テスト用励起ベクトルファイル(入力)
* `zvo_Ham.dat`: テスト用Hamiltonianファイル(入力)
* `doc/`: ドキュメント用ディレクトリ
* `ShiftKSoft.pdf` : ミニアプリのマニュアル
* `komega.pdf` : ライブラリのマニュアル
* `library`: ライブラリのドキュメントのディレクトリ
* `komega.tex`: ライブラリの設計書兼マニュアル
* `komega.tex`: ライブラリのマニュアルのソース
* `software`: ミニアプリのドキュメントのディレクトリ
* `KrylovSoft_ver.0.1.eps`: フロー図
* `ShiftKSoft.tex`: ミニアプリの設計書兼マニュアル
* `ShiftKSoft.tex`: ミニアプリのマニュアルのソース
* `make.sys`: ビルド環境指定ファイル
* `makefile`: Makeファイル
* `src/`: ライブラリのソースコードのディレクトリ
Expand Down
Binary file added doc/ShiftKSoft.pdf
Binary file not shown.
Binary file added doc/komega.pdf
Binary file not shown.
13 changes: 12 additions & 1 deletion doc/library/komega.tex
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
% Cover
%
\title{ISSP Math Library \\
Shifted Krylov法ライブラリ $K(\omega)$ マニュアル}
Shifted Krylov法ライブラリ $K(\omega)$ マニュアル\\
v 0.1.1}
\author{東京大学物性研究所 ソフトウェア高度化推進チーム}
\date{\today}
\maketitle
Expand Down Expand Up @@ -1248,6 +1249,16 @@ \subsection{Shifted BiCGライブラリを使用したソースコードの例}
END PROGRAM my_prog
\end{lstlisting}

\section{Contact}

このライブラリについてのご意見, ご質問, バグ報告等ありましたら下記までお問い合わせください。

河村光晶

\begin{verbatim}
mkawamura_at_issp.u-tokyo.ac.jp
\end{verbatim}
\verb|_at_|を\verb|@|に変えてください.

\begin{thebibliography}{99}
\bibitem{BiCG}
Expand Down
11 changes: 11 additions & 0 deletions doc/software/ShiftKSoft.tex
Original file line number Diff line number Diff line change
Expand Up @@ -760,4 +760,15 @@ \subsubsection{パラメーター}
$[$double01$]$が実部、$[$double02$]$が虚部を表します。\\
\end{itemize}

\section{Contact}

このミニアプリについてのご意見, ご質問, バグ報告等ありましたら下記までお問い合わせください。

河村光晶

\begin{verbatim}
mkawamura_at_issp.u-tokyo.ac.jp
\end{verbatim}
\verb|_at_|を\verb|@|に変えてください.

\end{document}

0 comments on commit ae1b6fb

Please sign in to comment.