pcross#

swordfish.function.pcross()#

pcross is the parallel computing version of template function cross.

Parameters:
  • func (Constant) – A binary function.

  • X (Constant) – Can be pair/vector/matrix.

  • Y (Constant, optional) – Can be pair/vector/matrix. Y is optional.