示例#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);
示例#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);
示例#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);