예제 #1
0
 public static double[][] ParseJagged(string s, IMatrixFormatProvider provider)
 {
     return(Jagged.Parse(s, provider));
 }