aboutsummaryrefslogtreecommitdiffstats
path: root/docs/matrix.md
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-04-03 08:43:26 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-04-03 08:43:26 +0100
commit0d10ba12062144a270a368ef9bffd88517a6c27c (patch)
treebd25a1667b27a71d58a3dc05ec2aa54087add699 /docs/matrix.md
parent9ed192ad930c5657b58721c388cd1e6537035328 (diff)
downloadYAGE-0d10ba12062144a270a368ef9bffd88517a6c27c.tar.gz
YAGE-0d10ba12062144a270a368ef9bffd88517a6c27c.zip
Adding documentation
Diffstat (limited to 'docs/matrix.md')
-rw-r--r--docs/matrix.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/matrix.md b/docs/matrix.md
index 93138bb9..21f63395 100644
--- a/docs/matrix.md
+++ b/docs/matrix.md
@@ -1,21 +1,18 @@
-Matrix Guide {#matrix_guide}
-============
+# Matrix Guide {#matrix_guide}
The matrix class is a templated class which implements a mathematical %Matrix.
-Usage Guide
------------
+## Usage Guide
The class can be instantiated
-Example Code
-------------
+## Example Code
Creating a %Matrix and performing operations on it.
-``` c++
+```
#include <YAGE/Math/matrix.hpp>
int main(int, char **)