Class Permanent


public class Permanent extends PermSolver
Implementation of the MATLAB perm.m permanent computation algorithm.
  • Constructor Details

    • Permanent

      public Permanent(Matrix matrix)
    • Permanent

      public Permanent(Matrix matrix, boolean solve)
  • Method Details

    • compute

      public void compute()
      Description copied from class: PermSolver
      Compute the permanent or approximation for the given matrix. This method must be implemented by all concrete solver classes. The result should be stored in the value field.
      Specified by:
      compute in class PermSolver