Post Reply 
Programming challenges: processing vectors and matrices
02-18-2019, 12:43 PM
Post: #12
RE: Programming challenges: processing vectors and matrices
(02-17-2019 10:18 PM)ttw Wrote:  It would be nice to get a single row or column of a matrix; currently I just convert the matrix to rows (or columns) and make a list of these. This can take lots of stacksmanship.

ROW- and COL- provide you with both the modified source array as well as the specified row or column that was removed. So something like OVER SWAP COL- NIP could be used to return a specified column of an array without having to do a lot of conversions.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Programming challenges: processing vectors and matrices - DavidM - 02-18-2019 12:43 PM



User(s) browsing this thread: 1 Guest(s)