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