Skip to content

Commit 6c1ff73

Browse files
AvoidIterativeMatrixOperations Add explanation
Co-authored-by: DataLabGroupe-CreditAgricole <[email protected]>
1 parent df16d20 commit 6c1ff73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/rules/GCI96/python/GCI96.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ for i in range(len(A)):
2222
[source,python]
2323
----
2424
results = np.dot(A, B)
25+
# np stands for NumPy, the Python library used to manipulate data series.
2526
----
2627

28+
29+
2730
== Relevance Analysis
2831

2932
The following results were obtained through local experiments.

0 commit comments

Comments
 (0)