pcross#

swordfish.function.pcross()#

pcross is the parallel computing version of template function cross.

参数:
  • func (Constant) -- A binary function.

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

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