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
  • b: Any
  • axis: Any
  • :returns: _

Feedback

Examples

Templates

Documentation