コード例 #1
0
 public PureGrade(Space space, uint grade)
     : this(space, grade, new double[(int)Combinations((int)space.Dimension, (int)grade)])
 {
 }