11 November 2006 06:36:04 AM LATINIZE_PRB Test the C++ LATINIZE library. Read a dataset of N points in M dimensions, modify it into a Latin hypercube, write the modified dataset to a file. Read the header of "cvt_02_00010.txt". Spatial dimension M = 2 Number of points N = 10 Read the data in "cvt_02_00010.txt". Small portion of data read from file: Row: 1 2 Col 1 0.168259 0.878328 2 0.834417 0.833004 3 0.521361 0.499896 4 0.506248 0.165244 5 0.180542 0.62741 Latinized the data. Small portion of Latinized data: Row: 1 2 Col 1 0.05 0.95 2 0.75 0.75 3 0.65 0.45 4 0.55 0.15 5 0.35 0.65 Wrote the latinized data to "cvt_02_00010.latin.txt". Read the header of "cvt_03_00007.txt". Spatial dimension M = 3 Number of points N = 7 Read the data in "cvt_03_00007.txt". Small portion of data read from file: Row: 1 2 3 Col 1 0.21299 0.213929 0.402974 2 0.744165 0.743684 0.745185 3 0.227863 0.653331 0.777152 4 0.651481 0.226915 0.776689 5 0.251554 0.728295 0.251023 Latinized the data. Small portion of Latinized data: Row: 1 2 3 Col 1 0.0714286 0.0714286 0.5 2 0.785714 0.785714 0.642857 3 0.214286 0.5 0.928571 4 0.5 0.214286 0.785714 5 0.357143 0.642857 0.214286 Wrote the latinized data to "cvt_03_00007.latin.txt". Read the header of "cvt_03_00056.txt". Spatial dimension M = 3 Number of points N = 56 Read the data in "cvt_03_00056.txt". Small portion of data read from file: Row: 1 2 3 Col 1 0.117583 0.135099 0.386415 2 0.642257 0.867248 0.644473 3 0.36725 0.875752 0.844107 4 0.86411 0.362716 0.885397 5 0.123844 0.880777 0.647162 Latinized the data. Small portion of Latinized data: Row: 1 2 3 Col 1 0.0625 0.133929 0.4375 2 0.6875 0.830357 0.669643 3 0.366071 0.848214 0.776786 4 0.830357 0.348214 0.9375 5 0.151786 0.901786 0.6875 Wrote the latinized data to "cvt_03_00056.latin.txt". Read the header of "cvt_07_00100.txt". Spatial dimension M = 7 Number of points N = 100 Read the data in "cvt_07_00100.txt". Small portion of data read from file: Row: 1 2 3 4 5 Col 1 0.257803 0.743793 0.745747 0.761368 0.27348 2 0.280192 0.237158 0.713337 0.199911 0.748151 3 0.764661 0.235842 0.770266 0.57125 0.243116 4 0.748951 0.255669 0.251137 0.208805 0.743281 5 0.745628 0.230294 0.751181 0.727216 0.711423 Latinized the data. Small portion of Latinized data: Row: 1 2 3 4 5 Col 1 0.325 0.635 0.705 0.725 0.405 2 0.405 0.185 0.525 0.005 0.695 3 0.875 0.155 0.945 0.535 0.275 4 0.675 0.335 0.315 0.065 0.665 5 0.655 0.055 0.725 0.635 0.545 Wrote the latinized data to "cvt_07_00100.latin.txt". LATINIZE_PRB Normal end of execution. 11 November 2006 06:36:04 AM