html fixes and section updates
This commit is contained in:
parent
eab762baa2
commit
785d93d9fb
34 changed files with 1152 additions and 1024 deletions
|
|
@ -6,7 +6,7 @@
|
|||
</head>
|
||||
|
||||
<body bgcolor="#ffffff">
|
||||
<H1><a name="R"></a>35 SWIG and R</H1>
|
||||
<H1><a name="R"></a>36 SWIG and R</H1>
|
||||
<!-- INDEX -->
|
||||
<div class="sectiontoc">
|
||||
<ul>
|
||||
|
|
@ -33,7 +33,7 @@ compile and run an R interface to QuantLib running on Mandriva Linux
|
|||
with gcc. The R bindings also work on Microsoft Windows using Visual C++.
|
||||
</p>
|
||||
|
||||
<H2><a name="R_nn2"></a>35.1 Bugs</H2>
|
||||
<H2><a name="R_nn2"></a>36.1 Bugs</H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -45,7 +45,7 @@ Currently the following features are not implemented or broken:
|
|||
<li>C Array wrappings
|
||||
</ul>
|
||||
|
||||
<H2><a name="R_nn3"></a>35.2 Using R and SWIG</H2>
|
||||
<H2><a name="R_nn3"></a>36.2 Using R and SWIG</H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -119,7 +119,7 @@ Without it, inheritance of wrapped objects may fail.
|
|||
These two files can be loaded in any order
|
||||
</p>
|
||||
|
||||
<H2><a name="R_nn4"></a>35.3 Precompiling large R files</H2>
|
||||
<H2><a name="R_nn4"></a>36.3 Precompiling large R files</H2>
|
||||
|
||||
|
||||
In cases where the R file is large, one make save a lot of loading
|
||||
|
|
@ -137,7 +137,7 @@ will save a large amount of loading time.
|
|||
|
||||
|
||||
|
||||
<H2><a name="R_nn5"></a>35.4 General policy</H2>
|
||||
<H2><a name="R_nn5"></a>36.4 General policy</H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -146,7 +146,7 @@ wrapping over the underlying functions and rely on the R type system
|
|||
to provide R syntax.
|
||||
</p>
|
||||
|
||||
<H2><a name="R_language_conventions"></a>35.5 Language conventions</H2>
|
||||
<H2><a name="R_language_conventions"></a>36.5 Language conventions</H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -155,7 +155,7 @@ and [ are overloaded to allow for R syntax (one based indices and
|
|||
slices)
|
||||
</p>
|
||||
|
||||
<H2><a name="R_nn6"></a>35.6 C++ classes</H2>
|
||||
<H2><a name="R_nn6"></a>36.6 C++ classes</H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -167,7 +167,7 @@ keep track of the pointer object which removes the necessity for a lot
|
|||
of the proxy class baggage you see in other languages.
|
||||
</p>
|
||||
|
||||
<H2><a name="R_nn7"></a>35.7 Enumerations</H2>
|
||||
<H2><a name="R_nn7"></a>36.7 Enumerations</H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue