#!/usr/bin/python from Instant import create_extension import Numeric import sys import time c_code = """ /* add function for vectors with all safety checks removed ..*/ void add(int n1, double* array1, int n2, double* array2, int n3, double* array3){ if ( n1 == n2 && n1 == n3 ) { for (int i=0; i