forked from djuber/SciSmalltalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
197 changed files
with
251 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 ()) | ||
(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 ()) |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...nsion/instance/adaptToComplex.andSend..st → ...nsion/instance/adaptToComplex.andSend..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
*Math-Complex-Extensions | ||
*Math-ComplexExtensions | ||
adaptToComplex: rcvr andSend: selector | ||
^(self class coefficients: (Array with: rcvr) ) perform: selector with: self |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...nsion/instance/adaptToComplex.andSend..st → ...nsion/instance/adaptToComplex.andSend..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
*Math-Complex-Extensions | ||
*Math-ComplexExtensions | ||
adaptToComplex: rcvr andSend: selector | ||
^ self collect: [:ea | rcvr perform: selector with: ea]. |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...nsion/instance/adaptToComplex.andSend..st → ...nsion/instance/adaptToComplex.andSend..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
2 changes: 1 addition & 1 deletion
2
...ge/Number.extension/instance/asComplex.st → ...ge/Number.extension/instance/asComplex.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s.package/Number.extension/instance/i..st → ...s.package/Number.extension/instance/i..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ns.package/Number.extension/instance/i.st → ...ns.package/Number.extension/instance/i.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
*Math-Complex-Extensions-converting | ||
*Math-ComplexExtensions | ||
i | ||
^ Complex real: 0 imaginary: self |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(name 'Math-ComplexExtensions') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 ()) |
File renamed without changes.
4 changes: 0 additions & 4 deletions
4
Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atColumn..st
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atColumn.put..st
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
Math-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/atRow.put..st
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...-DHB-Numerical-Extensions.package/DhbMatrix.extension/instance/initializeRows.columns..st
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.