Package hlcd.testing.matlabChecker


package hlcd.testing.matlabChecker
A tester package where the program is executed and the output is exported as a .m file to compare the results with Matlab.
  • Class Summary
    Class
    Description
    Creates a Matlab file to ensure the correctness of the Bareiss Algorithm implemented in this program for finding the determinant of quaternary square matrices.
    Creates a Matlab file to test the logic of transposing a matrix, finding the Hermitian transpose of a matrix and matrix multiplication.
    Creates the main Matlab script to run all the file(s) generated based on the number of run specified in the Tester classes.
    A wrapper class containing the parameters needed to write a Matlab script for testing the program.