Differences From Artifact [543d412814]:
- Executable file mttroot/mtt/bin/trans/mtt_optimise — part of check-in [0e04441e7e] at 2002-09-13 09:45:25 on branch origin/global-optimisation — Added lines to optimise mttedx. (user: geraint@users.sourceforge.net, size: 2678) [annotate] [blame] [check-ins using] [more...]
To Artifact [ed8d518642]:
- Executable file mtt/bin/trans/mtt_optimise — 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: 2672) [annotate] [blame] [check-ins using] [more...]
- Executable file
mttroot/mtt/bin/trans/mtt_optimise
— part of check-in
[2613a4e855]
at
2002-09-18 19:46:49
on branch origin/master
— Refined test to reduce shell loop overhead for unnecessary E matrix.
Removed unnecessary attempt to optimise cse.
Fixes sm representation. (user: geraint@users.sourceforge.net, size: 2672) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
11 12 13 14 15 16 17 |
E_REP_NOT_SUPPORTED=-19
E_FILE_NOT_EXIST=-20
case $representation in
ae)
matrix=yz ;
nmatrix=`mtt_getsize $system yz` ;;
| | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
E_REP_NOT_SUPPORTED=-19
E_FILE_NOT_EXIST=-20
case $representation in
ae)
matrix=yz ;
nmatrix=`mtt_getsize $system yz` ;;
csex)
matrix=edx ;
nmatrix=`mtt_getsize $system x` ;;
ode)
matrix=dx ;
nmatrix=`mtt_getsize $system x` ;;
cseo | odeo)
matrix=y ;
|
| ︙ | ︙ |