Differences From Artifact [847fd2c0dd]:
- Executable file mttroot/mtt/bin/trans/mtt_vectorise — part of check-in [5835bbe3cb] at 2000-10-11 09:06:52 on branch origin/master — Removed _ (user: gawthrop@users.sourceforge.net, size: 168) [annotate] [blame] [check-ins using] [more...]
To Artifact [637c205a0e]:
- Executable file mtt/bin/trans/mtt_vectorise — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 169) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/mtt_vectorise — part of check-in [34967f2efe] at 2000-10-12 09:17:24 on branch origin/master — Makde global - ie allow for right-hand side terms (user: gawthrop@users.sourceforge.net, size: 169) [annotate] [blame] [check-ins using]
1 2 3 4 | #!/bin/sh # Vectorises the matrix output of reduce ie converts (n,1) to (n) # Copyright (C) 2000 by Peter J. Gawthrop | | | 1 2 3 4 5 6 7 | #!/bin/sh # Vectorises the matrix output of reduce ie converts (n,1) to (n) # Copyright (C) 2000 by Peter J. Gawthrop sed 's/mtt\([a-z]*\)(\([0-9]*\),1)/mtt\1(\2)/g' |