Package hlcd.testing.matlabChecker
Class MatlabDeterminantTester
java.lang.Object
hlcd.testing.matlabChecker.MatlabDeterminantTester
Creates a Matlab file to ensure the correctness of the Bareiss Algorithm
implemented in this program for finding the determinant of quaternary
square matrices.
//minimal example to execute this class:
public static void main(String[] args) {
System.out.println("Running MatlabDeterminantTester...");
MatlabDeterminantTester mdt = new MatlabDeterminantTester();
System.out.println("MatlabDeterminantTester completed.");
}- Since:
- 1.8
- Version:
- 1.0 (February 15th, 2022)
- Author:
- Maysara Al Jumaily
- See Also:
MatlabMatrixTester
-
Constructor Summary
ConstructorsConstructorDescriptionInitiates the Matlab file creation for testing the determinant found using Bareiss Algorithm of randomly generated square matrices. -
Method Summary
-
Constructor Details
-
MatlabDeterminantTester
public MatlabDeterminantTester()Initiates the Matlab file creation for testing the determinant found using Bareiss Algorithm of randomly generated square matrices.
-