-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathquep.shtml
More file actions
86 lines (84 loc) · 1.95 KB
/
quep.shtml
File metadata and controls
86 lines (84 loc) · 1.95 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
---
layout: default
title: QuantLib Enhancement Proposals
---
<h1>QuantLib Enhancement Proposals</h1>
<p>This page used to publish active enhancement proposals for peer
review and feedback. They are now kept here for documentation
purposes.</p>
<table summary="QuEP list">
<tr>
<th>#</th>
<th align="left">Title</th>
<th align="left">Status</th>
</tr>
<tr>
<td>1</td>
<td><a href="quep/quep001.html">Implementing polymorphic behavior
by means of the pimpl idiom</a></td>
<td>Implemented</td>
</tr>
<tr>
<td>2</td>
<td><a href="quep/quep002.html">Reimplementing boundary conditions
for finite-difference models</a></td>
<td>Partially implemented</td>
</tr>
<tr>
<td>3</td>
<td><a href="quep/quep003.html">Curve fitting and
optimization</a></td>
<td>In progress</td>
</tr>
<tr>
<td>4</td>
<td><a href="quep/quep004.html">Reducing abstraction penalty by
means of disposable arrays</a></td>
<td>Superseded by QuEP 9</td>
</tr>
<tr>
<td>5</td>
<td><a href="quep/quep005.html">Using replaceable pricing engines
in option implementations</a></td>
<td>Implemented</td>
</tr>
<tr>
<td>6</td>
<td><a href="quep/quep006.html">A proposal for a Currency
module</a></td>
<td>Partially implemented</td>
</tr>
<tr>
<td>7</td>
<td><a href="quep/quep007.html">Using the Visitor pattern to avoid
interface bloat</a></td>
<td>Implemented</td>
</tr>
<tr>
<td>8</td>
<td><a href="quep/quep008.html">Fixing copy behavior in the
Observer class</a></td>
<td>Implemented</td>
</tr>
<tr>
<td>9</td>
<td><a href="quep/quep009.html">Generic disposable objects</a></td>
<td>Implemented</td>
</tr>
<tr>
<td>10</td>
<td><a href="quep/quep010.html">Separation of concerns in
RelinkableHandle</a></td>
<td>Implemented</td>
</tr>
<tr>
<td>11</td>
<td><a href="quep/quep011.html">Object Handler</a></td>
<td><a href="http://www.objecthandler.org">Implemented</a></td>
</tr>
<tr>
<td>12</td>
<td><a href="quep/quep012.html">QuantLibAddin</a></td>
<td><a href="http://www.quantlibaddin.org">Implemented</a></td>
</tr>
</table>