Utility.MultMatrixd Method

Multiplies two matrices.
Public Shared Function MultMatrixd( _ 
ByVal a As Double(), _ 
ByVal b As Double() _ 
) As Double()
This language is not supported or no code example is available.
public static double[] MultMatrixd( 
double[] a
double[] b 
)
This language is not supported or no code example is available.

Parameters

a
double[]

first matrix

b
double[]

second matrix

Return Value

double[]

The matrix a x b.

.NET Framework

Supported in: 4.8

In this article

Definition