Mercurial > hg > octave-lyh
view octave.sh @ 125:096ef59709b3
[project @ 1993-09-25 20:31:49 by jwe]
(Matrix::operator * (const ColumnVector& a) const): Correct dimension
of return value.
(ComplexMatrix::operator * (const ComplexColumnVector& a) const): Ditto.
author | jwe |
---|---|
date | Sat, 25 Sep 1993 20:31:49 +0000 |
parents | 9c27e323492f |
children | 71bcc230ecd3 |
line wrap: on
line source
#!/bin/sh # # Wrapper for octave for binary installations that can't install # octave in /usr/local/bin. # # The real binary should be installed in as octave.bin, and this file # should be installed in the same directory as octave. OCTAVE_HOME=@OCTAVE_HOME@ export OCTAVE_HOME exec octave.bin $*