File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
lib/node_modules/@stdlib/array/cartesian-product Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,13 @@ var out = cartesianProduct( x1, x2 );
87
87
88
88
<section class =" related " >
89
89
90
+ * * *
91
+
92
+ ## See Also
93
+
94
+ - <span class =" package-name " >[ ` @stdlib/array/cartesian-power ` ] [ @stdlib/array/cartesian-power ] </span ><span class =" delimiter " >: </span ><span class =" description " >return the Cartesian power.</span >
95
+ - <span class =" package-name " >[ ` @stdlib/array/cartesian-square ` ] [ @stdlib/array/cartesian-square ] </span ><span class =" delimiter " >: </span ><span class =" description " >return the Cartesian square.</span >
96
+
90
97
</section >
91
98
92
99
<!-- /.related -->
@@ -97,6 +104,14 @@ var out = cartesianProduct( x1, x2 );
97
104
98
105
[ cartesian-product ] : https://en.wikipedia.org/wiki/Cartesian_product
99
106
107
+ <!-- <related-links> -->
108
+
109
+ [ @stdlib/array/cartesian-power ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/cartesian-power
110
+
111
+ [ @stdlib/array/cartesian-square ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/cartesian-square
112
+
113
+ <!-- </related-links> -->
114
+
100
115
</section >
101
116
102
117
<!-- /.links -->
You can’t perform that action at this time.
0 commit comments