Declaration

func GSMultiplyNVectors(_ a: GSNVector, _ b: GSNVector, _ n: Int32) -> GSNVector

Declaration

GSNVector GSMultiplyNVectors(GSNVector a, GSNVector b, int n);

Declaration

GSMultiplyNVectors(a: GSNVector, b: GSNVector, n: int) -> GSNVector