log liboctave/numeric/sparse-chol.cc @ 22229:22c2bd440544

age author description
Tue, 09 Aug 2016 04:14:55 +0100 Carnë Draug chol: return permutation vector as row vector instead of column vector.
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Fri, 13 May 2016 09:36:14 -0400 John W. Eaton Eliminate unused variable warnings for conditionally compiled code.
Sun, 10 Apr 2016 20:45:01 -0700 Rik maint: Remove extra space between end of statement and semicolon.
Sun, 03 Apr 2016 18:09:56 -0700 Rik Fix memory leak using cholmod library (bug #47372).
Tue, 23 Feb 2016 13:10:19 -0800 Mike Miller sparse-chol.cc: Fix minor syntax error to compile with older gcc
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Mon, 08 Feb 2016 17:30:29 -0500 John W. Eaton create and install a subset of config.h in octave-config.h
Fri, 05 Feb 2016 14:50:00 -0500 John W. Eaton allow build to succeed with missing dependencies
Sat, 06 Feb 2016 06:40:13 -0800 Rik maint: indent #ifdef blocks in liboctave and src directories.
Wed, 03 Feb 2016 23:44:49 -0500 John W. Eaton don't install some internal headers and template sources
Tue, 02 Feb 2016 16:53:01 -0500 John W. Eaton style fixes in liboctave/numeric directory
Tue, 26 Jan 2016 16:30:54 -0500 John W. Eaton revamp sparse Cholesky factorization classes base liboctave/numeric/sparse-base-chol.cc@056473d349f0