From 0d10ba12062144a270a368ef9bffd88517a6c27c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 3 Apr 2018 08:43:26 +0100 Subject: Adding documentation --- docs/matrix.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'docs/matrix.md') 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 int main(int, char **) -- cgit