I believe that the OneNorm and InfinityNorm functions are implemented incorrectly.
The OneNorm should be the sum of absolute values of the elements of the matrix.
The InfinityNorm should be the maximum absolute value of the elements of the matrix.
Also, it would be helpful to have a function that provides the log determinant, since the determinant will blow up for moderate or large matrix sizes.
I believe that the OneNorm and InfinityNorm functions are implemented incorrectly.
The OneNorm should be the sum of absolute values of the elements of the matrix.
The InfinityNorm should be the maximum absolute value of the elements of the matrix.
Also, it would be helpful to have a function that provides the log determinant, since the determinant will blow up for moderate or large matrix sizes.