- Jun 01, 2018
-
-
Frédéric Karamé authored
-
- May 31, 2018
-
-
Houtan Bastani authored
-
- May 30, 2018
-
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
- May 29, 2018
-
-
Stéphane Adjemian authored
-
- May 28, 2018
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- May 19, 2018
-
-
Stéphane Adjemian authored
... when building the windows installer.
-
- May 18, 2018
-
-
Stéphane Adjemian authored
We do not distribute .oct files anymore.
-
- May 17, 2018
-
-
Houtan Bastani authored
-
Sébastien Villemot authored
It's actually not needed. The QZ complex decomposition can be obtained in Octave on real matrices by casting them to the complex type.
-
Sébastien Villemot authored
-
- May 16, 2018
-
-
Stéphane Adjemian authored
(cherry picked from commit f1ed81aae27c2e7e835fd05ea0c3ef1be5f2a299)
-
Sébastien Villemot authored
They are no longer used in the main codebase.
-
Sébastien Villemot authored
The new code relies on qz(..., 'real'), ordqz and ordeig, and returns a real decomposition. The previous version was using Sims' qzdiv and returned a complex decomposition. As a consequence, we can drop options_.qzdiv, which was used to detect when imaginary parts had to be dropped. This code does not work on Octave for the time being, but this is acceptable since it is only a fallback.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Works only with the Random Walk Metropolis Hastings algorithm. Closes #1598
-
Sébastien Villemot authored
-
Sébastien Villemot authored
These functions are all included in Octave 4.2.
-
Sébastien Villemot authored
-
- May 15, 2018
-
-
Sébastien Villemot authored
This breaks the matrix.h of older MATLABs (e.g. R2009a). Also see <uchar.h>.
-
Sébastien Villemot authored
-
- May 14, 2018
-
-
Sébastien Villemot authored
This API was introduced in MATLAB 9.4 (R2018a), because the internal representation of complex numbers has changed.
-
Sébastien Villemot authored
Take into account the API break in the MEX interface (new interleaved complex API). But do not split MEX directories on MacOS X for the time being.
-
- May 05, 2018
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
... Between stoch_simul and check. Added sdim (the number of stable eigenvalues) and edim (the complementary number of explosive eigenvalues) in dr structure. The test is always done with sdim (or edim) returned by mjdgges.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Apr 23, 2018
-
-
This fixes compilation with TeX Live 2018.
-
- Apr 18, 2018
-
-
Houtan Bastani authored
-
- Mar 24, 2018
-
-
Stéphane Adjemian authored
We should not issue a warning if version() is greater than supported_octave_version().
-
- Mar 20, 2018
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Mar 13, 2018
-
-
Stéphane Adjemian authored
-
- Mar 12, 2018
-
-
Stéphane Adjemian authored
Use the histval interface for setting the initial conditions.
-
Stéphane Adjemian authored
Was crashing with three inputs (last one is for innovations) when the first input was an empty array.
-