static void Vectorize(ManagedArray x1, ManagedArray x2) { // Reshape into column vectors ManagedMatrix.Vector(x1); ManagedMatrix.Vector(x2); }