Artifact 637c205a0e9e964e4dac4945edc77792bbdb0f775a7fbe43a6b78cf25dfe2d30:
- 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]
#!/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'