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