log liboctave/dMatrix.cc @ 10350:12884915a8e4

age author description
Sat, 23 Jan 2010 21:41:03 +0100 Jaroslav Hajek merge MArray classes & improve Array interface
Thu, 11 Feb 2010 12:23:32 -0500 John W. Eaton untabify liboctave C++ sources
Thu, 28 Jan 2010 08:06:13 +0100 Jaroslav Hajek fix det() after singular matrix is flagged
Wed, 20 Jan 2010 19:04:35 -0500 John W. Eaton remove Emacs local-variable settings from liboctave source files
Wed, 20 Jan 2010 10:38:00 +0100 Jaroslav Hajek make OCTAVE_QUIT a function
Thu, 12 Nov 2009 15:47:58 +0100 Jaroslav Hajek improve unary mapper system
Sat, 26 Sep 2009 10:41:07 +0200 Jaroslav Hajek use blas_trans_type for xgemm
Wed, 23 Sep 2009 11:10:52 +0200 Jaroslav Hajek further improve mixed real-complex division
Wed, 23 Sep 2009 10:00:16 +0200 Jaroslav Hajek optimize / and '\ for triangular matrices
Sat, 19 Sep 2009 22:17:12 +0200 Jaroslav Hajek extend linspace & fix up liboctave rewrite
Fri, 18 Sep 2009 15:27:09 +0200 Jaroslav Hajek improve linspace in liboctave
Wed, 02 Sep 2009 09:21:36 +0200 Jaroslav Hajek add a couple of missing copyright statements
Thu, 27 Aug 2009 11:19:33 +0200 Jaroslav Hajek refactor comparison ops implementations
Fri, 21 Aug 2009 12:12:25 +0200 Jaroslav Hajek further bool ops tweaks
Fri, 21 Aug 2009 08:18:16 +0200 Jaroslav Hajek make ! operator check for NaNs, simplify implementations in liboctave
Wed, 19 Aug 2009 22:55:15 +0200 Jaroslav Hajek refactor binary & bool ops in liboctave
Sun, 16 Aug 2009 08:25:24 +0200 Jaroslav Hajek more fixes & tests for matrix multiply
Thu, 13 Aug 2009 18:20:31 -0400 John W. Eaton more configure changes for libraries
Wed, 29 Jul 2009 12:15:27 -0400 John W. Eaton sanity checks for loading sparse matrices
Thu, 18 Jun 2009 09:14:57 +0200 Jaroslav Hajek avoid useless zero initialization when doing matrix multiply
Mon, 02 Mar 2009 08:07:48 +0100 Jaroslav Hajek use explicit template qualifs to please Intel C++ and MSVC++
Fri, 20 Mar 2009 11:39:25 +0100 Jaroslav Hajek allow empty matrices in stream input operators
Wed, 11 Mar 2009 10:31:08 +0100 Jaroslav Hajek ensure nonnegative char -> real conversion
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Wed, 18 Feb 2009 13:45:20 -0500 John W. Eaton avoid some GCC warnings
Wed, 18 Feb 2009 11:20:31 -0500 John W. Eaton eliminate some unused static variables and functions
Tue, 17 Feb 2009 08:38:00 +0100 Jaroslav Hajek split implementation and interface in mx-op-defs and MArray-defs
Sat, 14 Feb 2009 19:50:43 +0100 Jaroslav Hajek reimplement any & all using the new reduction code
Fri, 13 Feb 2009 21:04:50 +0100 Jaroslav Hajek improve reduction functions
Mon, 02 Feb 2009 15:35:32 +0100 Jaroslav Hajek abs,real,imag,conj: use code from mx-inlines rather than the generic map