Differences From Artifact [73e91bfb7d]:
- Executable file
mttroot/mtt/bin/trans/mtt_vectorise
— part of check-in
[4ed20a8676]
at
2000-10-11 08:27:27
on branch origin/master
— New piped version.
any mttnn variable
looks for () not [] (user: gawthrop@users.sourceforge.net, size: 170) [annotate] [blame] [check-ins using] [more...]
To 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...]
1 2 3 4 | 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 |