Example #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);
Example #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);
Example #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);