We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 3756b2f commit 04a0845Copy full SHA for 04a0845
linear_algebra/README.md
@@ -17,7 +17,7 @@ This module contains classes and functions for doing linear algebra.
17
- \_\_str\_\_() : toString method
18
- component(i : int): gets the i-th component (start by 0)
19
- \_\_len\_\_() : gets the size / length of the vector (number of components)
20
- - euclidean_length() : returns the eulidean length of the vector.
+ - euclidean_length() : returns the eulidean length of the vector
21
- operator + : vector addition
22
- operator - : vector subtraction
23
- operator * : scalar multiplication and dot product
0 commit comments