CSWP - Column Swap Command

Swaps columns i and j of the argument matrix and returns the modified matrix, or swaps elements i and j of the argument vector and returns the modified vector.

Level 3Level 2Level 1->Level 1
[[ matrix ]]1ncolumn incolumn j->[[ matrix ]]2
vector ]1nelement inelement j->vector ]2

Adrian Drury
Last modified: Wed Jun 3 17:41:39 EDT 1998