LinAlgParallelDot Method

Matrix Multiplication c = Dot(a, b)

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static Number[][] ParallelDot(
	Number[][] a,
	Number[][] b
)

Parameters

a  Number
Matrix
b  Number
Matrix

Return Value

Number
Matrix

See Also