mirror of
https://github.com/apache/commons-math.git
synced 2025-02-08 02:59:36 +00:00
Adding documentation for Contributors. Adding xsl stylesheets to render xdoc in browser and css to style content, this makes testing documentation additions easier without rendering the entire site. Simply open up xdoc in browser to see what it will look like after rendering. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141018 13f79535-47bb-0310-9956-ffa450edef68
37 lines
882 B
XML
37 lines
882 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet type="text/xsl" href="./xdoc.xsl"?>
|
|
<!-- $Revision: 1.4 $ $Date: 2003/11/15 18:38:16 $ -->
|
|
<document url="linear.html">
|
|
|
|
<properties>
|
|
<title>The Commons Math User Guide - Linear Algebra</title>
|
|
<author email="phil@steitz.com">Phil Steitz</author>
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
<section name="3 Linear Algebra">
|
|
|
|
<subsection name="3.1 Overview" href="overview">
|
|
<p>
|
|
This is yet to be written. Any contributions will be gratefully accepted!
|
|
</p>
|
|
</subsection>
|
|
|
|
<subsection name="3.2 Real matrices" href="real_matrices">
|
|
<p>
|
|
This is yet to be written. Any contributions will be gratefully accepted!
|
|
</p>
|
|
</subsection>
|
|
|
|
<subsection name="3.3 Solving linear systems" href="solve">
|
|
<p>
|
|
This is yet to be written. Any contributions will be gratefully accepted!
|
|
</p>
|
|
</subsection>
|
|
|
|
</section>
|
|
|
|
</body>
|
|
</document>
|