aboutsummaryrefslogtreecommitdiffstats
path: root/docs/matrix.md
diff options
context:
space:
mode:
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 **)