Esempio n. 1
0
 public WordVector(SWIGTYPE_p_unsigned_short v, int len) : this(modshogunPINVOKE.new_WordVector__SWIG_2(SWIGTYPE_p_unsigned_short.getCPtr(v), len), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
        public SWIGTYPE_p_unsigned_short data()
        {
            global::System.IntPtr     cPtr = xsensdeviceapiPINVOKE.XsUShortVector_data(swigCPtr);
            SWIGTYPE_p_unsigned_short ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_unsigned_short(cPtr, false);

            return(ret);
        }
        public SWIGTYPE_p_unsigned_short cast()
        {
            global::System.IntPtr     cPtr = RakNetPINVOKE.UnsignedShortPointer_cast(swigCPtr);
            SWIGTYPE_p_unsigned_short ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_unsigned_short(cPtr, false);

            return(ret);
        }
Esempio n. 4
0
 public WordMatrix(SWIGTYPE_p_unsigned_short m, int nrows, int ncols) : this(modshogunPINVOKE.new_WordMatrix__SWIG_2(SWIGTYPE_p_unsigned_short.getCPtr(m), nrows, ncols), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 5
0
 public WordNDArray(SWIGTYPE_p_unsigned_short a, SWIGTYPE_p_int d, int nd) : this(modshogunPINVOKE.new_WordNDArray__SWIG_1(SWIGTYPE_p_unsigned_short.getCPtr(a), SWIGTYPE_p_int.getCPtr(d), nd), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public static UnsignedShortPointer frompointer(SWIGTYPE_p_unsigned_short t)
        {
            global::System.IntPtr cPtr = RakNetPINVOKE.UnsignedShortPointer_frompointer(SWIGTYPE_p_unsigned_short.getCPtr(t));
            UnsignedShortPointer  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new UnsignedShortPointer(cPtr, false);

            return(ret);
        }
 public void processFlatField(RAWParams raw, SWIGTYPE_p_RawImage riFlatFile, SWIGTYPE_p_unsigned_short black)
 {
     libPhotoAssistantImageProcessingPINVOKE.RawImageSource_processFlatField(swigCPtr, RAWParams.getCPtr(raw), SWIGTYPE_p_RawImage.getCPtr(riFlatFile), SWIGTYPE_p_unsigned_short.getCPtr(black));
     if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending)
     {
         throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 8
0
 public void quantizeWithClamp(SWIGTYPE_p_unsigned_short arg0, btVector3 point2, int isMax)
 {
     BulletPINVOKE.btQuantizedBvh_quantizeWithClamp(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(arg0), btVector3.getCPtr(point2), isMax);
     if (BulletPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 9
0
 public override void set_vector(SWIGTYPE_p_unsigned_short vector, int len)
 {
     modshogunPINVOKE.BinaryFile_set_vector__SWIG_6(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), len);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 10
0
 public void getPeriodAndSkipFactor(SWIGTYPE_p_unsigned_short period, SWIGTYPE_p_unsigned_short skip)
 {
     xsensdeviceapiPINVOKE.XsDeviceModeR_getPeriodAndSkipFactor(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(period), SWIGTYPE_p_unsigned_short.getCPtr(skip));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 11
0
 public void set_array(SWIGTYPE_p_unsigned_short p_array, int p_num_elements, int array_size)
 {
     modshogunPINVOKE.DynamicWordArray_set_array(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(p_array), p_num_elements, array_size);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 12
0
 public override void get_string(SWIGTYPE_p_unsigned_short vector, SWIGTYPE_p_int len)
 {
     modshogunPINVOKE.StreamingAsciiFile_get_string__SWIG_7(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 13
0
 public virtual void get_vector(SWIGTYPE_p_unsigned_short vector, SWIGTYPE_p_int len)
 {
     modshogunPINVOKE.StreamingFile_get_vector__SWIG_7(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 14
0
 public virtual void set_matrix(SWIGTYPE_p_unsigned_short matrix, int num_feat, int num_vec)
 {
     modshogunPINVOKE.File_set_matrix__SWIG_7(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(matrix), num_feat, num_vec);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 15
0
 public virtual void get_string_and_label(SWIGTYPE_p_unsigned_short vector, SWIGTYPE_p_int len, SWIGTYPE_p_double label)
 {
     modshogunPINVOKE.StreamingFile_get_string_and_label__SWIG_7(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len), SWIGTYPE_p_double.getCPtr(label));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 16
0
 public void getVidPid(SWIGTYPE_p_unsigned_short vid, SWIGTYPE_p_unsigned_short pid)
 {
     xsensdeviceapiPINVOKE.XsPortInfo_getVidPid(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vid), SWIGTYPE_p_unsigned_short.getCPtr(pid));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 17
0
 public virtual void get_ndarray(SWIGTYPE_p_unsigned_short array, SWIGTYPE_p_int dims, SWIGTYPE_p_int num_dims)
 {
     modshogunPINVOKE.File_get_ndarray__SWIG_6(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(array), SWIGTYPE_p_int.getCPtr(dims), SWIGTYPE_p_int.getCPtr(num_dims));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 18
0
 public override void get_matrix(SWIGTYPE_p_unsigned_short matrix, SWIGTYPE_p_int num_feat, SWIGTYPE_p_int num_vec)
 {
     modshogunPINVOKE.BinaryFile_get_matrix__SWIG_6(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(matrix), SWIGTYPE_p_int.getCPtr(num_feat), SWIGTYPE_p_int.getCPtr(num_vec));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 19
0
        public int readFrom(XsByteArray buffer, XsString hostname, SWIGTYPE_p_unsigned_short port)
        {
            int ret = xsensdeviceapiPINVOKE.XsSocket_readFrom__SWIG_1(swigCPtr, XsByteArray.getCPtr(buffer), XsString.getCPtr(hostname), SWIGTYPE_p_unsigned_short.getCPtr(port));

            if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
            {
                throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 20
0
    public static double dot(SWIGTYPE_p_unsigned_short v1, SWIGTYPE_p_unsigned_short v2, int n)
    {
        double ret = modshogunPINVOKE.Math_dot__SWIG_8(SWIGTYPE_p_unsigned_short.getCPtr(v1), SWIGTYPE_p_unsigned_short.getCPtr(v2), n);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 21
0
    public double posterior_log_odds_obsolete(SWIGTYPE_p_unsigned_short vector, int len)
    {
        double ret = modshogunPINVOKE.PluginEstimate_posterior_log_odds_obsolete(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), len);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 22
0
    public SWIGTYPE_p_unsigned_short get_path(int dim, SWIGTYPE_p_double prob)
    {
        IntPtr cPtr = modshogunPINVOKE.HMM_get_path(swigCPtr, dim, SWIGTYPE_p_double.getCPtr(prob));
        SWIGTYPE_p_unsigned_short ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_unsigned_short(cPtr, false);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 23
0
    public virtual SWIGTYPE_p_unsigned_short apply_to_string(SWIGTYPE_p_unsigned_short f, SWIGTYPE_p_int len)
    {
        IntPtr cPtr = modshogunPINVOKE.StringWordPreprocessor_apply_to_string(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(f), SWIGTYPE_p_int.getCPtr(len));
        SWIGTYPE_p_unsigned_short ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_unsigned_short(cPtr, false);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 24
0
        public virtual FloatRect getTextureCoords(SWIGTYPE_p_unsigned_short oNumCoords)
        {
            global::System.IntPtr cPtr = OgrePINVOKE.BillboardSet_getTextureCoords(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(oNumCoords));
            FloatRect             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FloatRect(cPtr, false);

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 25
0
    public SWIGTYPE_p_unsigned_short get_array()
    {
        IntPtr cPtr = modshogunPINVOKE.DynamicWordArray_get_array(swigCPtr);
        SWIGTYPE_p_unsigned_short ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_unsigned_short(cPtr, false);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 26
0
        public SWIGTYPE_p_unsigned_short cast()
        {
            global::System.IntPtr     cPtr = NDalicPINVOKE.ushortp_cast(swigCPtr);
            SWIGTYPE_p_unsigned_short ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_unsigned_short(cPtr, false);

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 27
0
        internal static ushortp frompointer(SWIGTYPE_p_unsigned_short t)
        {
            global::System.IntPtr cPtr = NDalicPINVOKE.ushortp_frompointer(SWIGTYPE_p_unsigned_short.getCPtr(t));
            ushortp ret = (cPtr == global::System.IntPtr.Zero) ? null : new ushortp(cPtr, false);

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 28
0
 public override void get_ndarray(SWIGTYPE_p_unsigned_short array, SWIGTYPE_p_int dims, SWIGTYPE_p_int num_dims) {
   modshogunPINVOKE.AsciiFile_get_ndarray__SWIG_6(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(array), SWIGTYPE_p_int.getCPtr(dims), SWIGTYPE_p_int.getCPtr(num_dims));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 29
0
 public virtual SWIGTYPE_p_unsigned_short apply_to_string(SWIGTYPE_p_unsigned_short f, SWIGTYPE_p_int len) {
   IntPtr cPtr = modshogunPINVOKE.StringWordPreprocessor_apply_to_string(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(f), SWIGTYPE_p_int.getCPtr(len));
   SWIGTYPE_p_unsigned_short ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_unsigned_short(cPtr, false);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Esempio n. 30
0
 public virtual void get_matrix(SWIGTYPE_p_unsigned_short matrix, SWIGTYPE_p_int num_feat, SWIGTYPE_p_int num_vec) {
   modshogunPINVOKE.File_get_matrix__SWIG_7(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(matrix), SWIGTYPE_p_int.getCPtr(num_feat), SWIGTYPE_p_int.getCPtr(num_vec));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 31
0
 public WordVector(SWIGTYPE_p_unsigned_short v, int len) : this(modshogunPINVOKE.new_WordVector__SWIG_2(SWIGTYPE_p_unsigned_short.getCPtr(v), len), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 32
0
 public virtual void get_string_and_label(SWIGTYPE_p_unsigned_short vector, SWIGTYPE_p_int len, SWIGTYPE_p_double label) {
   modshogunPINVOKE.StreamingFile_get_string_and_label__SWIG_7(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len), SWIGTYPE_p_double.getCPtr(label));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 33
0
 public override void get_string(SWIGTYPE_p_unsigned_short vector, SWIGTYPE_p_int len) {
   modshogunPINVOKE.StreamingAsciiFile_get_string__SWIG_7(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 34
0
 public void DecomposeTeamLocked(Packet packet, SWIGTYPE_p_p_RakNet__TM_World world, SWIGTYPE_p_p_RakNet__TM_TeamMember teamMember, SWIGTYPE_p_p_RakNet__TM_Team team, SWIGTYPE_p_unsigned_short currentMembers, SWIGTYPE_p_unsigned_short memberLimitIncludingBalancing, SWIGTYPE_p_bool balancingIsActive, SWIGTYPE_p_unsigned_char joinPermissions)
 {
     RakNetPINVOKE.TeamManager_DecomposeTeamLocked(swigCPtr, Packet.getCPtr(packet), SWIGTYPE_p_p_RakNet__TM_World.getCPtr(world), SWIGTYPE_p_p_RakNet__TM_TeamMember.getCPtr(teamMember), SWIGTYPE_p_p_RakNet__TM_Team.getCPtr(team), SWIGTYPE_p_unsigned_short.getCPtr(currentMembers), SWIGTYPE_p_unsigned_short.getCPtr(memberLimitIncludingBalancing), SWIGTYPE_p_bool.getCPtr(balancingIsActive), SWIGTYPE_p_unsigned_char.getCPtr(joinPermissions));
     if (RakNetPINVOKE.SWIGPendingException.Pending)
     {
         throw RakNetPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 35
0
 public WordNDArray(SWIGTYPE_p_unsigned_short a, SWIGTYPE_p_int d, int nd) : this(modshogunPINVOKE.new_WordNDArray__SWIG_1(SWIGTYPE_p_unsigned_short.getCPtr(a), SWIGTYPE_p_int.getCPtr(d), nd), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 36
0
 public override void get_vector(SWIGTYPE_p_unsigned_short vector, SWIGTYPE_p_int len) {
   modshogunPINVOKE.BinaryFile_get_vector__SWIG_6(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 37
0
        public bool suggestTangentVectorBuildParams(VertexElementSemantic targetSemantic, SWIGTYPE_p_unsigned_short outSourceCoordSet, SWIGTYPE_p_unsigned_short outIndex)
        {
            bool ret = OgrePINVOKE.Mesh_suggestTangentVectorBuildParams(swigCPtr, (int)targetSemantic, SWIGTYPE_p_unsigned_short.getCPtr(outSourceCoordSet), SWIGTYPE_p_unsigned_short.getCPtr(outIndex));

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 38
0
 public virtual void set_ndarray(SWIGTYPE_p_unsigned_short array, SWIGTYPE_p_int dims, int num_dims) {
   modshogunPINVOKE.BinaryFile_set_ndarray__SWIG_6(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(array), SWIGTYPE_p_int.getCPtr(dims), num_dims);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 39
0
 public override void set_matrix(SWIGTYPE_p_unsigned_short matrix, int num_feat, int num_vec) {
   modshogunPINVOKE.BinaryFile_set_matrix__SWIG_6(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(matrix), num_feat, num_vec);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 40
0
 public double get_likelihood_example(SWIGTYPE_p_unsigned_short vector, int len) {
   double ret = modshogunPINVOKE.LinearHMM_get_likelihood_example(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), len);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Esempio n. 41
0
 public virtual double get_derivative_obsolete(SWIGTYPE_p_unsigned_short vector, int len, int pos) {
   double ret = modshogunPINVOKE.LinearHMM_get_derivative_obsolete(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), len, pos);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Esempio n. 42
0
 public void set_array(SWIGTYPE_p_unsigned_short p_array, int p_num_elements, int array_size) {
   modshogunPINVOKE.DynamicWordArray_set_array(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(p_array), p_num_elements, array_size);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 43
0
 public double posterior_log_odds_obsolete(SWIGTYPE_p_unsigned_short vector, int len) {
   double ret = modshogunPINVOKE.PluginEstimate_posterior_log_odds_obsolete(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), len);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Esempio n. 44
0
 public virtual void get_vector(SWIGTYPE_p_unsigned_short vector, SWIGTYPE_p_int len) {
   modshogunPINVOKE.StreamingFile_get_vector__SWIG_7(swigCPtr, SWIGTYPE_p_unsigned_short.getCPtr(vector), SWIGTYPE_p_int.getCPtr(len));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 45
0
        public bool setAnalogIOBlock2(uint analog, SWIGTYPE_p_unsigned_short val)
        {
            bool ret = AriaCSPINVOKE.ArMTXIO_setAnalogIOBlock2(swigCPtr, analog, SWIGTYPE_p_unsigned_short.getCPtr(val));

            return(ret);
        }
Esempio n. 46
0
 public WordMatrix(SWIGTYPE_p_unsigned_short m, int nrows, int ncols) : this(modshogunPINVOKE.new_WordMatrix__SWIG_2(SWIGTYPE_p_unsigned_short.getCPtr(m), nrows, ncols), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_unsigned_short obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 48
0
 public static double dot(SWIGTYPE_p_unsigned_short v1, SWIGTYPE_p_unsigned_short v2, int n) {
   double ret = modshogunPINVOKE.Math_dot__SWIG_8(SWIGTYPE_p_unsigned_short.getCPtr(v1), SWIGTYPE_p_unsigned_short.getCPtr(v2), n);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }