30 March 2004 10:03:09 AM LATINIZE (C++ version) Read a dataset of N points in M dimensions, modify it into a Latin hypercube, write the modified dataset to a file. Compiled on Mar 30 2004 at 10:01:27. 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". 5 by 5 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. 5 by 5 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". LATINIZE Normal end of execution. 30 March 2004 10:03:09 AM