Antonio Sánchez 
							
						 
					 
					
						
						
						
						
							
						
						
							46e9cdb7fe 
							
						 
					 
					
						
						
							
							Clang-format tests, examples, libraries, benchmarks, etc.  
						
						
						
					 
					
						2023-12-05 21:22:55 +00:00 
						 
				 
			
				
					
						
							
							
								Charles Schlosser 
							
						 
					 
					
						
						
						
						
							
						
						
							18018ed013 
							
						 
					 
					
						
						
							
							Unwind Block of Blocks  
						
						
						
					 
					
						2023-08-29 17:21:41 +00:00 
						 
				 
			
				
					
						
							
							
								Charles Schlosser 
							
						 
					 
					
						
						
						
						
							
						
						
							81fe2d424f 
							
						 
					 
					
						
						
							
							Fix more gcc compiler warnings / sort-of bugs  
						
						
						
					 
					
						2023-07-14 21:12:45 +00:00 
						 
				 
			
				
					
						
							
							
								Erik Schultheis 
							
						 
					 
					
						
						
						
						
							
						
						
							421cbf0866 
							
						 
					 
					
						
						
							
							Replace Eigen type metaprogramming with corresponding std types and make use of alias templates  
						
						
						
					 
					
						2022-03-16 16:43:40 +00:00 
						 
				 
			
				
					
						
							
							
								Erik Schultheis 
							
						 
					 
					
						
						
						
						
							
						
						
							d271a7d545 
							
						 
					 
					
						
						
							
							reduce float warnings (comparisons and implicit conversions)  
						
						
						
					 
					
						2022-01-26 18:16:19 +00:00 
						 
				 
			
				
					
						
							
							
								Rasmus Munk Larsen 
							
						 
					 
					
						
						
						
						
							
						
						
							6cadab6896 
							
						 
					 
					
						
						
							
							Clean up EIGEN_STATIC_ASSERT to only use standard c++11 static_assert.  
						
						
						
					 
					
						2021-09-16 20:43:54 +00:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							f8bc5cb39e 
							
						 
					 
					
						
						
							
							Fix detection of vector-at-time: use Rows/Cols instead of MaxRow/MaxCols.  
						
						... 
						
						
						
						This fix VectorXd(n).middleCol(0,0).outerSize() which was equal to 1. 
						
					 
					
						2019-01-15 15:09:49 +01:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							12487531ce 
							
						 
					 
					
						
						
							
							Add templated subVector<Vertical/Horizonal>(Index) aliases to col/row(Index) methods (plus subVectors<>() to retrieve the number of rows/columns)  
						
						
						
					 
					
						2018-10-02 14:02:34 +02:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							82f0ce2726 
							
						 
					 
					
						
						
							
							Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.  
						
						... 
						
						
						
						This provide several advantages:
- more flexibility in designing unit tests
- unit tests can be glued to speed up compilation
- unit tests are compiled with same predefined macros, which is a requirement for zapcc 
						
					 
					
						2018-07-17 14:46:15 +02:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							12e1ebb68b 
							
						 
					 
					
						
						
							
							Remove local Index typedef from unit-tests  
						
						
						
					 
					
						2018-07-12 17:16:40 +02:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							d193cc87f4 
							
						 
					 
					
						
						
							
							Fix regression in  9357838f94 
						
						
						
					 
					
						2018-07-11 17:09:23 +02:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							9357838f94 
							
						 
					 
					
						
						
							
							bug  #1543 : improve linear indexing for general block expressions  
						
						
						
					 
					
						2018-07-10 09:10:15 +02:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							12efc7d41b 
							
						 
					 
					
						
						
							
							Fix linear indexing in generic block evaluation.  
						
						
						
					 
					
						2018-02-09 16:45:49 +01:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							251ad3e04f 
							
						 
					 
					
						
						
							
							Fix unamed type as template parametre issue.  
						
						
						
					 
					
						2017-01-27 11:57:52 +01:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							25a1703579 
							
						 
					 
					
						
						
							
							Merged in ggael/eigen-flexidexing (pull request PR-294)  
						
						... 
						
						
						
						generalized operator() for indexed access and slicing 
						
					 
					
						2017-01-26 08:04:23 +00:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							ba3f977946 
							
						 
					 
					
						
						
							
							bug  #1376 : add missing assertion on size mismatch with compound assignment operators (e.g., mat += mat.col(j))  
						
						
						
					 
					
						2017-01-23 22:06:08 +01:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							4f36dcfda8 
							
						 
					 
					
						
						
							
							Add a generic block() method compatible with Eigen::fix  
						
						
						
					 
					
						2017-01-17 11:34:28 +01:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							e9bea614ec 
							
						 
					 
					
						
						
							
							Fix shortcoming in fixed-value deduction of startRow/startCol  
						
						
						
					 
					
						2016-02-29 10:31:27 +01:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							188a13f9fe 
							
						 
					 
					
						
						
							
							Fix compilation of coeff(Index) on sub-inner-panels  
						
						
						
					 
					
						2014-09-08 09:50:03 +02:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							23bb592a2d 
							
						 
					 
					
						
						
							
							Fix unit test when using 80bits FPU  
						
						
						
					 
					
						2014-07-09 17:21:16 +02:00 
						 
				 
			
				
					
						
							
							
								Christoph Hertzberg 
							
						 
					 
					
						
						
						
						
							
						
						
							41e89c73c7 
							
						 
					 
					
						
						
							
							Regression test for bug  #752  
						
						
						
					 
					
						2014-02-27 12:57:24 +01:00 
						 
				 
			
				
					
						
							
							
								Jitse Niesen 
							
						 
					 
					
						
						
						
						
							
						
						
							e37ff98bbb 
							
						 
					 
					
						
						
							
							Implement mixed static/dynamic-size .block() (bug  #579 )  
						
						
						
					 
					
						2013-06-18 14:29:15 +01:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							62670c83a0 
							
						 
					 
					
						
						
							
							Fix bug  #314 : move remaining math functions from internal to numext namespace  
						
						
						
					 
					
						2013-06-10 23:40:56 +02:00 
						 
				 
			
				
					
						
							
							
								Benoit Jacob 
							
						 
					 
					
						
						
						
						
							
						
						
							69124cfca2 
							
						 
					 
					
						
						
							
							Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.  
						
						
						
					 
					
						2012-07-13 14:42:47 -04:00 
						 
				 
			
				
					
						
							
							
								Benoit Jacob 
							
						 
					 
					
						
						
						
						
							
						
						
							0609dbeec6 
							
						 
					 
					
						
						
							
							fix more variable-set-but-not-used warnings on gcc 4.6  
						
						
						
					 
					
						2011-10-31 00:51:36 -04:00 
						 
				 
			
				
					
						
							
							
								Benoit Jacob 
							
						 
					 
					
						
						
						
						
							
						
						
							75b7d98665 
							
						 
					 
					
						
						
							
							bug  #54  - really fix const correctness except in Sparse  
						
						
						
					 
					
						2010-12-22 17:45:37 -05:00 
						 
				 
			
				
					
						
							
							
								Benoit Jacob 
							
						 
					 
					
						
						
						
						
							
						
						
							4716040703 
							
						 
					 
					
						
						
							
							bug  #86  : use internal:: namespace instead of ei_ prefix  
						
						
						
					 
					
						2010-10-25 10:15:22 -04:00 
						 
				 
			
				
					
						
							
							
								Hauke Heibel 
							
						 
					 
					
						
						
						
						
							
						
						
							5f65a89f49 
							
						 
					 
					
						
						
							
							Compilation fix.  
						
						
						
					 
					
						2010-06-21 08:58:23 +02:00 
						 
				 
			
				
					
						
							
							
								Hauke Heibel 
							
						 
					 
					
						
						
						
						
							
						
						
							cb11f2f8a6 
							
						 
					 
					
						
						
							
							Fix compilation of some tests as well as more warnings.  
						
						
						
					 
					
						2010-06-20 18:59:15 +02:00 
						 
				 
			
				
					
						
							
							
								Hauke Heibel 
							
						 
					 
					
						
						
						
						
							
						
						
							f1679c7185 
							
						 
					 
					
						
						
							
							Utilize Index in all unit tests.  
						
						
						
					 
					
						2010-06-20 17:37:56 +02:00 
						 
				 
			
				
					
						
							
							
								Benoit Jacob 
							
						 
					 
					
						
						
						
						
							
						
						
							bdd7c6c88a 
							
						 
					 
					
						
						
							
							change the value of Dynamic to -1, since the index type is now configurable.  
						
						... 
						
						
						
						remove EIGEN_ENUM_MIN/MAX, implement new macros instead 
						
					 
					
						2010-06-11 07:56:50 -04:00 
						 
				 
			
				
					
						
							
							
								Benoit Jacob 
							
						 
					 
					
						
						
						
						
							
						
						
							faa3ff3be6 
							
						 
					 
					
						
						
							
							tests:  
						
						... 
						
						
						
						* change test_is_equal so it just checks for equality, doesn't try anymore to allow to ignoring the difference between col and row vectors.
   (needed for the upcoming Index types change)
 * in ei_assert, don't report on cerr if we're inside of VERIFY_RAISES_ASSERT 
						
					 
					
						2010-05-30 16:00:09 -04:00 
						 
				 
			
				
					
						
							
							
								Benoit Jacob 
							
						 
					 
					
						
						
						
						
							
						
						
							2362eadcdd 
							
						 
					 
					
						
						
							
							remove Minor  
						
						... 
						
						
						
						adapt 3x3 and 4x4 (non-SSE) inverse paths 
						
					 
					
						2010-04-22 20:40:31 -04:00 
						 
				 
			
				
					
						
							
							
								Benoit Jacob 
							
						 
					 
					
						
						
						
						
							
						
						
							32115bff1e 
							
						 
					 
					
						
						
							
							* add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithmetic is involved.  
						
						... 
						
						
						
						* rename 'submatrices' test to 'block'
* add block-inside-of-block tests
* remove old cruft
* split diagonal() tests into separate file 
						
					 
					
						2010-02-26 09:03:13 -05:00