diff --git a/ConfigurationOfSciSmalltalk.package/ConfigurationOfSciSmalltalk.class/instance/baseline102..st b/ConfigurationOfSciSmalltalk.package/ConfigurationOfSciSmalltalk.class/instance/baseline102..st index b64ff99..f3a6459 100644 --- a/ConfigurationOfSciSmalltalk.package/ConfigurationOfSciSmalltalk.class/instance/baseline102..st +++ b/ConfigurationOfSciSmalltalk.package/ConfigurationOfSciSmalltalk.class/instance/baseline102..st @@ -7,12 +7,12 @@ baseline102: spec spec repository: 'http://ss3.gemstone.com/ss/SciSmalltalk'. spec "core" - package: 'Math-DHB-Numerical'; package: 'Math-Random'; package: 'Math-KDTree'; + package: 'Math-ODE'; package: 'Math-Complex'; package: 'Math-Quaternion'; - package: 'Math-ODE'; + package: 'Math-DHB-Numerical'; "extensions" package: 'Math-Number-Extensions.Pharo'; package: 'Math-RandomTests' with: [spec requires: 'Math-Random']; @@ -30,6 +30,6 @@ baseline102: spec spec group: 'default' with: #('Core' 'Extensions' 'Tests'); - group: 'Core' with: #('Math-DHB-Numerical' 'Math-Complex' 'Math-Quaternion' 'Math-Random' 'Math-KDTree' 'Math-ODE'); + group: 'Core' with: #( 'Math-Complex' 'Math-Quaternion' 'Math-DHB-Numerical' 'Math-Random' 'Math-KDTree' 'Math-ODE'); group: 'Tests' with: #('Math-DHB-NumericalTests' 'Math-ComplexTests' 'Math-QuaternionTests' 'Math-RandomTests' 'Math-ODETests'); group: 'Extensions' with: #('Math-Extensions' 'Math-Complex-Extensions' 'Math-Number-Extensions.Pharo' 'Math-Quaternion-Extensions' 'Math-DHB-Numerical-Extensions'). ]. \ No newline at end of file diff --git a/ConfigurationOfSciSmalltalk.package/monticello.meta/version b/ConfigurationOfSciSmalltalk.package/monticello.meta/version index 5e08143..c9fe944 100644 --- a/ConfigurationOfSciSmalltalk.package/monticello.meta/version +++ b/ConfigurationOfSciSmalltalk.package/monticello.meta/version @@ -1 +1 @@ -(name 'ConfigurationOfSciSmalltalk-DanielUber.13' message 'separated package load. ' id 'a9546148-d07f-465c-9f30-753f18440cdd' date '5 June 2012' time '3:39:42.348 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.12' message 'corrected typo in bleedingEdge.' id '7f0f99d3-5579-45f3-b07c-b3a6eccdb21f' date '20 May 2012' time '2:47:13.668 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.11' message 'added bleedingEdge version and updated to version 1.01' id '7e959693-c85b-4404-96d3-6e6cde48cb78' date '20 May 2012' time '2:44:26.266 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.10' message 'modified to try to load Math-All from ss3.' id '58c70684-ae18-470a-95cc-a4d4210e951b' date '17 May 2012' time '2:19:41.766 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.9' message 'currently loading DHB-Numerical, then Complex. There is an issue where DHB-Numerical needs Complex and Quaternion due to extensions, and Complex needs DHB-Numerical due to extensions. This may take some rethinking of the package structure (or require an extensions package).' id '9f772bde-a2f4-4d3a-9902-366cb0feeaf2' date '16 May 2012' time '4:11:19.556 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.8' message 'fixed typo in baseline.' id '384b19df-693f-4625-8399-bb2d83b68f14' date '16 May 2012' time '3:52:32.332 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.7' message 'added DHB-Numerical and fixed typos. Added to default and tests.' id 'b22b3ea1-6136-4ad2-ad87-b39fcfe6fb21' date '16 May 2012' time '3:50:26.232 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.6' message 'added DHB-Numerics as a dependency for Math-Complex.' id '2eb9c399-f1a4-4d7f-893d-48d06fc55424' date '16 May 2012' time '3:45:29.334 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.5' message 'added development version' id '0af623af-81f0-47ba-89e0-cc51698b2e9c' date '16 May 2012' time '3:35:20.434 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.4' message 'fixed dependency in baseline from Example-Core to Math-Complex.' id '7c5f16b4-3bfe-43bf-8ff6-33a9682d6f73' date '16 May 2012' time '3:28:34.716 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.3' message 'added version 100' id '3aae054c-4bc9-42e2-972c-dd44b5a1c722' date '16 May 2012' time '3:26:12.942 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.2' message 'created baseline for complex.' id '0c94552e-1fa2-437f-a308-71a3b71ab8dd' date '16 May 2012' time '3:21:19.742 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.1' message 'empty configuration. First commit.' id '2b16cd0b-9384-4fe9-a139-62c2f1fb7e84' date '16 May 2012' time '2:04:26.726 pm' author 'DanielUber' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'ConfigurationOfSciSmalltalk-DanielUber.14' message 'changed load order.' id '0b8e97a6-643c-439f-a5a9-105967bd3462' date '5 June 2012' time '4:27:20.258 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.13' message 'separated package load. ' id 'a9546148-d07f-465c-9f30-753f18440cdd' date '5 June 2012' time '3:39:42.348 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.12' message 'corrected typo in bleedingEdge.' id '7f0f99d3-5579-45f3-b07c-b3a6eccdb21f' date '20 May 2012' time '2:47:13.668 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.11' message 'added bleedingEdge version and updated to version 1.01' id '7e959693-c85b-4404-96d3-6e6cde48cb78' date '20 May 2012' time '2:44:26.266 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.10' message 'modified to try to load Math-All from ss3.' id '58c70684-ae18-470a-95cc-a4d4210e951b' date '17 May 2012' time '2:19:41.766 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.9' message 'currently loading DHB-Numerical, then Complex. There is an issue where DHB-Numerical needs Complex and Quaternion due to extensions, and Complex needs DHB-Numerical due to extensions. This may take some rethinking of the package structure (or require an extensions package).' id '9f772bde-a2f4-4d3a-9902-366cb0feeaf2' date '16 May 2012' time '4:11:19.556 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.8' message 'fixed typo in baseline.' id '384b19df-693f-4625-8399-bb2d83b68f14' date '16 May 2012' time '3:52:32.332 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.7' message 'added DHB-Numerical and fixed typos. Added to default and tests.' id 'b22b3ea1-6136-4ad2-ad87-b39fcfe6fb21' date '16 May 2012' time '3:50:26.232 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.6' message 'added DHB-Numerics as a dependency for Math-Complex.' id '2eb9c399-f1a4-4d7f-893d-48d06fc55424' date '16 May 2012' time '3:45:29.334 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.5' message 'added development version' id '0af623af-81f0-47ba-89e0-cc51698b2e9c' date '16 May 2012' time '3:35:20.434 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.4' message 'fixed dependency in baseline from Example-Core to Math-Complex.' id '7c5f16b4-3bfe-43bf-8ff6-33a9682d6f73' date '16 May 2012' time '3:28:34.716 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.3' message 'added version 100' id '3aae054c-4bc9-42e2-972c-dd44b5a1c722' date '16 May 2012' time '3:26:12.942 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.2' message 'created baseline for complex.' id '0c94552e-1fa2-437f-a308-71a3b71ab8dd' date '16 May 2012' time '3:21:19.742 pm' author 'DanielUber' ancestors ((name 'ConfigurationOfSciSmalltalk-DanielUber.1' message 'empty configuration. First commit.' id '2b16cd0b-9384-4fe9-a139-62c2f1fb7e84' date '16 May 2012' time '2:04:26.726 pm' author 'DanielUber' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/Math-Complex-Extensions.package/monticello.meta/package b/Math-Complex-Extensions.package/monticello.meta/package deleted file mode 100644 index a604577..0000000 --- a/Math-Complex-Extensions.package/monticello.meta/package +++ /dev/null @@ -1 +0,0 @@ -(name 'Math-Complex-Extensions') \ No newline at end of file diff --git a/Math-Complex-Extensions.package/monticello.meta/version b/Math-Complex-Extensions.package/monticello.meta/version deleted file mode 100644 index eaa8d02..0000000 --- a/Math-Complex-Extensions.package/monticello.meta/version +++ /dev/null @@ -1 +0,0 @@ -(name 'Math-Complex-Extensions-DanielUber.13' message 'moved Complex>>FloatClass' id 'b586038f-f234-4163-bbaf-b6dddc1308e6' date '5 June 2012' time '1:05:58.558 pm' author 'DanielUber' ancestors ((name 'Math-Complex-Extensions-DanielUber.12' message 'test commit to separate extensions' id 'caffcdbe-6c20-4a78-b201-98a9c76c88aa' date '5 June 2012' time '1:02:51.496 pm' author 'DanielUber' ancestors ((name 'Math-Complex-Extensions-DanielUber.11' message 'edited argument names in adaptToComplex:andSend: ' id 'ceb5c197-a6ea-4342-a5e6-39b4a896abae' date '1 June 2012' time '5:26:57.863 pm' author 'DanielUber' ancestors ((name 'Math-Complex-Extensions-DanielUber.10' message 'Incorporated changes to DhbVector, test cases for Quaternion and Complex.' id '82def84b-5064-4a60-a6fe-ad8d0ba52bde' date '31 May 2012' time '10:35:05.99 am' author 'DanielUber' ancestors ((name 'Math-Complex-Extensions-DanielUber.9' message 'added to Complex-Extensions to SciSmalltak.' id 'bef81753-1f86-4146-91f7-d7af722f6069' date '17 May 2012' time '1:14:03.37 pm' author 'DanielUber' ancestors ((name 'Math-Complex-Extensions-nice.8' message 'Remove the extensions that have been added to Squeak trunk 4.3' id 'ed4992a5-7404-486e-a11e-2c64ded5c232' date '21 July 2011' time '11:18:17.656 pm' author 'nice' ancestors ((name 'Math-Complex-Extensions-nice.7' message 'Revised #raisedTo: #raisedToInteger: Added class methods #one #zero This is to correct: self should: [0 i raisedTo: -2] raise: ZeroDivide' id '76ec81a5-9dd8-440f-9563-a57e82c436b4' date '18 September 2008' time '10:59:21 pm' author 'nice' ancestors ((name 'Math-Complex-Extensions-nice.6' message 'publish on squeaksource' id 'ffec0cd5-ad24-43b2-863f-56ff2aac2161' date '22 June 2006' time '1:39:49 am' author 'nice' ancestors ((name 'Math-Complex-Extensions-nice.5' message 'removed unecessary FloatComplexArray' id 'bd228826-60f2-4a30-9cd5-8ddb9ec0257a' date '19 May 2006' time '10:23:13 pm' author 'nice' ancestors ((name 'Math-Complex-Extensions-nice.4' message 'fixed new:' id 'e620e501-6b53-4177-bc85-c44e499191de' date '17 May 2006' time '11:47:52 pm' author 'nice' ancestors ((name 'Math-Complex-Extensions-nice.3' message '' id '57d230a9-fd48-4b01-9220-c47d68c29584' date '7 May 2006' time '9:03:04 pm' author 'nice' ancestors ((name 'Math-Complex-Extensions-nice.2' message 'add FloatComplexArray' id 'f4a0622e-2e01-4845-a96d-fc22534e1672' date '24 March 2006' time '1:26:47 am' author 'nice' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/Math-Complex.package/Complex.class/properties.json b/Math-Complex.package/Complex.class/properties.json index 0081176..dc1eac4 100644 --- a/Math-Complex.package/Complex.class/properties.json +++ b/Math-Complex.package/Complex.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-Complex", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "mk 10/31/2003 22:19", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-Complex.package/monticello.meta/version b/Math-Complex.package/monticello.meta/version index 64b8159..b746d84 100644 --- a/Math-Complex.package/monticello.meta/version +++ b/Math-Complex.package/monticello.meta/version @@ -1 +1 @@ -(name 'Math-Complex-DanielUber.5' message 'moved FloatClass to private from Extensions-private' id '5e32abff-4d51-434f-88bb-022b6c81054e' date '5 June 2012' time '1:05:22.176 pm' author 'DanielUber' ancestors ((name 'Math-Complex-DanielUber.4' message 'commit after separation of extensions' id '21406518-b411-4e01-8317-e9e46b08bcea' date '5 June 2012' time '1:04:00.23 pm' author 'DanielUber' ancestors ((name 'Math-Complex-DanielUber.3' message 'Incorporated changes to DhbVector, test cases for Quaternion and Complex.' id 'add47e81-a734-4899-a1dd-afa2520f521c' date '31 May 2012' time '10:34:59.54 am' author 'DanielUber' ancestors ((name 'Math-Complex-DanielUber.2' message 'added Complex-Extensions.' id 'aa3b1fe8-e84a-49c7-8bed-19fb71cc7c75' date '17 May 2012' time '1:14:30.174 pm' author 'DanielUber' ancestors ((name 'Math-Complex-DanielUber.1' message 'Separated Math-Complex' id '764f893c-e8a4-4b58-bdf6-69d5b4024f25' date '13 May 2012' time '2:54:20.184 pm' author 'DanielUber' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'Math-Complex-DanielUber.6' message 'removed extensions' id '95f50a45-86b5-4d23-adcb-3fc9a1582fc1' date '5 June 2012' time '4:44:18.894 pm' author 'DanielUber' ancestors ((name 'Math-Complex-DanielUber.5' message 'moved FloatClass to private from Extensions-private' id '5e32abff-4d51-434f-88bb-022b6c81054e' date '5 June 2012' time '1:05:22.176 pm' author 'DanielUber' ancestors ((name 'Math-Complex-DanielUber.4' message 'commit after separation of extensions' id '21406518-b411-4e01-8317-e9e46b08bcea' date '5 June 2012' time '1:04:00.23 pm' author 'DanielUber' ancestors ((name 'Math-Complex-DanielUber.3' message 'Incorporated changes to DhbVector, test cases for Quaternion and Complex.' id 'add47e81-a734-4899-a1dd-afa2520f521c' date '31 May 2012' time '10:34:59.54 am' author 'DanielUber' ancestors ((name 'Math-Complex-DanielUber.2' message 'added Complex-Extensions.' id 'aa3b1fe8-e84a-49c7-8bed-19fb71cc7c75' date '17 May 2012' time '1:14:30.174 pm' author 'DanielUber' ancestors ((name 'Math-Complex-DanielUber.1' message 'Separated Math-Complex' id '764f893c-e8a4-4b58-bdf6-69d5b4024f25' date '13 May 2012' time '2:54:20.184 pm' author 'DanielUber' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/Math-Complex-Extensions.package/.filetree b/Math-ComplexExtensions.package/.filetree similarity index 100% rename from Math-Complex-Extensions.package/.filetree rename to Math-ComplexExtensions.package/.filetree diff --git a/Math-Complex-Extensions.package/DhbPolynomial.extension/instance/adaptToComplex.andSend..st b/Math-ComplexExtensions.package/DhbPolynomial.extension/instance/adaptToComplex.andSend..st similarity index 82% rename from Math-Complex-Extensions.package/DhbPolynomial.extension/instance/adaptToComplex.andSend..st rename to Math-ComplexExtensions.package/DhbPolynomial.extension/instance/adaptToComplex.andSend..st index 741209e..98cd2f2 100644 --- a/Math-Complex-Extensions.package/DhbPolynomial.extension/instance/adaptToComplex.andSend..st +++ b/Math-ComplexExtensions.package/DhbPolynomial.extension/instance/adaptToComplex.andSend..st @@ -1,3 +1,3 @@ -*Math-Complex-Extensions +*Math-ComplexExtensions adaptToComplex: rcvr andSend: selector ^(self class coefficients: (Array with: rcvr) ) perform: selector with: self \ No newline at end of file diff --git a/Math-Complex-Extensions.package/DhbPolynomial.extension/properties.json b/Math-ComplexExtensions.package/DhbPolynomial.extension/properties.json similarity index 100% rename from Math-Complex-Extensions.package/DhbPolynomial.extension/properties.json rename to Math-ComplexExtensions.package/DhbPolynomial.extension/properties.json diff --git a/Math-Complex-Extensions.package/DhbVector.extension/instance/adaptToComplex.andSend..st b/Math-ComplexExtensions.package/DhbVector.extension/instance/adaptToComplex.andSend..st similarity index 79% rename from Math-Complex-Extensions.package/DhbVector.extension/instance/adaptToComplex.andSend..st rename to Math-ComplexExtensions.package/DhbVector.extension/instance/adaptToComplex.andSend..st index b50efd3..055b272 100644 --- a/Math-Complex-Extensions.package/DhbVector.extension/instance/adaptToComplex.andSend..st +++ b/Math-ComplexExtensions.package/DhbVector.extension/instance/adaptToComplex.andSend..st @@ -1,3 +1,3 @@ -*Math-Complex-Extensions +*Math-ComplexExtensions adaptToComplex: rcvr andSend: selector ^ self collect: [:ea | rcvr perform: selector with: ea]. \ No newline at end of file diff --git a/Math-Complex-Extensions.package/DhbVector.extension/properties.json b/Math-ComplexExtensions.package/DhbVector.extension/properties.json similarity index 100% rename from Math-Complex-Extensions.package/DhbVector.extension/properties.json rename to Math-ComplexExtensions.package/DhbVector.extension/properties.json diff --git a/Math-Complex-Extensions.package/Number.extension/instance/adaptToComplex.andSend..st b/Math-ComplexExtensions.package/Number.extension/instance/adaptToComplex.andSend..st similarity index 82% rename from Math-Complex-Extensions.package/Number.extension/instance/adaptToComplex.andSend..st rename to Math-ComplexExtensions.package/Number.extension/instance/adaptToComplex.andSend..st index 1b6789b..3cd7abc 100644 --- a/Math-Complex-Extensions.package/Number.extension/instance/adaptToComplex.andSend..st +++ b/Math-ComplexExtensions.package/Number.extension/instance/adaptToComplex.andSend..st @@ -1,4 +1,4 @@ -*Math-Complex-Extensions-converting +*Math-ComplexExtensions adaptToComplex: rcvr andSend: selector "If I am involved in arithmetic with a Complex number, convert me to a Complex number." ^ rcvr perform: selector with: self asComplex \ No newline at end of file diff --git a/Math-Complex-Extensions.package/Number.extension/instance/asComplex.st b/Math-ComplexExtensions.package/Number.extension/instance/asComplex.st similarity index 76% rename from Math-Complex-Extensions.package/Number.extension/instance/asComplex.st rename to Math-ComplexExtensions.package/Number.extension/instance/asComplex.st index 13fbbf9..4f6d9a5 100644 --- a/Math-Complex-Extensions.package/Number.extension/instance/asComplex.st +++ b/Math-ComplexExtensions.package/Number.extension/instance/asComplex.st @@ -1,4 +1,4 @@ -*Math-Complex-Extensions-converting +*Math-ComplexExtensions asComplex "Answer a Complex number that represents value of the the receiver." diff --git a/Math-Complex-Extensions.package/Number.extension/instance/i..st b/Math-ComplexExtensions.package/Number.extension/instance/i..st similarity index 88% rename from Math-Complex-Extensions.package/Number.extension/instance/i..st rename to Math-ComplexExtensions.package/Number.extension/instance/i..st index 776ffe5..24f2f85 100644 --- a/Math-Complex-Extensions.package/Number.extension/instance/i..st +++ b/Math-ComplexExtensions.package/Number.extension/instance/i..st @@ -1,4 +1,4 @@ -*Math-Complex-Extensions-converting +*Math-ComplexExtensions i: aNumber "Form a complex number with receiver as realPart diff --git a/Math-Complex-Extensions.package/Number.extension/instance/i.st b/Math-ComplexExtensions.package/Number.extension/instance/i.st similarity index 50% rename from Math-Complex-Extensions.package/Number.extension/instance/i.st rename to Math-ComplexExtensions.package/Number.extension/instance/i.st index 53e3482..236229d 100644 --- a/Math-Complex-Extensions.package/Number.extension/instance/i.st +++ b/Math-ComplexExtensions.package/Number.extension/instance/i.st @@ -1,3 +1,3 @@ -*Math-Complex-Extensions-converting +*Math-ComplexExtensions i ^ Complex real: 0 imaginary: self \ No newline at end of file diff --git a/Math-Complex-Extensions.package/Number.extension/properties.json b/Math-ComplexExtensions.package/Number.extension/properties.json similarity index 100% rename from Math-Complex-Extensions.package/Number.extension/properties.json rename to Math-ComplexExtensions.package/Number.extension/properties.json diff --git a/Math-Complex-Extensions.package/monticello.meta/initializers.st b/Math-ComplexExtensions.package/monticello.meta/initializers.st similarity index 100% rename from Math-Complex-Extensions.package/monticello.meta/initializers.st rename to Math-ComplexExtensions.package/monticello.meta/initializers.st diff --git a/Math-ComplexExtensions.package/monticello.meta/package b/Math-ComplexExtensions.package/monticello.meta/package new file mode 100644 index 0000000..41fb7ed --- /dev/null +++ b/Math-ComplexExtensions.package/monticello.meta/package @@ -0,0 +1 @@ +(name 'Math-ComplexExtensions') \ No newline at end of file diff --git a/Math-ComplexExtensions.package/monticello.meta/version b/Math-ComplexExtensions.package/monticello.meta/version new file mode 100644 index 0000000..9edd9e4 --- /dev/null +++ b/Math-ComplexExtensions.package/monticello.meta/version @@ -0,0 +1 @@ +(name 'Math-ComplexExtensions-DanielUber.1' message 'renamed extension packaged.' id '55b04c60-03e0-42ac-b55b-8e50c87fac59' date '5 June 2012' time '4:47:25.712 pm' author 'DanielUber' ancestors () stepChildren ()) \ No newline at end of file diff --git a/Math-Complex-Extensions.package/properties.json b/Math-ComplexExtensions.package/properties.json similarity index 100% rename from Math-Complex-Extensions.package/properties.json rename to Math-ComplexExtensions.package/properties.json diff --git a/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atColumn..st b/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atColumn..st deleted file mode 100644 index 09f0924..0000000 --- a/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atColumn..st +++ /dev/null @@ -1,4 +0,0 @@ -*Math-DHB-Numerical-Extensions -atColumn: anInteger - - ^ self columnAt: anInteger \ No newline at end of file diff --git a/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atColumn.put..st b/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atColumn.put..st deleted file mode 100644 index 3da4097..0000000 --- a/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atColumn.put..st +++ /dev/null @@ -1,6 +0,0 @@ -*Math-DHB-Numerical-Extensions -atColumn: aColumnIndex put: aCollection - - aCollection withIndexDo: [: value : rowIndex | - self rowAt: rowIndex columnAt: aColumnIndex put: value ] - diff --git a/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atRow.put..st b/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atRow.put..st deleted file mode 100644 index 943d216..0000000 --- a/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atRow.put..st +++ /dev/null @@ -1,6 +0,0 @@ -*Math-DHB-Numerical-Extensions -atRow: rowIndex put: aCollection - - aCollection withIndexDo: [: value : columnIndex | - self rowAt: rowIndex columnAt: columnIndex put: value ] - diff --git a/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/initializeRows.columns..st b/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/initializeRows.columns..st deleted file mode 100644 index 85b4d66..0000000 --- a/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/initializeRows.columns..st +++ /dev/null @@ -1,5 +0,0 @@ -*Math-DHB-Numerical-Extensions -initializeRows: rowsInteger columns: columnsInteger - "Build empty components for a matrix." - - rows := ( 1 to: rowsInteger ) asVector collect: [ :each | DhbVector new: columnsInteger ]. \ No newline at end of file diff --git a/Math-DHB-Numerical-Extensions.package/monticello.meta/package b/Math-DHB-Numerical-Extensions.package/monticello.meta/package deleted file mode 100644 index 7fd0065..0000000 --- a/Math-DHB-Numerical-Extensions.package/monticello.meta/package +++ /dev/null @@ -1 +0,0 @@ -(name 'Math-DHB-Numerical-Extensions') \ No newline at end of file diff --git a/Math-DHB-Numerical-Extensions.package/monticello.meta/version b/Math-DHB-Numerical-Extensions.package/monticello.meta/version deleted file mode 100644 index 1c9d4b2..0000000 --- a/Math-DHB-Numerical-Extensions.package/monticello.meta/version +++ /dev/null @@ -1 +0,0 @@ -(name 'Math-DHB-Numerical-Extensions-DanielUber.1' message 'separated DHB Numerical Extensions.' id '2ef4dd24-ed3d-4496-bf55-f7cf6f86ccfc' date '5 June 2012' time '12:59:47.744 pm' author 'DanielUber' ancestors () stepChildren ()) \ No newline at end of file diff --git a/Math-DHB-Numerical.package/DhbAbstractDataServer.class/properties.json b/Math-DHB-Numerical.package/DhbAbstractDataServer.class/properties.json index cc235bd..aff01b3 100644 --- a/Math-DHB-Numerical.package/DhbAbstractDataServer.class/properties.json +++ b/Math-DHB-Numerical.package/DhbAbstractDataServer.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbAsymptoticChiSquareDistribution.class/properties.json b/Math-DHB-Numerical.package/DhbAsymptoticChiSquareDistribution.class/properties.json index 809cfc5..1f99dc3 100644 --- a/Math-DHB-Numerical.package/DhbAsymptoticChiSquareDistribution.class/properties.json +++ b/Math-DHB-Numerical.package/DhbAsymptoticChiSquareDistribution.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -13,4 +14,5 @@ "pools" : [ ], "super" : "DhbProbabilityDensity", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbBetaDistribution.class/properties.json b/Math-DHB-Numerical.package/DhbBetaDistribution.class/properties.json index 5463b7f..c477813 100644 --- a/Math-DHB-Numerical.package/DhbBetaDistribution.class/properties.json +++ b/Math-DHB-Numerical.package/DhbBetaDistribution.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -16,4 +17,5 @@ "pools" : [ ], "super" : "DhbProbabilityDensity", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbBisectionZeroFinder.class/properties.json b/Math-DHB-Numerical.package/DhbBisectionZeroFinder.class/properties.json index 444d477..7e87f9a 100644 --- a/Math-DHB-Numerical.package/DhbBisectionZeroFinder.class/properties.json +++ b/Math-DHB-Numerical.package/DhbBisectionZeroFinder.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "DhbFunctionalIterator", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbBulirschStoerInterpolator.class/properties.json b/Math-DHB-Numerical.package/DhbBulirschStoerInterpolator.class/properties.json index 1901f5c..db7c555 100644 --- a/Math-DHB-Numerical.package/DhbBulirschStoerInterpolator.class/properties.json +++ b/Math-DHB-Numerical.package/DhbBulirschStoerInterpolator.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbNevilleInterpolator", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbCauchyDistribution.class/properties.json b/Math-DHB-Numerical.package/DhbCauchyDistribution.class/properties.json index d7a7c4d..f65f370 100644 --- a/Math-DHB-Numerical.package/DhbCauchyDistribution.class/properties.json +++ b/Math-DHB-Numerical.package/DhbCauchyDistribution.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "DhbProbabilityDensity", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbChiSquareDistribution.class/properties.json b/Math-DHB-Numerical.package/DhbChiSquareDistribution.class/properties.json index 910384d..797d5b9 100644 --- a/Math-DHB-Numerical.package/DhbChiSquareDistribution.class/properties.json +++ b/Math-DHB-Numerical.package/DhbChiSquareDistribution.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbGammaDistribution", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbChromosomeManager.class/properties.json b/Math-DHB-Numerical.package/DhbChromosomeManager.class/properties.json index 66e59a2..9a7d382 100644 --- a/Math-DHB-Numerical.package/DhbChromosomeManager.class/properties.json +++ b/Math-DHB-Numerical.package/DhbChromosomeManager.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -14,4 +15,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbCluster.class/properties.json b/Math-DHB-Numerical.package/DhbCluster.class/properties.json index 95ffef8..6841ac4 100644 --- a/Math-DHB-Numerical.package/DhbCluster.class/properties.json +++ b/Math-DHB-Numerical.package/DhbCluster.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbClusterFinder.class/properties.json b/Math-DHB-Numerical.package/DhbClusterFinder.class/properties.json index 5a803df..d1705d6 100644 --- a/Math-DHB-Numerical.package/DhbClusterFinder.class/properties.json +++ b/Math-DHB-Numerical.package/DhbClusterFinder.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -13,4 +14,5 @@ "pools" : [ ], "super" : "DhbIterativeProcess", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbCongruentialRandomNumberGenerator.class/properties.json b/Math-DHB-Numerical.package/DhbCongruentialRandomNumberGenerator.class/properties.json index ea9958c..005e36b 100644 --- a/Math-DHB-Numerical.package/DhbCongruentialRandomNumberGenerator.class/properties.json +++ b/Math-DHB-Numerical.package/DhbCongruentialRandomNumberGenerator.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ "UniqueInstance" ], "commentStamp" : "", @@ -14,4 +15,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbContinuedFraction.class/properties.json b/Math-DHB-Numerical.package/DhbContinuedFraction.class/properties.json index 355c6a3..158cbd1 100644 --- a/Math-DHB-Numerical.package/DhbContinuedFraction.class/properties.json +++ b/Math-DHB-Numerical.package/DhbContinuedFraction.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "DhbInfiniteSeries", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbCovarianceAccumulator.class/properties.json b/Math-DHB-Numerical.package/DhbCovarianceAccumulator.class/properties.json index 6590482..623cf9c 100644 --- a/Math-DHB-Numerical.package/DhbCovarianceAccumulator.class/properties.json +++ b/Math-DHB-Numerical.package/DhbCovarianceAccumulator.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbVectorAccumulator", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbCovarianceCluster.class/properties.json b/Math-DHB-Numerical.package/DhbCovarianceCluster.class/properties.json index 2643019..bc6e271 100644 --- a/Math-DHB-Numerical.package/DhbCovarianceCluster.class/properties.json +++ b/Math-DHB-Numerical.package/DhbCovarianceCluster.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbCluster", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbDecimalFloatingNumber.class/properties.json b/Math-DHB-Numerical.package/DhbDecimalFloatingNumber.class/properties.json index d207ee2..33c72b6 100644 --- a/Math-DHB-Numerical.package/DhbDecimalFloatingNumber.class/properties.json +++ b/Math-DHB-Numerical.package/DhbDecimalFloatingNumber.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ "Digits" ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbErfApproximation.class/properties.json b/Math-DHB-Numerical.package/DhbErfApproximation.class/properties.json index baec24c..2d753d9 100644 --- a/Math-DHB-Numerical.package/DhbErfApproximation.class/properties.json +++ b/Math-DHB-Numerical.package/DhbErfApproximation.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ "UniqueInstance" ], "commentStamp" : "", @@ -13,4 +14,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbEstimatedPolynomial.class/properties.json b/Math-DHB-Numerical.package/DhbEstimatedPolynomial.class/properties.json index e2237a7..91d7b44 100644 --- a/Math-DHB-Numerical.package/DhbEstimatedPolynomial.class/properties.json +++ b/Math-DHB-Numerical.package/DhbEstimatedPolynomial.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbPolynomial", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbEuclideanCluster.class/properties.json b/Math-DHB-Numerical.package/DhbEuclideanCluster.class/properties.json index 614f6a6..29bb651 100644 --- a/Math-DHB-Numerical.package/DhbEuclideanCluster.class/properties.json +++ b/Math-DHB-Numerical.package/DhbEuclideanCluster.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbCluster", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbExponentialDistribution.class/properties.json b/Math-DHB-Numerical.package/DhbExponentialDistribution.class/properties.json index b955883..afa5ce7 100644 --- a/Math-DHB-Numerical.package/DhbExponentialDistribution.class/properties.json +++ b/Math-DHB-Numerical.package/DhbExponentialDistribution.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbProbabilityDensity", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbFastStatisticalMoments.class/properties.json b/Math-DHB-Numerical.package/DhbFastStatisticalMoments.class/properties.json index 7cc4b20..28adb28 100644 --- a/Math-DHB-Numerical.package/DhbFastStatisticalMoments.class/properties.json +++ b/Math-DHB-Numerical.package/DhbFastStatisticalMoments.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbStatisticalMoments", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbFisherSnedecorDistribution.class/properties.json b/Math-DHB-Numerical.package/DhbFisherSnedecorDistribution.class/properties.json index 45f5527..342ad43 100644 --- a/Math-DHB-Numerical.package/DhbFisherSnedecorDistribution.class/properties.json +++ b/Math-DHB-Numerical.package/DhbFisherSnedecorDistribution.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -16,4 +17,5 @@ "pools" : [ ], "super" : "DhbProbabilityDensity", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbFisherTippettDistribution.class/properties.json b/Math-DHB-Numerical.package/DhbFisherTippettDistribution.class/properties.json index cfc75b7..f2bf258 100644 --- a/Math-DHB-Numerical.package/DhbFisherTippettDistribution.class/properties.json +++ b/Math-DHB-Numerical.package/DhbFisherTippettDistribution.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "DhbProbabilityDensity", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbFixedStatisticalMoments.class/properties.json b/Math-DHB-Numerical.package/DhbFixedStatisticalMoments.class/properties.json index d2d9456..310e573 100644 --- a/Math-DHB-Numerical.package/DhbFixedStatisticalMoments.class/properties.json +++ b/Math-DHB-Numerical.package/DhbFixedStatisticalMoments.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbStatisticalMoments", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbFloatingPointMachine.class/properties.json b/Math-DHB-Numerical.package/DhbFloatingPointMachine.class/properties.json index a3d9284..627a0d9 100644 --- a/Math-DHB-Numerical.package/DhbFloatingPointMachine.class/properties.json +++ b/Math-DHB-Numerical.package/DhbFloatingPointMachine.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ "UniqueInstance" ], "commentStamp" : "", @@ -18,4 +19,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbFunctionOptimizer.class/properties.json b/Math-DHB-Numerical.package/DhbFunctionOptimizer.class/properties.json index 2bc30aa..fe004e5 100644 --- a/Math-DHB-Numerical.package/DhbFunctionOptimizer.class/properties.json +++ b/Math-DHB-Numerical.package/DhbFunctionOptimizer.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "DhbFunctionalIterator", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbFunctionalIterator.class/properties.json b/Math-DHB-Numerical.package/DhbFunctionalIterator.class/properties.json index ce20644..0c2798c 100644 --- a/Math-DHB-Numerical.package/DhbFunctionalIterator.class/properties.json +++ b/Math-DHB-Numerical.package/DhbFunctionalIterator.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "DhbIterativeProcess", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbGammaDistribution.class/properties.json b/Math-DHB-Numerical.package/DhbGammaDistribution.class/properties.json index 755949d..7806e2d 100644 --- a/Math-DHB-Numerical.package/DhbGammaDistribution.class/properties.json +++ b/Math-DHB-Numerical.package/DhbGammaDistribution.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -15,4 +16,5 @@ "pools" : [ ], "super" : "DhbProbabilityDensity", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbGeneticOptimizer.class/properties.json b/Math-DHB-Numerical.package/DhbGeneticOptimizer.class/properties.json index c81e9b1..9fa94b0 100644 --- a/Math-DHB-Numerical.package/DhbGeneticOptimizer.class/properties.json +++ b/Math-DHB-Numerical.package/DhbGeneticOptimizer.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbFunctionOptimizer", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbHillClimbingOptimizer.class/properties.json b/Math-DHB-Numerical.package/DhbHillClimbingOptimizer.class/properties.json index 53a849b..8cccbcf 100644 --- a/Math-DHB-Numerical.package/DhbHillClimbingOptimizer.class/properties.json +++ b/Math-DHB-Numerical.package/DhbHillClimbingOptimizer.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbFunctionOptimizer", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbHistogram.class/properties.json b/Math-DHB-Numerical.package/DhbHistogram.class/properties.json index fb6d4ce..45f2a63 100644 --- a/Math-DHB-Numerical.package/DhbHistogram.class/properties.json +++ b/Math-DHB-Numerical.package/DhbHistogram.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -19,4 +20,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbHistogrammedDistribution.class/properties.json b/Math-DHB-Numerical.package/DhbHistogrammedDistribution.class/properties.json index 8bb7245..a6b4a6a 100644 --- a/Math-DHB-Numerical.package/DhbHistogrammedDistribution.class/properties.json +++ b/Math-DHB-Numerical.package/DhbHistogrammedDistribution.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbProbabilityDensity", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbIncompleteBetaFractionTermServer.class/properties.json b/Math-DHB-Numerical.package/DhbIncompleteBetaFractionTermServer.class/properties.json index 3476b29..7234520 100644 --- a/Math-DHB-Numerical.package/DhbIncompleteBetaFractionTermServer.class/properties.json +++ b/Math-DHB-Numerical.package/DhbIncompleteBetaFractionTermServer.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "DhbSeriesTermServer", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbIncompleteBetaFunction.class/properties.json b/Math-DHB-Numerical.package/DhbIncompleteBetaFunction.class/properties.json index 474285c..261d8d8 100644 --- a/Math-DHB-Numerical.package/DhbIncompleteBetaFunction.class/properties.json +++ b/Math-DHB-Numerical.package/DhbIncompleteBetaFunction.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -15,4 +16,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbIncompleteBetaFunctionFraction.class/properties.json b/Math-DHB-Numerical.package/DhbIncompleteBetaFunctionFraction.class/properties.json index d03f94a..34af0e7 100644 --- a/Math-DHB-Numerical.package/DhbIncompleteBetaFunctionFraction.class/properties.json +++ b/Math-DHB-Numerical.package/DhbIncompleteBetaFunctionFraction.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -18,4 +19,5 @@ "pools" : [ ], "super" : "DhbIterativeProcess", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbIncompleteGammaFractionTermServer.class/properties.json b/Math-DHB-Numerical.package/DhbIncompleteGammaFractionTermServer.class/properties.json index fa26b08..009c1a2 100644 --- a/Math-DHB-Numerical.package/DhbIncompleteGammaFractionTermServer.class/properties.json +++ b/Math-DHB-Numerical.package/DhbIncompleteGammaFractionTermServer.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbSeriesTermServer", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbIncompleteGammaFunction.class/properties.json b/Math-DHB-Numerical.package/DhbIncompleteGammaFunction.class/properties.json index c3e1156..7605d80 100644 --- a/Math-DHB-Numerical.package/DhbIncompleteGammaFunction.class/properties.json +++ b/Math-DHB-Numerical.package/DhbIncompleteGammaFunction.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -14,4 +15,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbIncompleteGammaSeriesTermServer.class/properties.json b/Math-DHB-Numerical.package/DhbIncompleteGammaSeriesTermServer.class/properties.json index b10922e..29d73ea 100644 --- a/Math-DHB-Numerical.package/DhbIncompleteGammaSeriesTermServer.class/properties.json +++ b/Math-DHB-Numerical.package/DhbIncompleteGammaSeriesTermServer.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "DhbSeriesTermServer", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbInfiniteSeries.class/properties.json b/Math-DHB-Numerical.package/DhbInfiniteSeries.class/properties.json index 48c9031..2ad58c3 100644 --- a/Math-DHB-Numerical.package/DhbInfiniteSeries.class/properties.json +++ b/Math-DHB-Numerical.package/DhbInfiniteSeries.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbIterativeProcess", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbIterativeProcess.class/properties.json b/Math-DHB-Numerical.package/DhbIterativeProcess.class/properties.json index 9977fad..d82c8be 100644 --- a/Math-DHB-Numerical.package/DhbIterativeProcess.class/properties.json +++ b/Math-DHB-Numerical.package/DhbIterativeProcess.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -15,4 +16,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbJacobiTransformation.class/properties.json b/Math-DHB-Numerical.package/DhbJacobiTransformation.class/properties.json index 79341a0..9ee48cc 100644 --- a/Math-DHB-Numerical.package/DhbJacobiTransformation.class/properties.json +++ b/Math-DHB-Numerical.package/DhbJacobiTransformation.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "DhbIterativeProcess", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbLUPDecomposition.class/properties.json b/Math-DHB-Numerical.package/DhbLUPDecomposition.class/properties.json index dc281bd..31964a6 100644 --- a/Math-DHB-Numerical.package/DhbLUPDecomposition.class/properties.json +++ b/Math-DHB-Numerical.package/DhbLUPDecomposition.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -13,4 +14,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbLagrangeInterpolator.class/properties.json b/Math-DHB-Numerical.package/DhbLagrangeInterpolator.class/properties.json index 65956e7..7fad0c3 100644 --- a/Math-DHB-Numerical.package/DhbLagrangeInterpolator.class/properties.json +++ b/Math-DHB-Numerical.package/DhbLagrangeInterpolator.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbLanczosFormula.class/properties.json b/Math-DHB-Numerical.package/DhbLanczosFormula.class/properties.json index 29de798..a545c68 100644 --- a/Math-DHB-Numerical.package/DhbLanczosFormula.class/properties.json +++ b/Math-DHB-Numerical.package/DhbLanczosFormula.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ "UniqueInstance" ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbLaplaceDistribution.class/properties.json b/Math-DHB-Numerical.package/DhbLaplaceDistribution.class/properties.json index 628589a..9a1dc05 100644 --- a/Math-DHB-Numerical.package/DhbLaplaceDistribution.class/properties.json +++ b/Math-DHB-Numerical.package/DhbLaplaceDistribution.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "DhbProbabilityDensity", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbLargestEigenValueFinder.class/properties.json b/Math-DHB-Numerical.package/DhbLargestEigenValueFinder.class/properties.json index 91bcc64..c471a4f 100644 --- a/Math-DHB-Numerical.package/DhbLargestEigenValueFinder.class/properties.json +++ b/Math-DHB-Numerical.package/DhbLargestEigenValueFinder.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -13,4 +14,5 @@ "pools" : [ ], "super" : "DhbIterativeProcess", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbLeastSquareFit.class/properties.json b/Math-DHB-Numerical.package/DhbLeastSquareFit.class/properties.json index d343a1c..0a7648b 100644 --- a/Math-DHB-Numerical.package/DhbLeastSquareFit.class/properties.json +++ b/Math-DHB-Numerical.package/DhbLeastSquareFit.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -16,4 +17,5 @@ "pools" : [ ], "super" : "DhbIterativeProcess", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbLinearEquationSystem.class/properties.json b/Math-DHB-Numerical.package/DhbLinearEquationSystem.class/properties.json index 97857ca..7903a3f 100644 --- a/Math-DHB-Numerical.package/DhbLinearEquationSystem.class/properties.json +++ b/Math-DHB-Numerical.package/DhbLinearEquationSystem.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbLinearRegression.class/properties.json b/Math-DHB-Numerical.package/DhbLinearRegression.class/properties.json index 59fe275..00f8c55 100644 --- a/Math-DHB-Numerical.package/DhbLinearRegression.class/properties.json +++ b/Math-DHB-Numerical.package/DhbLinearRegression.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -19,4 +20,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbLogNormalDistribution.class/properties.json b/Math-DHB-Numerical.package/DhbLogNormalDistribution.class/properties.json index 92aba00..8cb9257 100644 --- a/Math-DHB-Numerical.package/DhbLogNormalDistribution.class/properties.json +++ b/Math-DHB-Numerical.package/DhbLogNormalDistribution.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbProbabilityDensityWithUnknownDistribution", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbMahalanobisCenter.class/properties.json b/Math-DHB-Numerical.package/DhbMahalanobisCenter.class/properties.json index f59287f..5123e5e 100644 --- a/Math-DHB-Numerical.package/DhbMahalanobisCenter.class/properties.json +++ b/Math-DHB-Numerical.package/DhbMahalanobisCenter.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -13,4 +14,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbMatrix.class/instance/at.at..st b/Math-DHB-Numerical.package/DhbMatrix.class/instance/at.at..st deleted file mode 100644 index d0dccb0..0000000 --- a/Math-DHB-Numerical.package/DhbMatrix.class/instance/at.at..st +++ /dev/null @@ -1,6 +0,0 @@ -*Math-DHB-Numerical-Extensions -at: aRowIndex at: aColumnIndex - "Answers the aRowIndex-th, aColumnIndex-th entry in the receiver. - (c) Copyrights Joseph WHITESELL, 2001, all rights reserved. - Initial code: 08/17/2001 " - ^ self rowAt: aRowIndex columnAt: aColumnIndex \ No newline at end of file diff --git a/Math-DHB-Numerical.package/DhbMatrix.class/instance/at.at.put..st b/Math-DHB-Numerical.package/DhbMatrix.class/instance/at.at.put..st deleted file mode 100644 index 347655b..0000000 --- a/Math-DHB-Numerical.package/DhbMatrix.class/instance/at.at.put..st +++ /dev/null @@ -1,5 +0,0 @@ -*Math-DHB-Numerical-Extensions -at: rowIndex at: columnIndex put: value - - self rowAt: rowIndex columnAt: columnIndex put: value - diff --git a/Math-DHB-Numerical.package/DhbMatrix.class/instance/atColumn.put.startingAt..st b/Math-DHB-Numerical.package/DhbMatrix.class/instance/atColumn.put.startingAt..st deleted file mode 100644 index 6d4c28d..0000000 --- a/Math-DHB-Numerical.package/DhbMatrix.class/instance/atColumn.put.startingAt..st +++ /dev/null @@ -1,12 +0,0 @@ -*Math-DHB-Numerical-Extensions -atColumn: aColumnNumber put: aCollection startingAt: rowNumber - " Fill the receiver with aCollection at aColumnNumber beggining - at rowNumber. " - - aCollection withIndexDo: [: value : rowIndex | - (rowIndex + rowNumber ) <= self numberOfRows - ifTrue: - [ self rowAt: rowIndex + rowNumber - columnAt: aColumnNumber - put: value ]] - diff --git a/Math-DHB-Numerical.package/DhbMatrix.class/instance/atRow.put.startingAt..st b/Math-DHB-Numerical.package/DhbMatrix.class/instance/atRow.put.startingAt..st deleted file mode 100644 index 72552e9..0000000 --- a/Math-DHB-Numerical.package/DhbMatrix.class/instance/atRow.put.startingAt..st +++ /dev/null @@ -1,12 +0,0 @@ -*Math-DHB-Numerical-Extensions -atRow: rowIndex put: aCollection startingAt: startColumnNumber - " Fill the receiver with aCollection at rowIndex beggining at startColumnNumber. " - - aCollection withIndexDo: [: value : columnIndex | - (columnIndex + startColumnNumber ) <= self numberOfColumns - ifTrue: - [ self - rowAt: rowIndex - columnAt: columnIndex + startColumnNumber - put: value ]] - diff --git a/Math-DHB-Numerical.package/DhbMatrix.class/properties.json b/Math-DHB-Numerical.package/DhbMatrix.class/properties.json index d8acd86..15ddd66 100644 --- a/Math-DHB-Numerical.package/DhbMatrix.class/properties.json +++ b/Math-DHB-Numerical.package/DhbMatrix.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbMaximizingPoint.class/properties.json b/Math-DHB-Numerical.package/DhbMaximizingPoint.class/properties.json index ef5b201..c598dd1 100644 --- a/Math-DHB-Numerical.package/DhbMaximizingPoint.class/properties.json +++ b/Math-DHB-Numerical.package/DhbMaximizingPoint.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbMinimizingPoint", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbMaximumLikekihoodHistogramFit.class/properties.json b/Math-DHB-Numerical.package/DhbMaximumLikekihoodHistogramFit.class/properties.json index 07106aa..f43a04c 100644 --- a/Math-DHB-Numerical.package/DhbMaximumLikekihoodHistogramFit.class/properties.json +++ b/Math-DHB-Numerical.package/DhbMaximumLikekihoodHistogramFit.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "DhbLeastSquareFit", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbMemoryBasedDataServer.class/properties.json b/Math-DHB-Numerical.package/DhbMemoryBasedDataServer.class/properties.json index c22f456..c5790aa 100644 --- a/Math-DHB-Numerical.package/DhbMemoryBasedDataServer.class/properties.json +++ b/Math-DHB-Numerical.package/DhbMemoryBasedDataServer.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "DhbAbstractDataServer", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbMinimizingPoint.class/properties.json b/Math-DHB-Numerical.package/DhbMinimizingPoint.class/properties.json index 471db4d..2fd9d7c 100644 --- a/Math-DHB-Numerical.package/DhbMinimizingPoint.class/properties.json +++ b/Math-DHB-Numerical.package/DhbMinimizingPoint.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbMitchellMooreGenerator.class/properties.json b/Math-DHB-Numerical.package/DhbMitchellMooreGenerator.class/properties.json index 933da0f..6bc3889 100644 --- a/Math-DHB-Numerical.package/DhbMitchellMooreGenerator.class/properties.json +++ b/Math-DHB-Numerical.package/DhbMitchellMooreGenerator.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ "UniqueInstance" ], "commentStamp" : "", @@ -13,4 +14,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbMultiVariableGeneralOptimizer.class/properties.json b/Math-DHB-Numerical.package/DhbMultiVariableGeneralOptimizer.class/properties.json index 57a1c6f..ec9fe17 100644 --- a/Math-DHB-Numerical.package/DhbMultiVariableGeneralOptimizer.class/properties.json +++ b/Math-DHB-Numerical.package/DhbMultiVariableGeneralOptimizer.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbFunctionOptimizer", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbNevilleInterpolator.class/properties.json b/Math-DHB-Numerical.package/DhbNevilleInterpolator.class/properties.json index 606c37c..1e73257 100644 --- a/Math-DHB-Numerical.package/DhbNevilleInterpolator.class/properties.json +++ b/Math-DHB-Numerical.package/DhbNevilleInterpolator.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "DhbLagrangeInterpolator", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbNewtonInterpolator.class/properties.json b/Math-DHB-Numerical.package/DhbNewtonInterpolator.class/properties.json index a800364..f60d991 100644 --- a/Math-DHB-Numerical.package/DhbNewtonInterpolator.class/properties.json +++ b/Math-DHB-Numerical.package/DhbNewtonInterpolator.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbLagrangeInterpolator", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbNewtonZeroFinder.class/properties.json b/Math-DHB-Numerical.package/DhbNewtonZeroFinder.class/properties.json index 07017d5..e16f1c2 100644 --- a/Math-DHB-Numerical.package/DhbNewtonZeroFinder.class/properties.json +++ b/Math-DHB-Numerical.package/DhbNewtonZeroFinder.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbFunctionalIterator", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbNormalDistribution.class/properties.json b/Math-DHB-Numerical.package/DhbNormalDistribution.class/properties.json index 415bec8..d918bc0 100644 --- a/Math-DHB-Numerical.package/DhbNormalDistribution.class/properties.json +++ b/Math-DHB-Numerical.package/DhbNormalDistribution.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ "NextRandom" ], "commentStamp" : "", @@ -13,4 +14,5 @@ "pools" : [ ], "super" : "DhbProbabilityDensity", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbOneVariableFunctionOptimizer.class/properties.json b/Math-DHB-Numerical.package/DhbOneVariableFunctionOptimizer.class/properties.json index e9802cc..8173656 100644 --- a/Math-DHB-Numerical.package/DhbOneVariableFunctionOptimizer.class/properties.json +++ b/Math-DHB-Numerical.package/DhbOneVariableFunctionOptimizer.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ "GoldenSection" ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbFunctionOptimizer", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbOptimizingBracketFinder.class/properties.json b/Math-DHB-Numerical.package/DhbOptimizingBracketFinder.class/properties.json index 510ce20..450df67 100644 --- a/Math-DHB-Numerical.package/DhbOptimizingBracketFinder.class/properties.json +++ b/Math-DHB-Numerical.package/DhbOptimizingBracketFinder.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbOneVariableFunctionOptimizer", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbPolynomial.class/properties.json b/Math-DHB-Numerical.package/DhbPolynomial.class/properties.json index 4ad4422..63aa9fc 100644 --- a/Math-DHB-Numerical.package/DhbPolynomial.class/properties.json +++ b/Math-DHB-Numerical.package/DhbPolynomial.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbPolynomialLeastSquareFit.class/properties.json b/Math-DHB-Numerical.package/DhbPolynomialLeastSquareFit.class/properties.json index 268aac1..1891bd7 100644 --- a/Math-DHB-Numerical.package/DhbPolynomialLeastSquareFit.class/properties.json +++ b/Math-DHB-Numerical.package/DhbPolynomialLeastSquareFit.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbProbabilityDensity.class/properties.json b/Math-DHB-Numerical.package/DhbProbabilityDensity.class/properties.json index 46c0744..42bae69 100644 --- a/Math-DHB-Numerical.package/DhbProbabilityDensity.class/properties.json +++ b/Math-DHB-Numerical.package/DhbProbabilityDensity.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbProbabilityDensityWithUnknownDistribution.class/properties.json b/Math-DHB-Numerical.package/DhbProbabilityDensityWithUnknownDistribution.class/properties.json index db905b9..3ae218a 100644 --- a/Math-DHB-Numerical.package/DhbProbabilityDensityWithUnknownDistribution.class/properties.json +++ b/Math-DHB-Numerical.package/DhbProbabilityDensityWithUnknownDistribution.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbProbabilityDensity", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbProbabilityDistributionFunction.class/properties.json b/Math-DHB-Numerical.package/DhbProbabilityDistributionFunction.class/properties.json index 0d5ed1f..c2ec904 100644 --- a/Math-DHB-Numerical.package/DhbProbabilityDistributionFunction.class/properties.json +++ b/Math-DHB-Numerical.package/DhbProbabilityDistributionFunction.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbProjectedOneVariableFunction.class/properties.json b/Math-DHB-Numerical.package/DhbProjectedOneVariableFunction.class/properties.json index 4aae9a6..61937ec 100644 --- a/Math-DHB-Numerical.package/DhbProjectedOneVariableFunction.class/properties.json +++ b/Math-DHB-Numerical.package/DhbProjectedOneVariableFunction.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -13,4 +14,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbRombergIntegrator.class/properties.json b/Math-DHB-Numerical.package/DhbRombergIntegrator.class/properties.json index 77515c7..b3bd911 100644 --- a/Math-DHB-Numerical.package/DhbRombergIntegrator.class/properties.json +++ b/Math-DHB-Numerical.package/DhbRombergIntegrator.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -13,4 +14,5 @@ "pools" : [ ], "super" : "DhbTrapezeIntegrator", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbScaledProbabilityDensityFunction.class/properties.json b/Math-DHB-Numerical.package/DhbScaledProbabilityDensityFunction.class/properties.json index e059f3b..ea48c73 100644 --- a/Math-DHB-Numerical.package/DhbScaledProbabilityDensityFunction.class/properties.json +++ b/Math-DHB-Numerical.package/DhbScaledProbabilityDensityFunction.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -13,4 +14,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbSeriesTermServer.class/properties.json b/Math-DHB-Numerical.package/DhbSeriesTermServer.class/properties.json index eb97ead..b4d30c9 100644 --- a/Math-DHB-Numerical.package/DhbSeriesTermServer.class/properties.json +++ b/Math-DHB-Numerical.package/DhbSeriesTermServer.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbSimplexOptimizer.class/properties.json b/Math-DHB-Numerical.package/DhbSimplexOptimizer.class/properties.json index 023c83e..058da1a 100644 --- a/Math-DHB-Numerical.package/DhbSimplexOptimizer.class/properties.json +++ b/Math-DHB-Numerical.package/DhbSimplexOptimizer.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbFunctionOptimizer", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbSimpsonIntegrator.class/properties.json b/Math-DHB-Numerical.package/DhbSimpsonIntegrator.class/properties.json index 6af33db..7e55da2 100644 --- a/Math-DHB-Numerical.package/DhbSimpsonIntegrator.class/properties.json +++ b/Math-DHB-Numerical.package/DhbSimpsonIntegrator.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbTrapezeIntegrator", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbSplineInterpolator.class/properties.json b/Math-DHB-Numerical.package/DhbSplineInterpolator.class/properties.json index ffab1c3..bbd77d3 100644 --- a/Math-DHB-Numerical.package/DhbSplineInterpolator.class/properties.json +++ b/Math-DHB-Numerical.package/DhbSplineInterpolator.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "DhbNewtonInterpolator", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbStatisticalMoments.class/properties.json b/Math-DHB-Numerical.package/DhbStatisticalMoments.class/properties.json index 515bffb..9bb66c1 100644 --- a/Math-DHB-Numerical.package/DhbStatisticalMoments.class/properties.json +++ b/Math-DHB-Numerical.package/DhbStatisticalMoments.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbStudentDistribution.class/properties.json b/Math-DHB-Numerical.package/DhbStudentDistribution.class/properties.json index e5deaf1..4c97eee 100644 --- a/Math-DHB-Numerical.package/DhbStudentDistribution.class/properties.json +++ b/Math-DHB-Numerical.package/DhbStudentDistribution.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -14,4 +15,5 @@ "pools" : [ ], "super" : "DhbProbabilityDensity", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbSymmetricMatrix.class/properties.json b/Math-DHB-Numerical.package/DhbSymmetricMatrix.class/properties.json index 687ef81..c163189 100644 --- a/Math-DHB-Numerical.package/DhbSymmetricMatrix.class/properties.json +++ b/Math-DHB-Numerical.package/DhbSymmetricMatrix.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbMatrix", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbTrapezeIntegrator.class/properties.json b/Math-DHB-Numerical.package/DhbTrapezeIntegrator.class/properties.json index f77f8be..8c24520 100644 --- a/Math-DHB-Numerical.package/DhbTrapezeIntegrator.class/properties.json +++ b/Math-DHB-Numerical.package/DhbTrapezeIntegrator.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -14,4 +15,5 @@ "pools" : [ ], "super" : "DhbFunctionalIterator", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbTriangularDistribution.class/properties.json b/Math-DHB-Numerical.package/DhbTriangularDistribution.class/properties.json index 0292a93..53c0605 100644 --- a/Math-DHB-Numerical.package/DhbTriangularDistribution.class/properties.json +++ b/Math-DHB-Numerical.package/DhbTriangularDistribution.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -13,4 +14,5 @@ "pools" : [ ], "super" : "DhbProbabilityDensity", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbUniformDistribution.class/properties.json b/Math-DHB-Numerical.package/DhbUniformDistribution.class/properties.json index 50c5086..af1bbbc 100644 --- a/Math-DHB-Numerical.package/DhbUniformDistribution.class/properties.json +++ b/Math-DHB-Numerical.package/DhbUniformDistribution.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "DhbProbabilityDensity", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbVector.class/properties.json b/Math-DHB-Numerical.package/DhbVector.class/properties.json index 8106290..5f5d65c 100644 --- a/Math-DHB-Numerical.package/DhbVector.class/properties.json +++ b/Math-DHB-Numerical.package/DhbVector.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "Array", + "traitcomposition" : "{}", "type" : "variable" } diff --git a/Math-DHB-Numerical.package/DhbVectorAccumulator.class/properties.json b/Math-DHB-Numerical.package/DhbVectorAccumulator.class/properties.json index 69e4c87..7d52cd1 100644 --- a/Math-DHB-Numerical.package/DhbVectorAccumulator.class/properties.json +++ b/Math-DHB-Numerical.package/DhbVectorAccumulator.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbVectorChromosomeManager.class/properties.json b/Math-DHB-Numerical.package/DhbVectorChromosomeManager.class/properties.json index 5d03757..8c2c65e 100644 --- a/Math-DHB-Numerical.package/DhbVectorChromosomeManager.class/properties.json +++ b/Math-DHB-Numerical.package/DhbVectorChromosomeManager.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -12,4 +13,5 @@ "pools" : [ ], "super" : "DhbChromosomeManager", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbVectorProjectedFunction.class/properties.json b/Math-DHB-Numerical.package/DhbVectorProjectedFunction.class/properties.json index fc2b79b..f2b87fb 100644 --- a/Math-DHB-Numerical.package/DhbVectorProjectedFunction.class/properties.json +++ b/Math-DHB-Numerical.package/DhbVectorProjectedFunction.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "DhbProjectedOneVariableFunction", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbWeibullDistribution.class/properties.json b/Math-DHB-Numerical.package/DhbWeibullDistribution.class/properties.json index bb7e2e5..5303edd 100644 --- a/Math-DHB-Numerical.package/DhbWeibullDistribution.class/properties.json +++ b/Math-DHB-Numerical.package/DhbWeibullDistribution.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -13,4 +14,5 @@ "pools" : [ ], "super" : "DhbProbabilityDensity", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/DhbWeightedPoint.class/properties.json b/Math-DHB-Numerical.package/DhbWeightedPoint.class/properties.json index 38cdc85..46991ea 100644 --- a/Math-DHB-Numerical.package/DhbWeightedPoint.class/properties.json +++ b/Math-DHB-Numerical.package/DhbWeightedPoint.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -14,4 +15,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/PointSeries.class/properties.json b/Math-DHB-Numerical.package/PointSeries.class/properties.json index b62bf8c..8632ddb 100644 --- a/Math-DHB-Numerical.package/PointSeries.class/properties.json +++ b/Math-DHB-Numerical.package/PointSeries.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-DHB-Numerical", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -11,4 +12,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-DHB-Numerical.package/monticello.meta/version b/Math-DHB-Numerical.package/monticello.meta/version index 6706121..f3ccdb1 100644 --- a/Math-DHB-Numerical.package/monticello.meta/version +++ b/Math-DHB-Numerical.package/monticello.meta/version @@ -1 +1 @@ -(name 'Math-DHB-Numerical-DanielUber.17' message 'after separation of Extensions.' id '3c6217ed-4ffb-4042-a9db-311e1bd2b5cf' date '5 June 2012' time '1:01:34.398 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.16' message 'added lost method OrderedCollection>>removeAtIndex: This was causing tests to fail in a fresh load.' id '5d73d59a-cc3d-4d6f-a57f-0d2ae45cb311' date '1 June 2012' time '5:25:25.211 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.15' message 'removed unnecessary Matrix double dispatch methods which were nowhere called.' id 'be507fed-8af0-4ad4-8411-c39c9d0936e3' date '31 May 2012' time '12:05:19.968 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.14' message 'removed polynomial conversion methods which were nowhere used.' id '541b395f-bfa5-48c7-9933-f59670078473' date '31 May 2012' time '11:04:17.904 am' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.13' message 'updated Polynomial methods.' id '585cbad7-83f3-4449-bf88-e5291b16ab1a' date '31 May 2012' time '9:59:35.856 am' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.12' message 'added Polynomial methods for quaternions. Added polynomial reciprical, isZero, and fixed bug in division.' id '23474f81-03b4-4f40-a8ee-c14ef36fba19' date '31 May 2012' time '9:56:36.998 am' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.11' message 'reorganized DhbNumericalTestCases. Want to have tests grouped by classes' id 'e931838a-4e42-46a5-85ca-ac886ac649e1' date '23 May 2012' time '2:30:02.71 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.10' message 'testing with changed Random-Tests and Numerical-Tests to RandomTests and NumericalTests.' id 'e3285517-5a90-40f1-8920-9344c3af7614' date '22 May 2012' time '7:52:00.716 am' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.9' message 'corrected formatting of DhbGeneticOptimizer>>randomScale which was badly formatted after a copy paste. Also, prep version 8 for Metacello ConfigurationOfSciSmalltalk version 101 (first update).' id 'dde5a5ba-af6c-411d-9b0e-3201d2030708' date '20 May 2012' time '2:41:00.346 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.8' message 'incorporating bugfix in DhbGeneticOptimizer from Werner.' id 'ab4413e3-bb5d-4c6b-a4dd-57409358092c' date '20 May 2012' time '1:12:50.25 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.7' message 'added ga corrections from Werner Kassens.' id 'd0967089-0192-46b2-a00b-295d9029ac3f' date '20 May 2012' time '10:19:06.062 am' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.6' message 'added tests to DHB-Numerical' id '05bfad9d-f427-4a2a-8fd4-c3efb19ccc1a' date '19 May 2012' time '7:37:36.904 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.5' message 'added some tests to DHBNumerical, and fixed an out of bounds error in atColumn:put:statingAt: and atRow:put:startingAt in DhbMatrix (extensions).' id '33fa8b4a-2330-4e58-8031-1487e76370f1' date '19 May 2012' time '12:49:25.004 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.4' message 'moved to top-level' id 'cb602553-7666-43e3-a3b5-4f809b61e699' date '17 May 2012' time '12:25:56.424 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.3' message 'comments for DhbErfApproximation and DhbLanczosFormula.' id '6f06adbc-f108-4a0f-9c0c-26c6ca57dd86' date '16 May 2012' time '6:29:58.916 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.2' message 'cleaned up protocols.' id '494ec785-1582-4a24-9090-37c98e6224c7' date '16 May 2012' time '1:15:58.476 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.1' message 'separated DHB-Numerical' id '01acceda-b8c2-481c-a5cf-5b81083cffb6' date '13 May 2012' time '2:59:41.442 pm' author 'DanielUber' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'Math-DHB-Numerical-DanielUber.19' message 'changed extension package name.' id '37c7dfdd-a5aa-4303-a255-64380871d9e2' date '5 June 2012' time '4:51:09.814 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.18' message 'removed extensions' id '7fa25da2-1332-48ec-8afd-7e54ddfd15ec' date '5 June 2012' time '4:45:27.408 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.17' message 'after separation of Extensions.' id '3c6217ed-4ffb-4042-a9db-311e1bd2b5cf' date '5 June 2012' time '1:01:34.398 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.16' message 'added lost method OrderedCollection>>removeAtIndex: This was causing tests to fail in a fresh load.' id '5d73d59a-cc3d-4d6f-a57f-0d2ae45cb311' date '1 June 2012' time '5:25:25.211 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.15' message 'removed unnecessary Matrix double dispatch methods which were nowhere called.' id 'be507fed-8af0-4ad4-8411-c39c9d0936e3' date '31 May 2012' time '12:05:19.968 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.14' message 'removed polynomial conversion methods which were nowhere used.' id '541b395f-bfa5-48c7-9933-f59670078473' date '31 May 2012' time '11:04:17.904 am' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.13' message 'updated Polynomial methods.' id '585cbad7-83f3-4449-bf88-e5291b16ab1a' date '31 May 2012' time '9:59:35.856 am' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.12' message 'added Polynomial methods for quaternions. Added polynomial reciprical, isZero, and fixed bug in division.' id '23474f81-03b4-4f40-a8ee-c14ef36fba19' date '31 May 2012' time '9:56:36.998 am' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.11' message 'reorganized DhbNumericalTestCases. Want to have tests grouped by classes' id 'e931838a-4e42-46a5-85ca-ac886ac649e1' date '23 May 2012' time '2:30:02.71 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.10' message 'testing with changed Random-Tests and Numerical-Tests to RandomTests and NumericalTests.' id 'e3285517-5a90-40f1-8920-9344c3af7614' date '22 May 2012' time '7:52:00.716 am' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.9' message 'corrected formatting of DhbGeneticOptimizer>>randomScale which was badly formatted after a copy paste. Also, prep version 8 for Metacello ConfigurationOfSciSmalltalk version 101 (first update).' id 'dde5a5ba-af6c-411d-9b0e-3201d2030708' date '20 May 2012' time '2:41:00.346 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.8' message 'incorporating bugfix in DhbGeneticOptimizer from Werner.' id 'ab4413e3-bb5d-4c6b-a4dd-57409358092c' date '20 May 2012' time '1:12:50.25 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.7' message 'added ga corrections from Werner Kassens.' id 'd0967089-0192-46b2-a00b-295d9029ac3f' date '20 May 2012' time '10:19:06.062 am' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.6' message 'added tests to DHB-Numerical' id '05bfad9d-f427-4a2a-8fd4-c3efb19ccc1a' date '19 May 2012' time '7:37:36.904 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.5' message 'added some tests to DHBNumerical, and fixed an out of bounds error in atColumn:put:statingAt: and atRow:put:startingAt in DhbMatrix (extensions).' id '33fa8b4a-2330-4e58-8031-1487e76370f1' date '19 May 2012' time '12:49:25.004 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.4' message 'moved to top-level' id 'cb602553-7666-43e3-a3b5-4f809b61e699' date '17 May 2012' time '12:25:56.424 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.3' message 'comments for DhbErfApproximation and DhbLanczosFormula.' id '6f06adbc-f108-4a0f-9c0c-26c6ca57dd86' date '16 May 2012' time '6:29:58.916 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.2' message 'cleaned up protocols.' id '494ec785-1582-4a24-9090-37c98e6224c7' date '16 May 2012' time '1:15:58.476 pm' author 'DanielUber' ancestors ((name 'Math-DHB-Numerical-DanielUber.1' message 'separated DHB-Numerical' id '01acceda-b8c2-481c-a5cf-5b81083cffb6' date '13 May 2012' time '2:59:41.442 pm' author 'DanielUber' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/Math-DHB-Numerical-Extensions.package/.filetree b/Math-DHB-NumericalExtensions.package/.filetree similarity index 100% rename from Math-DHB-Numerical-Extensions.package/.filetree rename to Math-DHB-NumericalExtensions.package/.filetree diff --git a/Math-DHB-Numerical-Extensions.package/Collection.extension/instance/asVector.st b/Math-DHB-NumericalExtensions.package/Collection.extension/instance/asVector.st similarity index 89% rename from Math-DHB-Numerical-Extensions.package/Collection.extension/instance/asVector.st rename to Math-DHB-NumericalExtensions.package/Collection.extension/instance/asVector.st index 256941c..45c0ecc 100644 --- a/Math-DHB-Numerical-Extensions.package/Collection.extension/instance/asVector.st +++ b/Math-DHB-NumericalExtensions.package/Collection.extension/instance/asVector.st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions asVector "Convert the receiver to a vector. (c) Copyrights Didier BESSET, 1999, all rights reserved. diff --git a/Math-DHB-Numerical-Extensions.package/Collection.extension/properties.json b/Math-DHB-NumericalExtensions.package/Collection.extension/properties.json similarity index 100% rename from Math-DHB-Numerical-Extensions.package/Collection.extension/properties.json rename to Math-DHB-NumericalExtensions.package/Collection.extension/properties.json diff --git a/Math-DHB-Numerical-Extensions.package/Complex.extension/class/random.st b/Math-DHB-NumericalExtensions.package/Complex.extension/class/random.st similarity index 78% rename from Math-DHB-Numerical-Extensions.package/Complex.extension/class/random.st rename to Math-DHB-NumericalExtensions.package/Complex.extension/class/random.st index c74bfe8..a2c88bf 100644 --- a/Math-DHB-Numerical-Extensions.package/Complex.extension/class/random.st +++ b/Math-DHB-NumericalExtensions.package/Complex.extension/class/random.st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions random "Answers a random number with abs between 0 and 1." diff --git a/Math-DHB-Numerical-Extensions.package/Complex.extension/instance/addPolynomial..st b/Math-DHB-NumericalExtensions.package/Complex.extension/instance/addPolynomial..st similarity index 83% rename from Math-DHB-Numerical-Extensions.package/Complex.extension/instance/addPolynomial..st rename to Math-DHB-NumericalExtensions.package/Complex.extension/instance/addPolynomial..st index 4a2fc31..b0ef14d 100644 --- a/Math-DHB-Numerical-Extensions.package/Complex.extension/instance/addPolynomial..st +++ b/Math-DHB-NumericalExtensions.package/Complex.extension/instance/addPolynomial..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions-complex addPolynomial: aPolynomial "(c) Copyrights Didier BESSET, 1999, all rights reserved. Initial code: 19/4/99 diff --git a/Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/dividingPolynomial..st b/Math-DHB-NumericalExtensions.package/Complex.extension/instance/dividingPolynomial..st similarity index 80% rename from Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/dividingPolynomial..st rename to Math-DHB-NumericalExtensions.package/Complex.extension/instance/dividingPolynomial..st index 614567b..b68dcc8 100644 --- a/Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/dividingPolynomial..st +++ b/Math-DHB-NumericalExtensions.package/Complex.extension/instance/dividingPolynomial..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions-complex dividingPolynomial: aPolynomial "(c) Copyrights Didier BESSET, 1999, all rights reserved. Initial code: 17/4/99 " diff --git a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/productWithVector..st b/Math-DHB-NumericalExtensions.package/Complex.extension/instance/productWithVector..st similarity index 85% rename from Math-DHB-Numerical-Extensions.package/Number.extension/instance/productWithVector..st rename to Math-DHB-NumericalExtensions.package/Complex.extension/instance/productWithVector..st index 293415d..a0513ef 100644 --- a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/productWithVector..st +++ b/Math-DHB-NumericalExtensions.package/Complex.extension/instance/productWithVector..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions-complex productWithVector: aVector "Answers a new vector product of the receiver with aVector. (c) Copyrights Didier BESSET, 1999, all rights reserved. diff --git a/Math-DHB-Numerical-Extensions.package/Complex.extension/instance/random.st b/Math-DHB-NumericalExtensions.package/Complex.extension/instance/random.st similarity index 87% rename from Math-DHB-Numerical-Extensions.package/Complex.extension/instance/random.st rename to Math-DHB-NumericalExtensions.package/Complex.extension/instance/random.st index e10d9b9..8660dbb 100644 --- a/Math-DHB-Numerical-Extensions.package/Complex.extension/instance/random.st +++ b/Math-DHB-NumericalExtensions.package/Complex.extension/instance/random.st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions-complex random "analog to Number>>random. However, the only bound is that the abs of the produced complex is less than the length of the receive. The receiver effectively defines a disc within which the random element can be produced." ^ self class random * self diff --git a/Math-DHB-Numerical-Extensions.package/Complex.extension/instance/subtractToPolynomial..st b/Math-DHB-NumericalExtensions.package/Complex.extension/instance/subtractToPolynomial..st similarity index 80% rename from Math-DHB-Numerical-Extensions.package/Complex.extension/instance/subtractToPolynomial..st rename to Math-DHB-NumericalExtensions.package/Complex.extension/instance/subtractToPolynomial..st index 9aafc25..749ebe3 100644 --- a/Math-DHB-Numerical-Extensions.package/Complex.extension/instance/subtractToPolynomial..st +++ b/Math-DHB-NumericalExtensions.package/Complex.extension/instance/subtractToPolynomial..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions-complex subtractToPolynomial: aPolynomial "(c) Copyrights Didier BESSET, 1999, all rights reserved. Initial code: 19/4/99 " diff --git a/Math-DHB-Numerical-Extensions.package/Complex.extension/instance/timesPolynomial..st b/Math-DHB-NumericalExtensions.package/Complex.extension/instance/timesPolynomial..st similarity index 84% rename from Math-DHB-Numerical-Extensions.package/Complex.extension/instance/timesPolynomial..st rename to Math-DHB-NumericalExtensions.package/Complex.extension/instance/timesPolynomial..st index a768c54..24898ba 100644 --- a/Math-DHB-Numerical-Extensions.package/Complex.extension/instance/timesPolynomial..st +++ b/Math-DHB-NumericalExtensions.package/Complex.extension/instance/timesPolynomial..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions-complex timesPolynomial: aPolynomial "(c) Copyrights Didier BESSET, 1999, all rights reserved. Initial code: 17/4/99 diff --git a/Math-DHB-Numerical-Extensions.package/Complex.extension/properties.json b/Math-DHB-NumericalExtensions.package/Complex.extension/properties.json similarity index 100% rename from Math-DHB-Numerical-Extensions.package/Complex.extension/properties.json rename to Math-DHB-NumericalExtensions.package/Complex.extension/properties.json diff --git a/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/at.at..st b/Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/at.at..st similarity index 88% rename from Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/at.at..st rename to Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/at.at..st index d0dccb0..d1aaa4e 100644 --- a/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/at.at..st +++ b/Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/at.at..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions at: aRowIndex at: aColumnIndex "Answers the aRowIndex-th, aColumnIndex-th entry in the receiver. (c) Copyrights Joseph WHITESELL, 2001, all rights reserved. diff --git a/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/at.at.put..st b/Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/at.at.put..st similarity index 75% rename from Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/at.at.put..st rename to Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/at.at.put..st index 347655b..26f1499 100644 --- a/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/at.at.put..st +++ b/Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/at.at.put..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions at: rowIndex at: columnIndex put: value self rowAt: rowIndex columnAt: columnIndex put: value diff --git a/Math-DHB-Numerical.package/DhbMatrix.class/instance/atColumn..st b/Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/atColumn..st similarity index 60% rename from Math-DHB-Numerical.package/DhbMatrix.class/instance/atColumn..st rename to Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/atColumn..st index 09f0924..3b4d70f 100644 --- a/Math-DHB-Numerical.package/DhbMatrix.class/instance/atColumn..st +++ b/Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/atColumn..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions atColumn: anInteger ^ self columnAt: anInteger \ No newline at end of file diff --git a/Math-DHB-Numerical.package/DhbMatrix.class/instance/atColumn.put..st b/Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/atColumn.put..st similarity index 82% rename from Math-DHB-Numerical.package/DhbMatrix.class/instance/atColumn.put..st rename to Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/atColumn.put..st index 3da4097..21d15db 100644 --- a/Math-DHB-Numerical.package/DhbMatrix.class/instance/atColumn.put..st +++ b/Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/atColumn.put..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions atColumn: aColumnIndex put: aCollection aCollection withIndexDo: [: value : rowIndex | diff --git a/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atColumn.put.startingAt..st b/Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/atColumn.put.startingAt..st similarity index 91% rename from Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atColumn.put.startingAt..st rename to Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/atColumn.put.startingAt..st index 6d4c28d..149bdac 100644 --- a/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atColumn.put.startingAt..st +++ b/Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/atColumn.put.startingAt..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions atColumn: aColumnNumber put: aCollection startingAt: rowNumber " Fill the receiver with aCollection at aColumnNumber beggining at rowNumber. " diff --git a/Math-DHB-Numerical.package/DhbMatrix.class/instance/atRow.put..st b/Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/atRow.put..st similarity index 82% rename from Math-DHB-Numerical.package/DhbMatrix.class/instance/atRow.put..st rename to Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/atRow.put..st index 943d216..9837c05 100644 --- a/Math-DHB-Numerical.package/DhbMatrix.class/instance/atRow.put..st +++ b/Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/atRow.put..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions atRow: rowIndex put: aCollection aCollection withIndexDo: [: value : columnIndex | diff --git a/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atRow.put.startingAt..st b/Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/atRow.put.startingAt..st similarity index 92% rename from Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atRow.put.startingAt..st rename to Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/atRow.put.startingAt..st index 72552e9..dfa2185 100644 --- a/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atRow.put.startingAt..st +++ b/Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/atRow.put.startingAt..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions atRow: rowIndex put: aCollection startingAt: startColumnNumber " Fill the receiver with aCollection at rowIndex beggining at startColumnNumber. " diff --git a/Math-DHB-Numerical.package/DhbMatrix.class/instance/initializeRows.columns..st b/Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/initializeRows.columns..st similarity index 85% rename from Math-DHB-Numerical.package/DhbMatrix.class/instance/initializeRows.columns..st rename to Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/initializeRows.columns..st index 85b4d66..1b5ee24 100644 --- a/Math-DHB-Numerical.package/DhbMatrix.class/instance/initializeRows.columns..st +++ b/Math-DHB-NumericalExtensions.package/DhbMatrix.extension/instance/initializeRows.columns..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions initializeRows: rowsInteger columns: columnsInteger "Build empty components for a matrix." diff --git a/Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/properties.json b/Math-DHB-NumericalExtensions.package/DhbMatrix.extension/properties.json similarity index 100% rename from Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/properties.json rename to Math-DHB-NumericalExtensions.package/DhbMatrix.extension/properties.json diff --git a/Math-DHB-Numerical-Extensions.package/Integer.extension/instance/gamma.st b/Math-DHB-NumericalExtensions.package/Integer.extension/instance/gamma.st similarity index 81% rename from Math-DHB-Numerical-Extensions.package/Integer.extension/instance/gamma.st rename to Math-DHB-NumericalExtensions.package/Integer.extension/instance/gamma.st index ac1037c..c36a9f7 100644 --- a/Math-DHB-Numerical-Extensions.package/Integer.extension/instance/gamma.st +++ b/Math-DHB-NumericalExtensions.package/Integer.extension/instance/gamma.st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions gamma self > 0 ifFalse: [^ self error: 'Attempt to compute the Gamma function of a non-positive integer']. diff --git a/Math-DHB-Numerical-Extensions.package/Integer.extension/instance/random.st b/Math-DHB-NumericalExtensions.package/Integer.extension/instance/random.st similarity index 86% rename from Math-DHB-Numerical-Extensions.package/Integer.extension/instance/random.st rename to Math-DHB-NumericalExtensions.package/Integer.extension/instance/random.st index 4283393..a08d3d3 100644 --- a/Math-DHB-Numerical-Extensions.package/Integer.extension/instance/random.st +++ b/Math-DHB-NumericalExtensions.package/Integer.extension/instance/random.st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions random "Answer a random integer between 0 and the receiver. (c) Copyrights Didier BESSET, 1999, all rights reserved. diff --git a/Math-DHB-Numerical-Extensions.package/Integer.extension/properties.json b/Math-DHB-NumericalExtensions.package/Integer.extension/properties.json similarity index 100% rename from Math-DHB-Numerical-Extensions.package/Integer.extension/properties.json rename to Math-DHB-NumericalExtensions.package/Integer.extension/properties.json diff --git a/Math-DHB-Numerical-Extensions.package/Number.extension/class/random.st b/Math-DHB-NumericalExtensions.package/Number.extension/class/random.st similarity index 86% rename from Math-DHB-Numerical-Extensions.package/Number.extension/class/random.st rename to Math-DHB-NumericalExtensions.package/Number.extension/class/random.st index 58719ee..d7868e0 100644 --- a/Math-DHB-Numerical-Extensions.package/Number.extension/class/random.st +++ b/Math-DHB-NumericalExtensions.package/Number.extension/class/random.st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions random "Answers a random number between 0 and the receiver (c) Copyrights Didier BESSET, 1999, all rights reserved. diff --git a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/addPolynomial..st b/Math-DHB-NumericalExtensions.package/Number.extension/instance/addPolynomial..st similarity index 82% rename from Math-DHB-Numerical-Extensions.package/Number.extension/instance/addPolynomial..st rename to Math-DHB-NumericalExtensions.package/Number.extension/instance/addPolynomial..st index 459cf0d..cd51660 100644 --- a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/addPolynomial..st +++ b/Math-DHB-NumericalExtensions.package/Number.extension/instance/addPolynomial..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions addPolynomial: aPolynomial "(c) Copyrights Didier BESSET, 1999, all rights reserved. Initial code: 19/4/99 " diff --git a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/beta..st b/Math-DHB-NumericalExtensions.package/Number.extension/instance/beta..st similarity index 85% rename from Math-DHB-Numerical-Extensions.package/Number.extension/instance/beta..st rename to Math-DHB-NumericalExtensions.package/Number.extension/instance/beta..st index b7cce47..271504f 100644 --- a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/beta..st +++ b/Math-DHB-NumericalExtensions.package/Number.extension/instance/beta..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions beta: aNumber "Computes the beta function of the receiver and aNumber (c) Copyrights Didier BESSET, 1999, all rights reserved. diff --git a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/dividingPolynomial..st b/Math-DHB-NumericalExtensions.package/Number.extension/instance/dividingPolynomial..st similarity index 83% rename from Math-DHB-Numerical-Extensions.package/Number.extension/instance/dividingPolynomial..st rename to Math-DHB-NumericalExtensions.package/Number.extension/instance/dividingPolynomial..st index 614567b..4e9c57e 100644 --- a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/dividingPolynomial..st +++ b/Math-DHB-NumericalExtensions.package/Number.extension/instance/dividingPolynomial..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions dividingPolynomial: aPolynomial "(c) Copyrights Didier BESSET, 1999, all rights reserved. Initial code: 17/4/99 " diff --git a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/equalsTo..st b/Math-DHB-NumericalExtensions.package/Number.extension/instance/equalsTo..st similarity index 88% rename from Math-DHB-Numerical-Extensions.package/Number.extension/instance/equalsTo..st rename to Math-DHB-NumericalExtensions.package/Number.extension/instance/equalsTo..st index 8c1ac15..213a022 100644 --- a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/equalsTo..st +++ b/Math-DHB-NumericalExtensions.package/Number.extension/instance/equalsTo..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions equalsTo: aNumber "compare to Float>>closeTo: diff --git a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/errorFunction.st b/Math-DHB-NumericalExtensions.package/Number.extension/instance/errorFunction.st similarity index 85% rename from Math-DHB-Numerical-Extensions.package/Number.extension/instance/errorFunction.st rename to Math-DHB-NumericalExtensions.package/Number.extension/instance/errorFunction.st index e50851d..6f47d01 100644 --- a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/errorFunction.st +++ b/Math-DHB-NumericalExtensions.package/Number.extension/instance/errorFunction.st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions errorFunction "Answer the error function for the receiver. (c) Copyrights Didier BESSET, 1999, all rights reserved. diff --git a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/gamma.st b/Math-DHB-NumericalExtensions.package/Number.extension/instance/gamma.st similarity index 92% rename from Math-DHB-Numerical-Extensions.package/Number.extension/instance/gamma.st rename to Math-DHB-NumericalExtensions.package/Number.extension/instance/gamma.st index a5222dd..c597022 100644 --- a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/gamma.st +++ b/Math-DHB-NumericalExtensions.package/Number.extension/instance/gamma.st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions gamma "Compute the Gamma function for the receiver. (c) Copyrights Didier BESSET, 1999, all rights reserved. diff --git a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/logBeta..st b/Math-DHB-NumericalExtensions.package/Number.extension/instance/logBeta..st similarity index 88% rename from Math-DHB-Numerical-Extensions.package/Number.extension/instance/logBeta..st rename to Math-DHB-NumericalExtensions.package/Number.extension/instance/logBeta..st index 44e11fb..2e18918 100644 --- a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/logBeta..st +++ b/Math-DHB-NumericalExtensions.package/Number.extension/instance/logBeta..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions logBeta: aNumber "Computes the logarithm of the beta function of the receiver and aNumber (c) Copyrights Didier BESSET, 1999, all rights reserved. diff --git a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/logGamma.st b/Math-DHB-NumericalExtensions.package/Number.extension/instance/logGamma.st similarity index 93% rename from Math-DHB-Numerical-Extensions.package/Number.extension/instance/logGamma.st rename to Math-DHB-NumericalExtensions.package/Number.extension/instance/logGamma.st index d1ae19e..2a3a83c 100644 --- a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/logGamma.st +++ b/Math-DHB-NumericalExtensions.package/Number.extension/instance/logGamma.st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions logGamma "Computes the log of the Gamma function (for positive numbers only) (c) Copyrights Didier BESSET, 1999, all rights reserved. diff --git a/Math-DHB-Numerical-Extensions.package/Complex.extension/instance/productWithVector..st b/Math-DHB-NumericalExtensions.package/Number.extension/instance/productWithVector..st similarity index 87% rename from Math-DHB-Numerical-Extensions.package/Complex.extension/instance/productWithVector..st rename to Math-DHB-NumericalExtensions.package/Number.extension/instance/productWithVector..st index 293415d..8ed68d7 100644 --- a/Math-DHB-Numerical-Extensions.package/Complex.extension/instance/productWithVector..st +++ b/Math-DHB-NumericalExtensions.package/Number.extension/instance/productWithVector..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions productWithVector: aVector "Answers a new vector product of the receiver with aVector. (c) Copyrights Didier BESSET, 1999, all rights reserved. diff --git a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/random.st b/Math-DHB-NumericalExtensions.package/Number.extension/instance/random.st similarity index 85% rename from Math-DHB-Numerical-Extensions.package/Number.extension/instance/random.st rename to Math-DHB-NumericalExtensions.package/Number.extension/instance/random.st index 6bcf9fc..fc773ab 100644 --- a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/random.st +++ b/Math-DHB-NumericalExtensions.package/Number.extension/instance/random.st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions random "Answers a random number distributed between 0 and the receiver. (c) Copyrights Didier BESSET, 1999, all rights reserved. diff --git a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/relativelyEqualsTo.upTo..st b/Math-DHB-NumericalExtensions.package/Number.extension/instance/relativelyEqualsTo.upTo..st similarity index 92% rename from Math-DHB-Numerical-Extensions.package/Number.extension/instance/relativelyEqualsTo.upTo..st rename to Math-DHB-NumericalExtensions.package/Number.extension/instance/relativelyEqualsTo.upTo..st index 7df7192..b1dc101 100644 --- a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/relativelyEqualsTo.upTo..st +++ b/Math-DHB-NumericalExtensions.package/Number.extension/instance/relativelyEqualsTo.upTo..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions relativelyEqualsTo: aNumber upTo: aSmallNumber "compare to Float>>closeTo: generally called from Number>>equalsTo: diff --git a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/subtractToPolynomial..st b/Math-DHB-NumericalExtensions.package/Number.extension/instance/subtractToPolynomial..st similarity index 83% rename from Math-DHB-Numerical-Extensions.package/Number.extension/instance/subtractToPolynomial..st rename to Math-DHB-NumericalExtensions.package/Number.extension/instance/subtractToPolynomial..st index 9aafc25..1c8368e 100644 --- a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/subtractToPolynomial..st +++ b/Math-DHB-NumericalExtensions.package/Number.extension/instance/subtractToPolynomial..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions subtractToPolynomial: aPolynomial "(c) Copyrights Didier BESSET, 1999, all rights reserved. Initial code: 19/4/99 " diff --git a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/timesPolynomial..st b/Math-DHB-NumericalExtensions.package/Number.extension/instance/timesPolynomial..st similarity index 82% rename from Math-DHB-Numerical-Extensions.package/Number.extension/instance/timesPolynomial..st rename to Math-DHB-NumericalExtensions.package/Number.extension/instance/timesPolynomial..st index 353ac50..462eb40 100644 --- a/Math-DHB-Numerical-Extensions.package/Number.extension/instance/timesPolynomial..st +++ b/Math-DHB-NumericalExtensions.package/Number.extension/instance/timesPolynomial..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions timesPolynomial: aPolynomial "(c) Copyrights Didier BESSET, 1999, all rights reserved. Initial code: 17/4/99 " diff --git a/Math-DHB-Numerical-Extensions.package/Number.extension/properties.json b/Math-DHB-NumericalExtensions.package/Number.extension/properties.json similarity index 100% rename from Math-DHB-Numerical-Extensions.package/Number.extension/properties.json rename to Math-DHB-NumericalExtensions.package/Number.extension/properties.json diff --git a/Math-DHB-Numerical-Extensions.package/OrderedCollection.extension/instance/removeAtIndex..st b/Math-DHB-NumericalExtensions.package/OrderedCollection.extension/instance/removeAtIndex..st similarity index 86% rename from Math-DHB-Numerical-Extensions.package/OrderedCollection.extension/instance/removeAtIndex..st rename to Math-DHB-NumericalExtensions.package/OrderedCollection.extension/instance/removeAtIndex..st index 412834d..3c70ded 100644 --- a/Math-DHB-Numerical-Extensions.package/OrderedCollection.extension/instance/removeAtIndex..st +++ b/Math-DHB-NumericalExtensions.package/OrderedCollection.extension/instance/removeAtIndex..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions removeAtIndex: anIndex "Remove the element of the collection at position anIndex. Answer the object removed." diff --git a/Math-DHB-Numerical-Extensions.package/OrderedCollection.extension/properties.json b/Math-DHB-NumericalExtensions.package/OrderedCollection.extension/properties.json similarity index 100% rename from Math-DHB-Numerical-Extensions.package/OrderedCollection.extension/properties.json rename to Math-DHB-NumericalExtensions.package/OrderedCollection.extension/properties.json diff --git a/Math-DHB-Numerical-Extensions.package/Quaternion.extension/class/random.st b/Math-DHB-NumericalExtensions.package/Quaternion.extension/class/random.st similarity index 84% rename from Math-DHB-Numerical-Extensions.package/Quaternion.extension/class/random.st rename to Math-DHB-NumericalExtensions.package/Quaternion.extension/class/random.st index 5cf8554..8241254 100644 --- a/Math-DHB-Numerical-Extensions.package/Quaternion.extension/class/random.st +++ b/Math-DHB-NumericalExtensions.package/Quaternion.extension/class/random.st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions random "Answers a random quaternion with abs at most one." diff --git a/Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/addPolynomial..st b/Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/addPolynomial..st similarity index 86% rename from Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/addPolynomial..st rename to Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/addPolynomial..st index c4c4b15..ff701d0 100644 --- a/Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/addPolynomial..st +++ b/Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/addPolynomial..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions addPolynomial: aPolynomial "(c) Copyrights Didier BESSET, 1999, all rights reserved. Initial code: 19/4/99 diff --git a/Math-DHB-Numerical-Extensions.package/Complex.extension/instance/dividingPolynomial..st b/Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/dividingPolynomial..st similarity index 83% rename from Math-DHB-Numerical-Extensions.package/Complex.extension/instance/dividingPolynomial..st rename to Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/dividingPolynomial..st index 614567b..4e9c57e 100644 --- a/Math-DHB-Numerical-Extensions.package/Complex.extension/instance/dividingPolynomial..st +++ b/Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/dividingPolynomial..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions dividingPolynomial: aPolynomial "(c) Copyrights Didier BESSET, 1999, all rights reserved. Initial code: 17/4/99 " diff --git a/Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/productWithVector..st b/Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/productWithVector..st similarity index 87% rename from Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/productWithVector..st rename to Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/productWithVector..st index 293415d..8ed68d7 100644 --- a/Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/productWithVector..st +++ b/Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/productWithVector..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions productWithVector: aVector "Answers a new vector product of the receiver with aVector. (c) Copyrights Didier BESSET, 1999, all rights reserved. diff --git a/Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/random.st b/Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/random.st similarity index 80% rename from Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/random.st rename to Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/random.st index 237ddf9..73c7ef7 100644 --- a/Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/random.st +++ b/Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/random.st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions random "analog to Number>>random. The resulting quaternion will have abs at most that of the receiver" ^ self class random * self. \ No newline at end of file diff --git a/Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/subtractToPolynomial..st b/Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/subtractToPolynomial..st similarity index 83% rename from Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/subtractToPolynomial..st rename to Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/subtractToPolynomial..st index 9aafc25..1c8368e 100644 --- a/Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/subtractToPolynomial..st +++ b/Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/subtractToPolynomial..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions subtractToPolynomial: aPolynomial "(c) Copyrights Didier BESSET, 1999, all rights reserved. Initial code: 19/4/99 " diff --git a/Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/timesPolynomial..st b/Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/timesPolynomial..st similarity index 86% rename from Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/timesPolynomial..st rename to Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/timesPolynomial..st index a768c54..1f6a213 100644 --- a/Math-DHB-Numerical-Extensions.package/Quaternion.extension/instance/timesPolynomial..st +++ b/Math-DHB-NumericalExtensions.package/Quaternion.extension/instance/timesPolynomial..st @@ -1,4 +1,4 @@ -*Math-DHB-Numerical-Extensions +*Math-DHB-NumericalExtensions timesPolynomial: aPolynomial "(c) Copyrights Didier BESSET, 1999, all rights reserved. Initial code: 17/4/99 diff --git a/Math-DHB-Numerical-Extensions.package/Quaternion.extension/properties.json b/Math-DHB-NumericalExtensions.package/Quaternion.extension/properties.json similarity index 100% rename from Math-DHB-Numerical-Extensions.package/Quaternion.extension/properties.json rename to Math-DHB-NumericalExtensions.package/Quaternion.extension/properties.json diff --git a/Math-DHB-Numerical-Extensions.package/monticello.meta/initializers.st b/Math-DHB-NumericalExtensions.package/monticello.meta/initializers.st similarity index 100% rename from Math-DHB-Numerical-Extensions.package/monticello.meta/initializers.st rename to Math-DHB-NumericalExtensions.package/monticello.meta/initializers.st diff --git a/Math-DHB-NumericalExtensions.package/monticello.meta/package b/Math-DHB-NumericalExtensions.package/monticello.meta/package new file mode 100644 index 0000000..1d5d72d --- /dev/null +++ b/Math-DHB-NumericalExtensions.package/monticello.meta/package @@ -0,0 +1 @@ +(name 'Math-DHB-NumericalExtensions') \ No newline at end of file diff --git a/Math-DHB-NumericalExtensions.package/monticello.meta/version b/Math-DHB-NumericalExtensions.package/monticello.meta/version new file mode 100644 index 0000000..4a5c444 --- /dev/null +++ b/Math-DHB-NumericalExtensions.package/monticello.meta/version @@ -0,0 +1 @@ +(name 'Math-DHB-NumericalExtensions-DanielUber.2' message 'added DhbMatrix extension (had been missed initially).' id 'a5eb988d-f330-47e6-a57d-a8267d8f220c' date '5 June 2012' time '4:50:39.892 pm' author 'DanielUber' ancestors ((name 'Math-DHB-NumericalExtensions-DanielUber.1' message 'changed extension package name.' id 'bc1385a6-b24e-41ad-93d8-b286a0a35b63' date '5 June 2012' time '4:46:04.088 pm' author 'DanielUber' ancestors () stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/Math-DHB-Numerical-Extensions.package/properties.json b/Math-DHB-NumericalExtensions.package/properties.json similarity index 100% rename from Math-DHB-Numerical-Extensions.package/properties.json rename to Math-DHB-NumericalExtensions.package/properties.json diff --git a/Math-Quaternion-Extensions.package/monticello.meta/package b/Math-Quaternion-Extensions.package/monticello.meta/package deleted file mode 100644 index 95b4754..0000000 --- a/Math-Quaternion-Extensions.package/monticello.meta/package +++ /dev/null @@ -1 +0,0 @@ -(name 'Math-Quaternion-Extensions') \ No newline at end of file diff --git a/Math-Quaternion-Extensions.package/monticello.meta/version b/Math-Quaternion-Extensions.package/monticello.meta/version deleted file mode 100644 index 623b7f4..0000000 --- a/Math-Quaternion-Extensions.package/monticello.meta/version +++ /dev/null @@ -1 +0,0 @@ -(name 'Math-Quaternion-Extensions-DanielUber.2' message 'after separation of extensions' id '758fe2eb-bfbf-48f8-a9aa-b4a09af9ccaa' date '5 June 2012' time '1:16:19.922 pm' author 'DanielUber' ancestors ((name 'Math-Quaternion-Extensions-DanielUber.1' message 'separated Quaternion Extensions.' id '401b8384-c5c5-4ded-b3c1-15d208451eb2' date '5 June 2012' time '12:57:42.85 pm' author 'DanielUber' ancestors () stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/Math-Quaternion.package/Quaternion.class/properties.json b/Math-Quaternion.package/Quaternion.class/properties.json index 4179b76..88f574d 100644 --- a/Math-Quaternion.package/Quaternion.class/properties.json +++ b/Math-Quaternion.package/Quaternion.class/properties.json @@ -2,6 +2,7 @@ "category" : "Math-Quaternion", "classinstvars" : [ ], + "classtraitcomposition" : "{}", "classvars" : [ ], "commentStamp" : "", @@ -14,4 +15,5 @@ "pools" : [ ], "super" : "Object", + "traitcomposition" : "{}", "type" : "normal" } diff --git a/Math-Quaternion.package/monticello.meta/version b/Math-Quaternion.package/monticello.meta/version index f3d4e29..18ee077 100644 --- a/Math-Quaternion.package/monticello.meta/version +++ b/Math-Quaternion.package/monticello.meta/version @@ -1 +1 @@ -(name 'Math-Quaternion-DanielUber.4' message 'after separation of extensions' id '429cd6e3-019f-4403-b652-82355de12cfc' date '5 June 2012' time '1:16:17.336 pm' author 'DanielUber' ancestors ((name 'Math-Quaternion-DanielUber.3' message 'Incorporated changes to DhbVector, test cases for Quaternion and Complex.' id '65687e62-6b5a-4e9f-895b-6460498aecab' date '31 May 2012' time '10:35:20.508 am' author 'DanielUber' ancestors ((name 'Math-Quaternion-DanielUber.2' message 'added random class and instance methods.' id '9f4644f0-eb1c-42af-9e89-bb5ec7a56865' date '16 May 2012' time '1:15:40.742 pm' author 'DanielUber' ancestors ((name 'Math-Quaternion-DanielUber.1' message 'separated quaternions' id 'e07d6b0b-732d-40d3-9de1-5f9890767de5' date '13 May 2012' time '2:57:05.118 pm' author 'DanielUber' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'Math-Quaternion-DanielUber.5' message 'removed extensions' id 'f82e3acd-7560-4075-8642-292aa6cb0f1d' date '5 June 2012' time '4:46:37.1 pm' author 'DanielUber' ancestors ((name 'Math-Quaternion-DanielUber.3' message 'Incorporated changes to DhbVector, test cases for Quaternion and Complex.' id '65687e62-6b5a-4e9f-895b-6460498aecab' date '31 May 2012' time '10:35:20.508 am' author 'DanielUber' ancestors ((name 'Math-Quaternion-DanielUber.2' message 'added random class and instance methods.' id '9f4644f0-eb1c-42af-9e89-bb5ec7a56865' date '16 May 2012' time '1:15:40.742 pm' author 'DanielUber' ancestors ((name 'Math-Quaternion-DanielUber.1' message 'separated quaternions' id 'e07d6b0b-732d-40d3-9de1-5f9890767de5' date '13 May 2012' time '2:57:05.118 pm' author 'DanielUber' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/Math-Quaternion-Extensions.package/.filetree b/Math-QuaternionExtensions.package/.filetree similarity index 100% rename from Math-Quaternion-Extensions.package/.filetree rename to Math-QuaternionExtensions.package/.filetree diff --git a/Math-Quaternion-Extensions.package/Complex.extension/instance/adaptToQuaternion.andSend..st b/Math-QuaternionExtensions.package/Complex.extension/instance/adaptToQuaternion.andSend..st similarity index 81% rename from Math-Quaternion-Extensions.package/Complex.extension/instance/adaptToQuaternion.andSend..st rename to Math-QuaternionExtensions.package/Complex.extension/instance/adaptToQuaternion.andSend..st index e89c18c..19cf7b2 100644 --- a/Math-Quaternion-Extensions.package/Complex.extension/instance/adaptToQuaternion.andSend..st +++ b/Math-QuaternionExtensions.package/Complex.extension/instance/adaptToQuaternion.andSend..st @@ -1,4 +1,4 @@ -*Math-Quaternion-Extensions-converting +*Math-QuaternionExtensions-converting adaptToQuaternion: rcvr andSend: selector "If I am involved in arithmetic with a Quaternion, convert me to a Quaternion." ^ rcvr perform: selector with: self asQuaternion \ No newline at end of file diff --git a/Math-Quaternion-Extensions.package/Complex.extension/instance/asQuaternion.st b/Math-QuaternionExtensions.package/Complex.extension/instance/asQuaternion.st similarity index 63% rename from Math-Quaternion-Extensions.package/Complex.extension/instance/asQuaternion.st rename to Math-QuaternionExtensions.package/Complex.extension/instance/asQuaternion.st index b5282ae..d470fc0 100644 --- a/Math-Quaternion-Extensions.package/Complex.extension/instance/asQuaternion.st +++ b/Math-QuaternionExtensions.package/Complex.extension/instance/asQuaternion.st @@ -1,4 +1,4 @@ -*Math-Quaternion-Extensions-converting +*Math-QuaternionExtensions-converting asQuaternion ^ Quaternion qr: real diff --git a/Math-Quaternion-Extensions.package/Complex.extension/instance/j.st b/Math-QuaternionExtensions.package/Complex.extension/instance/j.st similarity index 67% rename from Math-Quaternion-Extensions.package/Complex.extension/instance/j.st rename to Math-QuaternionExtensions.package/Complex.extension/instance/j.st index d971b36..51274a7 100644 --- a/Math-Quaternion-Extensions.package/Complex.extension/instance/j.st +++ b/Math-QuaternionExtensions.package/Complex.extension/instance/j.st @@ -1,4 +1,4 @@ -*Math-Quaternion-Extensions-converting +*Math-QuaternionExtensions-converting j "same as self * 1 j" diff --git a/Math-Quaternion-Extensions.package/Complex.extension/instance/k.st b/Math-QuaternionExtensions.package/Complex.extension/instance/k.st similarity index 69% rename from Math-Quaternion-Extensions.package/Complex.extension/instance/k.st rename to Math-QuaternionExtensions.package/Complex.extension/instance/k.st index e259cef..e4708ae 100644 --- a/Math-Quaternion-Extensions.package/Complex.extension/instance/k.st +++ b/Math-QuaternionExtensions.package/Complex.extension/instance/k.st @@ -1,4 +1,4 @@ -*Math-Quaternion-Extensions-converting +*Math-QuaternionExtensions-converting k "same as self * 1 k" diff --git a/Math-Quaternion-Extensions.package/Complex.extension/properties.json b/Math-QuaternionExtensions.package/Complex.extension/properties.json similarity index 100% rename from Math-Quaternion-Extensions.package/Complex.extension/properties.json rename to Math-QuaternionExtensions.package/Complex.extension/properties.json diff --git a/Math-Quaternion-Extensions.package/DhbPolynomial.extension/instance/adaptToQuaternion.andSend..st b/Math-QuaternionExtensions.package/DhbPolynomial.extension/instance/adaptToQuaternion.andSend..st similarity index 80% rename from Math-Quaternion-Extensions.package/DhbPolynomial.extension/instance/adaptToQuaternion.andSend..st rename to Math-QuaternionExtensions.package/DhbPolynomial.extension/instance/adaptToQuaternion.andSend..st index 6917526..c8c40c5 100644 --- a/Math-Quaternion-Extensions.package/DhbPolynomial.extension/instance/adaptToQuaternion.andSend..st +++ b/Math-QuaternionExtensions.package/DhbPolynomial.extension/instance/adaptToQuaternion.andSend..st @@ -1,3 +1,3 @@ -*Math-Quaternion-Extensions +*Math-QuaternionExtensions adaptToQuaternion: rcvr andSend: selector ^(self class coefficients: (Array with: rcvr) ) perform: selector with: self \ No newline at end of file diff --git a/Math-Quaternion-Extensions.package/DhbPolynomial.extension/properties.json b/Math-QuaternionExtensions.package/DhbPolynomial.extension/properties.json similarity index 100% rename from Math-Quaternion-Extensions.package/DhbPolynomial.extension/properties.json rename to Math-QuaternionExtensions.package/DhbPolynomial.extension/properties.json diff --git a/Math-Quaternion-Extensions.package/DhbVector.extension/instance/adaptToQuaternion.andSend..st b/Math-QuaternionExtensions.package/DhbVector.extension/instance/adaptToQuaternion.andSend..st similarity index 81% rename from Math-Quaternion-Extensions.package/DhbVector.extension/instance/adaptToQuaternion.andSend..st rename to Math-QuaternionExtensions.package/DhbVector.extension/instance/adaptToQuaternion.andSend..st index 27541c6..91c06e0 100644 --- a/Math-Quaternion-Extensions.package/DhbVector.extension/instance/adaptToQuaternion.andSend..st +++ b/Math-QuaternionExtensions.package/DhbVector.extension/instance/adaptToQuaternion.andSend..st @@ -1,3 +1,3 @@ -*Math-Quaternion-Extensions +*Math-QuaternionExtensions adaptToQuaternion: aQuaternion andSend: aByteSymbol ^ self collect: [:ea | aQuaternion perform: aByteSymbol with: ea]. \ No newline at end of file diff --git a/Math-Quaternion-Extensions.package/DhbVector.extension/properties.json b/Math-QuaternionExtensions.package/DhbVector.extension/properties.json similarity index 100% rename from Math-Quaternion-Extensions.package/DhbVector.extension/properties.json rename to Math-QuaternionExtensions.package/DhbVector.extension/properties.json diff --git a/Math-Quaternion-Extensions.package/Number.extension/instance/adaptToQuaternion.andSend..st b/Math-QuaternionExtensions.package/Number.extension/instance/adaptToQuaternion.andSend..st similarity index 81% rename from Math-Quaternion-Extensions.package/Number.extension/instance/adaptToQuaternion.andSend..st rename to Math-QuaternionExtensions.package/Number.extension/instance/adaptToQuaternion.andSend..st index e89c18c..19cf7b2 100644 --- a/Math-Quaternion-Extensions.package/Number.extension/instance/adaptToQuaternion.andSend..st +++ b/Math-QuaternionExtensions.package/Number.extension/instance/adaptToQuaternion.andSend..st @@ -1,4 +1,4 @@ -*Math-Quaternion-Extensions-converting +*Math-QuaternionExtensions-converting adaptToQuaternion: rcvr andSend: selector "If I am involved in arithmetic with a Quaternion, convert me to a Quaternion." ^ rcvr perform: selector with: self asQuaternion \ No newline at end of file diff --git a/Math-Quaternion-Extensions.package/Number.extension/instance/asQuaternion.st b/Math-QuaternionExtensions.package/Number.extension/instance/asQuaternion.st similarity index 61% rename from Math-Quaternion-Extensions.package/Number.extension/instance/asQuaternion.st rename to Math-QuaternionExtensions.package/Number.extension/instance/asQuaternion.st index 6b9ff60..a3e9204 100644 --- a/Math-Quaternion-Extensions.package/Number.extension/instance/asQuaternion.st +++ b/Math-QuaternionExtensions.package/Number.extension/instance/asQuaternion.st @@ -1,4 +1,4 @@ -*Math-Quaternion-Extensions-converting +*Math-QuaternionExtensions-converting asQuaternion ^Quaternion qr: self diff --git a/Math-Quaternion-Extensions.package/Number.extension/instance/i.j.k..st b/Math-QuaternionExtensions.package/Number.extension/instance/i.j.k..st similarity index 64% rename from Math-Quaternion-Extensions.package/Number.extension/instance/i.j.k..st rename to Math-QuaternionExtensions.package/Number.extension/instance/i.j.k..st index 2995878..088a204 100644 --- a/Math-Quaternion-Extensions.package/Number.extension/instance/i.j.k..st +++ b/Math-QuaternionExtensions.package/Number.extension/instance/i.j.k..st @@ -1,4 +1,4 @@ -*Math-Quaternion-Extensions-converting +*Math-QuaternionExtensions-converting i: qi j: qj k: qk ^Quaternion qr: self diff --git a/Math-Quaternion-Extensions.package/Number.extension/instance/j.st b/Math-QuaternionExtensions.package/Number.extension/instance/j.st similarity index 56% rename from Math-Quaternion-Extensions.package/Number.extension/instance/j.st rename to Math-QuaternionExtensions.package/Number.extension/instance/j.st index 2cb2303..2a8910f 100644 --- a/Math-Quaternion-Extensions.package/Number.extension/instance/j.st +++ b/Math-QuaternionExtensions.package/Number.extension/instance/j.st @@ -1,4 +1,4 @@ -*Math-Quaternion-Extensions-converting +*Math-QuaternionExtensions-converting j ^Quaternion qr: 0 diff --git a/Math-Quaternion-Extensions.package/Number.extension/instance/k.st b/Math-QuaternionExtensions.package/Number.extension/instance/k.st similarity index 56% rename from Math-Quaternion-Extensions.package/Number.extension/instance/k.st rename to Math-QuaternionExtensions.package/Number.extension/instance/k.st index d89a64d..2611c1c 100644 --- a/Math-Quaternion-Extensions.package/Number.extension/instance/k.st +++ b/Math-QuaternionExtensions.package/Number.extension/instance/k.st @@ -1,4 +1,4 @@ -*Math-Quaternion-Extensions-converting +*Math-QuaternionExtensions-converting k ^Quaternion qr: 0 diff --git a/Math-Quaternion-Extensions.package/Number.extension/properties.json b/Math-QuaternionExtensions.package/Number.extension/properties.json similarity index 100% rename from Math-Quaternion-Extensions.package/Number.extension/properties.json rename to Math-QuaternionExtensions.package/Number.extension/properties.json diff --git a/Math-Quaternion-Extensions.package/Object.extension/instance/isQuaternion.st b/Math-QuaternionExtensions.package/Object.extension/instance/isQuaternion.st similarity index 70% rename from Math-Quaternion-Extensions.package/Object.extension/instance/isQuaternion.st rename to Math-QuaternionExtensions.package/Object.extension/instance/isQuaternion.st index 647da28..9defc7f 100644 --- a/Math-Quaternion-Extensions.package/Object.extension/instance/isQuaternion.st +++ b/Math-QuaternionExtensions.package/Object.extension/instance/isQuaternion.st @@ -1,4 +1,4 @@ -*Math-Quaternion-Extensions-testing +*Math-QuaternionExtensions-testing isQuaternion "Answer true if receiver is a Quaternion. False by default." diff --git a/Math-Quaternion-Extensions.package/Object.extension/properties.json b/Math-QuaternionExtensions.package/Object.extension/properties.json similarity index 100% rename from Math-Quaternion-Extensions.package/Object.extension/properties.json rename to Math-QuaternionExtensions.package/Object.extension/properties.json diff --git a/Math-Quaternion-Extensions.package/monticello.meta/initializers.st b/Math-QuaternionExtensions.package/monticello.meta/initializers.st similarity index 100% rename from Math-Quaternion-Extensions.package/monticello.meta/initializers.st rename to Math-QuaternionExtensions.package/monticello.meta/initializers.st diff --git a/Math-QuaternionExtensions.package/monticello.meta/package b/Math-QuaternionExtensions.package/monticello.meta/package new file mode 100644 index 0000000..a5343f2 --- /dev/null +++ b/Math-QuaternionExtensions.package/monticello.meta/package @@ -0,0 +1 @@ +(name 'Math-QuaternionExtensions') \ No newline at end of file diff --git a/Math-QuaternionExtensions.package/monticello.meta/version b/Math-QuaternionExtensions.package/monticello.meta/version new file mode 100644 index 0000000..692453e --- /dev/null +++ b/Math-QuaternionExtensions.package/monticello.meta/version @@ -0,0 +1 @@ +(name 'Math-QuaternionExtensions-DanielUber.1' message 'changed extension package name' id '449d708a-edea-410a-9f5e-b1dc11d85f48' date '5 June 2012' time '4:48:19.254 pm' author 'DanielUber' ancestors () stepChildren ()) \ No newline at end of file diff --git a/Math-Quaternion-Extensions.package/properties.json b/Math-QuaternionExtensions.package/properties.json similarity index 100% rename from Math-Quaternion-Extensions.package/properties.json rename to Math-QuaternionExtensions.package/properties.json