Todo List
TestMatrix TestMatrix( )
void checkArrays( $x, $y, float $x[][], float $y[][])
Check norm of difference of "arrays".
void checkMatrices( [matrix $X = null], [matrix $Y = null])
Check norm of difference of "matrices".
void checkScalars( float $x, float $y)
Check magnitude of difference of "scalars".
void checkVectors( $x, $y, float $x[], float $y[])
Check norm of difference of "vectors".
int try_failure( int $count, string $s, [string $e = ""])
Print appropriate messages for unsuccessful outcome try
void try_success( string $s, [string $e = ""])
Print appropriate messages for successful outcome try
int try_warning( int $count, string $s, [string $e = ""])