LinAlgParallelDot Method
Matrix Multiplication c = Dot(a, b)
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static Number[][] ParallelDot(
Number[][] a,
Number[][] b
)
Public Shared Function ParallelDot (
a As Number()(),
b As Number()()
) As Number()()
public:
static array<array<Number>^>^ ParallelDot(
array<array<Number>^>^ a,
array<array<Number>^>^ b
)
static member ParallelDot :
a : Number[][] *
b : Number[][] -> Number[][]
- a Number
- Matrix
- b Number
- Matrix
NumberMatrix