We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d7361 commit 3a06abaCopy full SHA for 3a06aba
linear_algebra/README.md
@@ -6,7 +6,8 @@ This module contains some useful classes and functions for dealing with linear a
6
7
## Overview
8
9
-- class Vector
+### class Vector
10
+-
11
- This class represents a vector of arbitray size and operations on it.
12
13
**Overview about the methods:**
@@ -32,7 +33,8 @@ This module contains some useful classes and functions for dealing with linear a
32
33
- function randomVector(N,a,b)
34
- returns a random vector of size N, with random integer components between 'a' and 'b'.
35
-- class Matrix
36
+### class Matrix
37
38
- This class represents a matrix of arbitrary size and operations on it.
39
40
0 commit comments