forked from rhodrin/ci_mpm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ci_mpm.tex
141 lines (106 loc) · 4.17 KB
/
ci_mpm.tex
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
%% Generated by Sphinx.
\def\sphinxdocclass{report}
\documentclass[letterpaper,10pt,english]{sphinxmanual}
\ifdefined\pdfpxdimen
\let\sphinxpxdimen\pdfpxdimen\else\newdimen\sphinxpxdimen
\fi \sphinxpxdimen=.75bp\relax
\ifdefined\pdfimageresolution
\pdfimageresolution= \numexpr \dimexpr1in\relax/\sphinxpxdimen\relax
\fi
%% let collapsible pdf bookmarks panel have high depth per default
\PassOptionsToPackage{bookmarksdepth=5}{hyperref}
\PassOptionsToPackage{warn}{textcomp}
\usepackage[utf8]{inputenc}
\ifdefined\DeclareUnicodeCharacter
% support both utf8 and utf8x syntaxes
\ifdefined\DeclareUnicodeCharacterAsOptional
\def\sphinxDUC#1{\DeclareUnicodeCharacter{"#1}}
\else
\let\sphinxDUC\DeclareUnicodeCharacter
\fi
\sphinxDUC{00A0}{\nobreakspace}
\sphinxDUC{2500}{\sphinxunichar{2500}}
\sphinxDUC{2502}{\sphinxunichar{2502}}
\sphinxDUC{2514}{\sphinxunichar{2514}}
\sphinxDUC{251C}{\sphinxunichar{251C}}
\sphinxDUC{2572}{\textbackslash}
\fi
\usepackage{cmap}
\usepackage[T1]{fontenc}
\usepackage{amsmath,amssymb,amstext}
\usepackage{babel}
\usepackage{tgtermes}
\usepackage{tgheros}
\renewcommand{\ttdefault}{txtt}
\usepackage[Bjarne]{fncychap}
\usepackage{sphinx}
\fvset{fontsize=auto}
\usepackage{geometry}
% Include hyperref last.
\usepackage{hyperref}
% Fix anchor placement for figures with captions.
\usepackage{hypcap}% it must be loaded after hyperref.
% Set up styles of URL: it should be placed after hyperref.
\urlstyle{same}
\usepackage{sphinxmessages}
\title{ci\_mpm}
\date{Oct 21, 2022}
\release{}
\author{Mike}
\newcommand{\sphinxlogo}{\vbox{}}
\renewcommand{\releasename}{}
\makeindex
\begin{document}
\ifdefined\shorthandoff
\ifnum\catcode`\=\string=\active\shorthandoff{=}\fi
\ifnum\catcode`\"=\active\shorthandoff{"}\fi
\fi
\pagestyle{empty}
\sphinxmaketitle
\pagestyle{plain}
\sphinxtableofcontents
\pagestyle{normal}
\phantomsection\label{\detokenize{index::doc}}
\chapter{simple\_functions}
\label{\detokenize{index:simple-functions}}
\sphinxAtStartPar
This module implements Gaussian elimination {\color{red}\bfseries{}{[}1{]}\_} for \sphinxcode{\sphinxupquote{list of lists}} objects, along with hand\sphinxhyphen{}written matrix multiplication.
\phantomsection\label{\detokenize{index:module-simple_functions}}\index{module@\spxentry{module}!simple\_functions@\spxentry{simple\_functions}}\index{simple\_functions@\spxentry{simple\_functions}!module@\spxentry{module}}\index{factorial() (in module simple\_functions)@\spxentry{factorial()}\spxextra{in module simple\_functions}}
\begin{fulllineitems}
\phantomsection\label{\detokenize{index:simple_functions.factorial}}
\pysigstartsignatures
\pysiglinewithargsret{\sphinxcode{\sphinxupquote{simple\_functions.}}\sphinxbfcode{\sphinxupquote{factorial}}}{\emph{\DUrole{n}{n}}}{}
\pysigstopsignatures
\sphinxAtStartPar
docstring of function factorial
\end{fulllineitems}
\index{my\_sum() (in module simple\_functions)@\spxentry{my\_sum()}\spxextra{in module simple\_functions}}
\begin{fulllineitems}
\phantomsection\label{\detokenize{index:simple_functions.my_sum}}
\pysigstartsignatures
\pysiglinewithargsret{\sphinxcode{\sphinxupquote{simple\_functions.}}\sphinxbfcode{\sphinxupquote{my\_sum}}}{\emph{\DUrole{n}{iterable}}}{}
\pysigstopsignatures
\sphinxAtStartPar
docstring of function my\_sum
\end{fulllineitems}
\index{pi() (in module simple\_functions)@\spxentry{pi()}\spxextra{in module simple\_functions}}
\begin{fulllineitems}
\phantomsection\label{\detokenize{index:simple_functions.pi}}
\pysigstartsignatures
\pysiglinewithargsret{\sphinxcode{\sphinxupquote{simple\_functions.}}\sphinxbfcode{\sphinxupquote{pi}}}{\emph{\DUrole{n}{terms}\DUrole{o}{=}\DUrole{default_value}{1}}}{}
\pysigstopsignatures
\sphinxAtStartPar
docstring of function pi
\end{fulllineitems}
\subsubsection*{References}
\sphinxAtStartPar
..{[}1{]} \sphinxurl{https://mathworld.wolfram.com/GaussianElimination.html}
\renewcommand{\indexname}{Python Module Index}
\begin{sphinxtheindex}
\let\bigletter\sphinxstyleindexlettergroup
\bigletter{s}
\item\relax\sphinxstyleindexentry{simple\_functions}\sphinxstyleindexpageref{index:\detokenize{module-simple_functions}}
\end{sphinxtheindex}
\renewcommand{\indexname}{Index}
\printindex
\end{document}