public void pr_coef_test1() { for (int i = 2; i < 10; i++) { Vector c = new Vector(CardinalSpline.pr_coef(i)); Console.WriteLine(c); } }