Ejemplo n.º 1
0
 public static unsafe extern VslSSStatus vslsSSNewTask(ref IntPtr task, ref int dim, ref int obsCount, ref VslSSMatrixStorage obsStorage,
                                                       ref float observations, float *pWeights, ref int indices);
Ejemplo n.º 2
0
 public static unsafe extern VslSSStatus vsldSSNewTask(ref IntPtr task, ref int dim, ref int obsCount, ref VslSSMatrixStorage obsStorage,
                                                       ref double observations, double *pWeights = null, int *pIndices = null);
Ejemplo n.º 3
0
 public static extern VslSSStatus vsldSSNewTask(ref IntPtr task, ref int dim, ref int obsCount, ref VslSSMatrixStorage obsStorage,
                                                ref double observations, ref double weights, ref int indices);