summaryrefslogtreecommitdiff
path: root/doc/reference/algorithms
diff options
context:
space:
mode:
authorAli Faraji <31096694+alifa98@users.noreply.github.com>2022-07-05 14:50:52 +0430
committerGitHub <noreply@github.com>2022-07-05 14:20:52 +0400
commit32c592325206c652c66ef58fdffbb8cc01278a15 (patch)
tree83e47ae6b73c5bee96d6fd980a569ce8d902575f /doc/reference/algorithms
parentd7454a8bbbaaf441cc2a8130faf79f7037b6c220 (diff)
downloadnetworkx-32c592325206c652c66ef58fdffbb8cc01278a15.tar.gz
Corona Product (#5223)
* Corona product implemented. Todos: Docs Test for corona product * Corona Product Added and Works Correctly now. * document added. * corona product test added * corona product added to __all__ * add corona_product to operators.rst * precommit format fixed * Memory usage problem in the corona product improved * Update networkx/algorithms/operators/product.py Co-authored-by: Dan Schult <dschult@colgate.edu> * temp list replaced with generators * single qoutes problem in doc string * doc clean up Co-authored-by: Dan Schult <dschult@colgate.edu> * doc clean up Co-authored-by: Dan Schult <dschult@colgate.edu> * Update Tests `size()` is like the `number_of_edges()` method. Co-authored-by: Dan Schult <dschult@colgate.edu> Co-authored-by: Dan Schult <dschult@colgate.edu>
Diffstat (limited to 'doc/reference/algorithms')
-rw-r--r--doc/reference/algorithms/operators.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/algorithms/operators.rst b/doc/reference/algorithms/operators.rst
index 7babf2cc..13632e27 100644
--- a/doc/reference/algorithms/operators.rst
+++ b/doc/reference/algorithms/operators.rst
@@ -43,3 +43,4 @@ Operators
strong_product
tensor_product
power
+ corona_product