Thu, 27 Aug 2015 13:12:21 -0700 |
Rik |
Return empty matrix when linspace called with 0 points (bug #45820)
|
Sat, 30 May 2015 03:14:07 +0100 |
Carnë Draug |
Deprecate Array::length() and Sparse::length() in favour of ::numel().
|
Sat, 23 May 2015 21:46:44 -0700 |
Rik |
maint: Use cuddled parentheses when indexing dimension_vectors.
|
Thu, 26 Feb 2015 13:07:04 -0500 |
John W. Eaton |
maint: More cleanup of C++ code to follow Octave coding conventions.
|
Wed, 11 Feb 2015 14:19:08 -0500 |
John W. Eaton |
maint: Update copyright notices for 2015.
|
Wed, 31 Dec 2014 15:57:37 -0500 |
John W. Eaton |
avoid shadowed variable warnings from GCC
|
Tue, 30 Dec 2014 16:17:21 -0500 |
John W. Eaton |
don't skip solution of singular upper/lower triangular systems
|
Fri, 26 Dec 2014 14:35:46 -0500 |
John W. Eaton |
compute condition number when solving triangular systems (bug #43875)
|
Wed, 17 Dec 2014 21:56:17 -0500 |
John W. Eaton |
consistent messages and IDs for singular matrix warnings
|
Mon, 08 Dec 2014 10:14:00 -0500 |
John W. Eaton |
allow disabling of permutation and diagonal matrices
|
Fri, 07 Nov 2014 10:41:18 +0000 |
Carnë Draug |
Replace some duplicated code and count on methods implemented on base classes.
|
Fri, 07 Nov 2014 08:15:55 +0000 |
Carnë Draug |
Change inheritance tree so that <T>Matrix inherit from <T>NDArray.
|
Sun, 19 Oct 2014 08:42:58 -0400 |
John W. Eaton |
don't include oct-locbuf.h in header files unnecessarily
|
Sun, 31 Aug 2014 21:05:38 -0700 |
Rik |
Deprecate syl, add new function sylvester.
|
Thu, 19 Jun 2014 18:08:00 -0400 |
John W. Eaton |
maint: Periodic merge of gui-release to default.
|
Thu, 19 Jun 2014 15:51:05 -0400 |
John W. Eaton |
maint: Periodic merge of stable to gui-release.
gui-release
|
Thu, 19 Jun 2014 15:49:14 -0400 |
John W. Eaton |
use gnulib log2 modules (bug #42583)
stable
|
Fri, 07 Mar 2014 23:14:37 +0530 |
PrasannaKumar Muralidharan |
Initialize rcond value to octave_NaN.
|
Wed, 11 Dec 2013 22:22:28 -0500 |
John W. Eaton |
maint: Periodic merge of stable to gui-release.
gui-release
|
Fri, 06 Dec 2013 16:39:56 -0500 |
John W. Eaton |
fix cut and paste error in Matrix by ComplexMatrix multiplication operator
stable
|
Wed, 04 Dec 2013 22:13:18 -0800 |
Rik |
Follow coding convention of defining and initializing only 1 variable per line in liboctave.
|
Wed, 04 Dec 2013 18:56:47 -0800 |
Rik |
maint: Use Octave coding convention for indexing vs. function calls in liboctave/array.
|
Sat, 26 Oct 2013 18:57:05 -0700 |
Rik |
maint: Use GNU style coding conventions for code in liboctave/
|
Wed, 23 Oct 2013 22:09:27 -0400 |
John W. Eaton |
maint: Update copyright notices for release.
|
Tue, 15 Oct 2013 14:59:09 -0700 |
Rik |
Use std::swap in liboctave instead of temporary variable.
|
Wed, 13 Mar 2013 15:45:05 -0400 |
John W. Eaton |
eliminate some variable might be clobbered by 'longjmp' or 'vfork' warnings
|
Thu, 27 Sep 2012 17:00:45 -0400 |
Jordi Gutiérrez Hermoso |
Replace deprecated DiagArray2<T>::diag calls with DiagArray2<T>::extract_diag
|
Thu, 13 Sep 2012 15:20:16 -0400 |
John W. Eaton |
maint: periodic merge of stable to default
base
liboctave/fCMatrix.cc@8a3c2852218d
|
Fri, 31 Aug 2012 20:00:20 -0700 |
Rik |
build: Refactor liboctave into multiple subdirectories. Move libcruft into liboctave.
base
liboctave/fCMatrix.cc@f59bf1c9c81e
|