Ejemplo n.º 1
0
        private string _error = null; // error message for a gui control

        public Subgroup(int limitPrimeIndex)
        {
            _items  = Rational.Primes(limitPrimeIndex + 1);
            _matrix = new Matrix(_items, makeDiagonal: true);
            UpdateRange();
            UpdateNarrows();
        }