public PureGrade(Space space, uint grade) : this(space, grade, new double[(int)Combinations((int)space.Dimension, (int)grade)]) { }