Sat, 12 Dec 2015 07:40:03 -0800 |
Rik |
2015 Code Sprint: remove class of function from docstring for all C++ files.
|
Mon, 07 Dec 2015 08:30:51 -0800 |
Rik |
Use int rather than octave_idx_type for nargin data type.
|
Sat, 05 Dec 2015 15:59:22 -0800 |
Rik |
maint: Clean-up more instances of print_usage().
|
Fri, 04 Dec 2015 12:03:44 -0500 |
John W. Eaton |
eliminate return statements after calls to print_usage
|
Wed, 18 Nov 2015 10:40:26 -0800 |
Rik |
Make error messages more specific about the variable and problem encountered.
|
Mon, 05 Oct 2015 19:29:36 -0400 |
John W. Eaton |
eliminate many more simple uses of error_state
|
Sun, 24 May 2015 02:41:37 +0100 |
Carnë Draug |
Deprecate Array::nelem() and Range::nelem() in favour of ::numel().
|
Sat, 09 May 2015 17:19:30 -0700 |
Rik |
doc: Update more docstrings to have one sentence summary as first line.
stable
|
Thu, 26 Feb 2015 13:07:04 -0500 |
John W. Eaton |
maint: More cleanup of C++ code to follow Octave coding conventions.
|
Wed, 25 Feb 2015 11:55:49 -0800 |
Rik |
maint: Cleanup C++ code to follow Octave coding conventions.
|
Tue, 17 Feb 2015 17:34:48 -0800 |
Rik |
Remove unnecessary checking of error_state after is_string validation.
|
Wed, 11 Feb 2015 14:19:08 -0500 |
John W. Eaton |
maint: Update copyright notices for 2015.
|
Tue, 20 Jan 2015 10:24:46 -0500 |
John W. Eaton |
maint: Periodic merge of gui-release to default.
|
Tue, 20 Jan 2015 08:26:57 -0500 |
John W. Eaton |
strip trailing whitespace from most source files
stable
|
Tue, 26 Aug 2014 15:27:21 -0700 |
Rik |
Incorporate new functions ichol and ilu into Octave.
|
Wed, 18 Jun 2014 19:38:40 -0600 |
David Spies |
make all permutation matrices column permutations (bug #42418)
|
Fri, 25 Apr 2014 13:25:25 -0700 |
Rik |
maint: Clean up extra spaces before/after parentheses.
|
Thu, 20 Feb 2014 09:27:57 -0800 |
Rik |
maint: Merge gui-release to default.
|
Tue, 18 Feb 2014 09:59:52 -0500 |
Mike Miller |
Use %!testif HAVE_UMFPACK for sparse lu test added in cset 2a45b6b87bee
stable
|
Sat, 08 Feb 2014 13:35:00 -0800 |
Rik |
maint: Periodic merge of gui-release to default.
|
Mon, 03 Feb 2014 11:45:03 -0500 |
Jordi Gutiérrez Hermoso |
maint: whitespace fixes for libinterp/corefcn/lu.cc
stable
|
Mon, 03 Feb 2014 11:44:30 -0500 |
Jordi Gutiérrez Hermoso |
maint: Style fixes for tests in libinterp/corefcn/lu.cc
stable
|
Mon, 03 Feb 2014 10:54:27 -0500 |
Michael C. Grant |
correct numerical errors in sparse LU factorization (bug #41116).
stable
|
Thu, 05 Dec 2013 16:11:14 -0800 |
Rik |
maint: Don't use space between 'args' and '(' when doing indexing.
|
Thu, 05 Dec 2013 10:50:17 -0800 |
Rik |
Follow coding convention of defining and initializing only 1 variable per line in liboctinterp.
|
Mon, 28 Oct 2013 19:51:46 -0700 |
Rik |
Use GNU style coding conventions for code in libinterp/
|
Wed, 23 Oct 2013 22:09:27 -0400 |
John W. Eaton |
maint: Update copyright notices for release.
|
Mon, 19 Aug 2013 20:46:38 -0700 |
Rik |
doc: Add new @qcode macro for code samples which are quoted.
|
Sat, 17 Aug 2013 11:45:20 -0700 |
Rik |
doc: Rename @xcode macro to @tcode (transpose code) for clarity.
|
Sun, 07 Jul 2013 19:45:23 -0700 |
Rik |
doc: Add seealso links between various factorization forms.
|
Sat, 18 Aug 2012 16:23:39 -0400 |
John W. Eaton |
split libinterp from src
base
src/corefcn/lu.cc@f2b90e673d6f
|