public static GMatrix MultiplyATB(
GMatrix a,
GMatrix b
)Public Shared Function MultiplyATB (
a As GMatrix,
b As GMatrix
) As GMatrixpublic:
static GMatrix^ MultiplyATB(
GMatrix^ a,
GMatrix^ b
)static member MultiplyATB :
a : GMatrix *
b : GMatrix -> GMatrix