01-Dec-2018 20:45:51 BLAS0_TEST MATLAB version Test the BLAS0 library. DMACH_TEST DMACH returns some approximate machine numbers. DMACH(1) = EPS = 2.220446e-16 DMACH(2) = TINY = 2.225074e-306 DMACH(3) = HUGE = 4.494233e+305 BLAS0_TEST01 R4_ABS returns the absolute value of an R4. -1.252654 1.252654 4.650541 4.650541 3.636074 3.636074 1.493564 1.493564 0.322457 0.322457 -2.471050 2.471050 -0.939378 0.939378 -2.120346 2.120346 -2.649368 2.649368 2.071726 2.071726 BLAS0_TEST015 R4_SIGN returns the sign of a number. -1.250000 -1.000000 -0.250000 -1.000000 0.000000 1.000000 0.500000 1.000000 9.000000 1.000000 BLAS0_TEST02 R8_ABS returns the absolute value of an R8. X R8_ABS(X) -1.252654 1.252654 4.650541 4.650541 3.636074 3.636074 1.493564 1.493564 0.322457 0.322457 -2.471050 2.471050 -0.939378 0.939378 -2.120346 2.120346 -2.649368 2.649368 2.071726 2.071726 BLAS0_TEST03 R8_SIGN returns the sign of a number. -1.250000 -1.000000 -0.250000 -1.000000 0.000000 1.000000 0.500000 1.000000 9.000000 1.000000 TRIANGLE_UPPER_TO_I4_TEST TRIANGLE_UPPER_TO_I4 converts an upper triangular index to a linear one. I, J => K 1 1 1 1 2 2 1 3 4 1 4 7 2 2 3 2 3 5 2 4 8 3 3 6 3 4 9 4 4 10 BLAS0_TEST Normal end of execution. 01-Dec-2018 20:45:51