Ejemplo n.º 1
0
 internal static NpyArray NpyArray_FlatView(NpyArray a)
 {
     return(numpyinternal.NpyArray_FlatView(a));
 }
Ejemplo n.º 2
0
 internal static bool Npy_IsAligned(NpyArray ap)
 {
     return(numpyinternal.Npy_IsAligned(ap));
 }
Ejemplo n.º 3
0
 internal static VoidPtr NpyArray_Index2Ptr(NpyArray mp, npy_intp i)
 {
     return(numpyinternal.NpyArray_Index2Ptr(mp, i));
 }
Ejemplo n.º 4
0
 internal static NpyArray NpyArray_IsNaN(NpyArray self)
 {
     return(numpyinternal.NpyArray_IsNaN(self));
 }
Ejemplo n.º 5
0
 internal static NpyArray NpyArray_NumericOpUpscaleSourceArray(NpyArray srcArray, NpyArray operandArray)
 {
     return(numpyinternal.NpyArray_NumericOpUpscaleSourceArray(srcArray, operandArray));
 }
Ejemplo n.º 6
0
 internal static NpyArray NpyArray_ArgMin(NpyArray op, int axis, NpyArray _out)
 {
     return(numpyinternal.NpyArray_ArgMin(op, axis, _out));
 }
Ejemplo n.º 7
0
 internal static NpyArray NpyArray_CumProd(NpyArray self, int axis, NPY_TYPES rtype, NpyArray _out)
 {
     return(numpyinternal.NpyArray_CumProd(self, axis, rtype, _out));
 }
Ejemplo n.º 8
0
 internal static NpyArray NpyArrayAccess_ViewLike(NpyArray a, NpyArray prototype)
 {
     return(numpyinternal.NpyArrayAccess_ViewLike(a, prototype));
 }
Ejemplo n.º 9
0
 internal static void NpyArrayAccess_ToFile(NpyArray array, string fileName, string sep, string format)
 {
     numpyinternal.NpyArrayAccess_ToFile(array, fileName, sep, format);
 }
Ejemplo n.º 10
0
 internal static void NpyArrayAccess_ZeroFill(NpyArray arr, npy_intp offset)
 {
     numpyinternal.NpyArrayAccess_ZeroFill(arr, offset);
 }
Ejemplo n.º 11
0
 internal static void NpyArrayAccess_ClearUPDATEIFCOPY(NpyArray self)
 {
     numpyinternal.NpyArrayAccess_ClearUPDATEIFCOPY(self);
 }
Ejemplo n.º 12
0
 internal static void NpyArrayAccess_SetState(NpyArray self, int ndim, npy_intp[] dims, NPY_ORDER order, string srcPtr, int srcLen)
 {
     numpyinternal.NpyArrayAccess_SetState(self, ndim, dims, order, srcPtr, srcLen);
 }
Ejemplo n.º 13
0
 internal static NpyArray NpyUFunc_GenericReduction(NpyUFuncObject self, NpyArray arr, NpyArray indices,
                                                    NpyArray _out, int axis, NpyArray_Descr otype, GenericReductionOp operation)
 {
     return(numpyinternal.NpyUFunc_GenericReduction(self, arr, indices, _out, axis, otype, operation, false));
 }
Ejemplo n.º 14
0
 internal static NpyArray NpyArray_Transpose(NpyArray ap, NpyArray_Dims permute)
 {
     return(numpyinternal.NpyArray_Transpose(ap, permute));
 }
Ejemplo n.º 15
0
 internal static NpyArray NpyArray_PerformReduceAtOp(NpyArray a, NpyArray indices, int axis, UFuncOperation ops, NPY_TYPES rtype, NpyArray @out)
 {
     return(numpyinternal.PerformReduceAtOpArray(a, indices, axis, ops, rtype, @out));
 }
Ejemplo n.º 16
0
 internal static void NpyArrayAccess_ToStream(NpyArray array, Stream fileName, string sep, string format)
 {
     numpyinternal.NpyArrayAccess_ToStream(array, fileName, sep, format);
 }
Ejemplo n.º 17
0
 internal static NpyArray NpyArray_PerformAccumulateOp(NpyArray a, int axis, UFuncOperation ops, NPY_TYPES rtype, NpyArray @out)
 {
     return(numpyinternal.PerformAccumulateOpArray(a, axis, ops, rtype, @out));
 }
Ejemplo n.º 18
0
 internal static int NpyArrayAccess_Fill(NpyArray arr)
 {
     return(numpyinternal.NpyArrayAccess_Fill(arr));
 }
Ejemplo n.º 19
0
 internal static NpyArray NpyArray_Prod(NpyArray self, int axis, NPY_TYPES rtype, NpyArray _out, bool keepdims)
 {
     return(numpyinternal.NpyArray_Prod(self, axis, rtype, _out, keepdims));
 }
Ejemplo n.º 20
0
 internal static int npy_array_getsegcount(NpyArray self, ref size_t lenp)
 {
     return(numpyinternal.npy_array_getsegcount(self, ref lenp));
 }
Ejemplo n.º 21
0
 internal static NpyArray NpyArray_Floor(NpyArray self, NpyArray _out)
 {
     return(numpyinternal.NpyArray_Floor(self, _out));
 }
Ejemplo n.º 22
0
 internal static int npy_array_getwritebuf(NpyArray self, size_t segment, ref VoidPtr ptrptr)
 {
     return(numpyinternal.npy_array_getwritebuf(self, segment, ref ptrptr));
 }
Ejemplo n.º 23
0
 internal static NpyArray NpyArray_All(NpyArray self, int axis, NpyArray _out, bool keepdims)
 {
     return(numpyinternal.NpyArray_All(self, axis, _out, keepdims));
 }
Ejemplo n.º 24
0
 internal static NpyArray NpyArray_PerformNumericOperation(UFuncOperation operationType, NpyArray x1Array, NpyArray x2Array, NpyArray outArray, NpyArray whereFilter)
 {
     return(numpyinternal.NpyArray_PerformNumericOperation(operationType, x1Array, x2Array, outArray, whereFilter));
 }
Ejemplo n.º 25
0
 internal static NpyArray NpyArray_NumericOpUpscaleSourceArray(NpyArray srcArray, npy_intp[] dimensions, int nd)
 {
     return(numpyinternal.NpyArray_NumericOpUpscaleSourceArray(srcArray, dimensions, nd));
 }
Ejemplo n.º 26
0
 internal static NpyArray NpyArray_PerformOuterOp(NpyArray a, NpyArray b, NpyArray dest, UFuncOperation operationType)
 {
     return(numpyinternal.PerformOuterOpArray(a, b, dest, operationType));
 }
Ejemplo n.º 27
0
 internal static bool Npy_IsWriteable(NpyArray ap)
 {
     return(numpyinternal.Npy_IsWriteable(ap));
 }
Ejemplo n.º 28
0
 internal static NpyArray NpyArray_PerformReduceOp(NpyArray a, int axis, UFuncOperation ops, NPY_TYPES rtype, NpyArray @out, bool keepdims)
 {
     return(numpyinternal.PerformReduceOpArray(a, axis, ops, rtype, @out, keepdims));
 }
Ejemplo n.º 29
0
 internal static NpyArray NpyArray_View(NpyArray self, NpyArray_Descr type, object subtype)
 {
     return(numpyinternal.NpyArray_View(self, type, subtype));
 }
Ejemplo n.º 30
0
 internal static NpyArray NpyArray_Flatten(NpyArray a, NPY_ORDER order)
 {
     return(numpyinternal.NpyArray_Flatten(a, order));
 }