Package jline.lib.perm
Class Permanent
java.lang.Object
jline.lib.perm.PermSolver
jline.lib.perm.Permanent
Implementation of the MATLAB perm.m permanent computation algorithm.
-
Constructor Details
-
Permanent
-
Permanent
-
-
Method Details
-
compute
public void compute()Description copied from class:PermSolverCompute 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:
computein classPermSolver
-