Skip to content

Commit 3a06aba

Browse files
AgentEndercclauss
authored andcommitted
Update Linear Algebra Readme (TheAlgorithms#1298)
Update formatting to better indicate matrix and vector sections
1 parent 06d7361 commit 3a06aba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

linear_algebra/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ This module contains some useful classes and functions for dealing with linear a
66

77
## Overview
88

9-
- class Vector
9+
### class Vector
10+
-
1011
- This class represents a vector of arbitray size and operations on it.
1112

1213
**Overview about the methods:**
@@ -32,7 +33,8 @@ This module contains some useful classes and functions for dealing with linear a
3233
- function randomVector(N,a,b)
3334
- returns a random vector of size N, with random integer components between 'a' and 'b'.
3435

35-
- class Matrix
36+
### class Matrix
37+
-
3638
- This class represents a matrix of arbitrary size and operations on it.
3739

3840
**Overview about the methods:**

0 commit comments

Comments
 (0)