vec_outer
vec_outer(a, b, axes=None):
Provides the outer product of a and b in a vectorized way. Currently not entirely convinced I’m doing it right :|
a
:Any
No description…
b
:Any
No description…
axis
:Any
No description…
:returns
:_
No description…
Examples:
Edit Examples or
Create New Examples
Edit Template or
Create New Template
Edit Docstrings