Matrix Rotation of elements - Algorithms
|
12-17-2019, 03:51 PM
(This post was last modified: 12-17-2019 04:04 PM by Ángel Martin.)
Post: #7
|
|||
|
|||
RE: Matrix Rotation of elements - Algorithms
I actually use a scratch matrix and copy elements one at a time from the source to the scratch, and when done do the bulk renaming source = scratch.
Here's the routine. you need to be familiar with the SandMatrix functions (an extension of the Advantage, itself an extension of the CCD ARRAY group...). The element copying happens in LBL 05 towards the end of the program. PHP Code: 1 LBL "M<)R" "To live or die by your own sword one must first learn to wield it aptly." |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Matrix Rotation of elements - Algorithms - Ángel Martin - 12-12-2019, 02:37 PM
RE: Matrix Rotation of elements - Algorithms - Csaba Tizedes - 12-12-2019, 03:31 PM
RE: Matrix Rotation of elements - Algorithms - Ángel Martin - 12-12-2019, 03:59 PM
RE: Matrix Rotation of elements - Algorithms - Ángel Martin - 12-15-2019, 06:16 AM
RE: Matrix Rotation of elements - Algorithms - Ángel Martin - 12-17-2019, 10:46 AM
RE: Matrix Rotation of elements - Algorithms - Valentin Albillo - 12-17-2019, 04:18 PM
RE: Matrix Rotation of elements - Algorithms - Ángel Martin - 12-18-2019, 06:29 AM
RE: Matrix Rotation of elements - Algorithms - Csaba Tizedes - 12-17-2019, 02:22 PM
RE: Matrix Rotation of elements - Algorithms - Ángel Martin - 12-17-2019 03:51 PM
RE: Matrix Rotation of elements - Algorithms - Paul Dale - 12-18-2019, 07:05 AM
|
User(s) browsing this thread: 1 Guest(s)