Class ChineseRemainderTheorem<E>

java.lang.Object
dk.jonaslindstrom.ruffini.common.algorithms.ChineseRemainderTheorem<E>
Type Parameters:
E - Element type.
All Implemented Interfaces:
java.util.function.BiFunction<Vector<E>,Vector<E>,E>

public class ChineseRemainderTheorem<E> extends Object implements java.util.function.BiFunction<Vector<E>,Vector<E>,E>
Compute the solution to a system of congruences using the Chinese Remainder Theorem.
  • Constructor Details

    • ChineseRemainderTheorem

      public ChineseRemainderTheorem(EuclideanDomain<E> domain)
  • Method Details