..
.krazy
* Add Hyperplane::transform(Matrix/Transform)
2008-08-31 13:32:29 +00:00
class_Block.cpp
fix build of class Block examples
2011-02-06 12:43:01 -05:00
class_CwiseBinaryOp.cpp
remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support.
2010-04-22 18:27:13 -04:00
class_CwiseUnaryOp_ptrfun.cpp
Mention ptr_fun in docs for .unaryExpr()
2010-12-27 16:35:25 +00:00
class_CwiseUnaryOp.cpp
remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support.
2010-04-22 18:27:13 -04:00
class_FixedBlock.cpp
fix build of class Block examples
2011-02-06 12:43:01 -05:00
class_FixedReshaped.cpp
Use Eigen::fix<N> to pass compile-time sizes.
2017-02-11 15:31:28 +01:00
class_FixedVectorBlock.cpp
fix compile errors in Tridiagonalization and in doc examples
2010-12-30 04:52:20 -05:00
class_Reshaped.cpp
Use Eigen::fix<N> to pass compile-time sizes.
2017-02-11 15:31:28 +01:00
class_VectorBlock.cpp
fix compile errors in Tridiagonalization and in doc examples
2010-12-30 04:52:20 -05:00
CMakeLists.txt
STYLE: Remove CMake-language block-end command arguments
2019-10-31 11:36:27 -05:00
CustomizingEigen_Inheritance.cpp
Move inheritance from Eigen example in stand-alone file.
2013-08-02 22:33:12 +01:00
Cwise_erf.cpp
Fix compilation of doc
2016-07-12 16:47:39 +02:00
Cwise_erfc.cpp
Fix compilation of doc
2016-07-12 16:47:39 +02:00
Cwise_lgamma.cpp
Fiw some warnings in dox examples
2018-06-07 16:09:22 +02:00
DenseBase_middleCols_int.cpp
Examples for DenseBase::middle{Rows,Cols}()
2010-06-30 11:26:31 -04:00
DenseBase_middleRows_int.cpp
Examples for DenseBase::middle{Rows,Cols}()
2010-06-30 11:26:31 -04:00
DenseBase_template_int_middleCols.cpp
Examples for DenseBase::middle{Rows,Cols}()
2010-06-30 11:26:31 -04:00
DenseBase_template_int_middleRows.cpp
Examples for DenseBase::middle{Rows,Cols}()
2010-06-30 11:26:31 -04:00
function_taking_eigenbase.cpp
some small improvements to the page on functions taking eigen objects.
2010-08-04 21:42:32 -04:00
function_taking_ref.cpp
Extend the "functions taking Eigen type" doc page to present the Ref<> option.
2013-07-13 12:36:55 +02:00
make_circulant2.cpp
Add missing file.
2016-09-23 10:26:08 +02:00
make_circulant.cpp
New doc page on implementing a new expression class.
2014-09-27 23:25:58 +01:00
make_circulant.cpp.entry
New doc page on implementing a new expression class.
2014-09-27 23:25:58 +01:00
make_circulant.cpp.evaluator
Fix documentation example
2015-09-03 14:14:14 +02:00
make_circulant.cpp.expression
Update circulant custom expression example
2015-02-16 17:21:16 +01:00
make_circulant.cpp.main
New doc page on implementing a new expression class.
2014-09-27 23:25:58 +01:00
make_circulant.cpp.preamble
New doc page on implementing a new expression class.
2014-09-27 23:25:58 +01:00
make_circulant.cpp.traits
Update circulant custom expression example
2015-02-16 17:21:16 +01:00
matrixfree_cg.cpp
Fix warning
2018-06-07 15:56:20 +02:00
nullary_indexing.cpp
Define EIGEN_CPLUSPLUS and replace most __cplusplus checks.
2021-03-05 18:33:18 +00:00
QuickStart_example2_dynamic.cpp
Documentation fixes. Thanks to Rodney Sparapani for reporting these.
2012-08-17 14:49:18 +01:00
QuickStart_example2_fixed.cpp
Documentation fixes. Thanks to Rodney Sparapani for reporting these.
2012-08-17 14:49:18 +01:00
QuickStart_example.cpp
int main() is a standard main() prototype, and makes for cleaner examples
2010-06-25 10:04:10 -04:00
TemplateKeyword_flexible.cpp
Write page on template and typename keywords in C++.
2011-09-10 09:18:18 +01:00
TemplateKeyword_simple.cpp
Write page on template and typename keywords in C++.
2011-09-10 09:18:18 +01:00
tut_arithmetic_add_sub.cpp
big improvements to tutorial, especially page 2 (matrix arithmetic).
2010-06-26 14:00:00 -04:00
tut_arithmetic_dot_cross.cpp
* use transpose() instead of row vectors (more common use case)
2010-06-28 00:42:57 +02:00
tut_arithmetic_matrix_mul.cpp
* use transpose() instead of row vectors (more common use case)
2010-06-28 00:42:57 +02:00
tut_arithmetic_redux_basic.cpp
* update redux section
2010-06-28 13:30:10 +02:00
tut_arithmetic_scalar_mul_div.cpp
big improvements to tutorial, especially page 2 (matrix arithmetic).
2010-06-26 14:00:00 -04:00
tut_matrix_coefficient_accessors.cpp
Tutorial page 1: Put code and output side-by-side.
2010-07-12 12:02:31 +01:00
tut_matrix_resize_fixed_size.cpp
add tutorial page 1 - the Matrix class
2010-06-25 10:04:35 -04:00
tut_matrix_resize.cpp
add tutorial page 1 - the Matrix class
2010-06-25 10:04:35 -04:00
Tutorial_ArrayClass_accessors.cpp
Tutorial page 3: add more cwise operations, condense rest.
2010-07-12 22:45:57 +01:00
Tutorial_ArrayClass_addition.cpp
Tutorial page 3: add more cwise operations, condense rest.
2010-07-12 22:45:57 +01:00
Tutorial_ArrayClass_cwise_other.cpp
Tutorial page 3: add more cwise operations, condense rest.
2010-07-12 22:45:57 +01:00
Tutorial_ArrayClass_interop_matrix.cpp
Tutorial page 3: add more cwise operations, condense rest.
2010-07-12 22:45:57 +01:00
Tutorial_ArrayClass_interop.cpp
Tutorial page 3: add more cwise operations, condense rest.
2010-07-12 22:45:57 +01:00
Tutorial_ArrayClass_mult.cpp
Tutorial page 3: add more cwise operations, condense rest.
2010-07-12 22:45:57 +01:00
Tutorial_BlockOperations_block_assignment.cpp
Fix typo in Tutorial_BlockOperations_block_assignment.cpp
2020-10-09 07:51:36 +00:00
Tutorial_BlockOperations_colrow.cpp
improvements in tutorial page 4 : block operations
2010-10-18 08:44:27 -04:00
Tutorial_BlockOperations_corner.cpp
Tutorial page 4: add some text, diversify examples.
2010-07-14 10:16:12 +01:00
Tutorial_BlockOperations_print_block.cpp
improvements in tutorial page 4 : block operations
2010-10-18 08:44:27 -04:00
Tutorial_BlockOperations_vector.cpp
Tutorial page 4: add some text, diversify examples.
2010-07-14 10:16:12 +01:00
Tutorial_PartialLU_solve.cpp
int main() is a standard main() prototype, and makes for cleaner examples
2010-06-25 10:04:10 -04:00
Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp
Reductions/Broadcasting/Visitor Tutorial added
2010-07-08 17:42:23 +01:00
Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple_rowwise.cpp
fix compilation of doc (broken by changeset bc6d78982f
2011-11-24 17:30:55 +01:00
Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple.cpp
Reductions/Broadcasting/Visitor Tutorial added
2010-07-08 17:42:23 +01:00
Tutorial_ReductionsVisitorsBroadcasting_colwise.cpp
Reductions/Broadcasting/Visitor Tutorial added
2010-07-08 17:42:23 +01:00
Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp
fix doc compilation on non 32bits systems
2010-07-11 11:01:17 +02:00
Tutorial_ReductionsVisitorsBroadcasting_reductions_bool.cpp
Tutorial page 7: more typical example for .all(), minor copy-editing.
2010-07-23 19:20:10 +01:00
Tutorial_ReductionsVisitorsBroadcasting_reductions_norm.cpp
improvements in pages 5 and 7 of the tutorial.
2010-10-18 09:09:30 -04:00
Tutorial_ReductionsVisitorsBroadcasting_reductions_operatornorm.cpp
bug #1071 : improve doc on lpNorm and add example for some operator norms
2015-09-28 11:55:36 +02:00
Tutorial_ReductionsVisitorsBroadcasting_rowwise.cpp
Reductions/Broadcasting/Visitor Tutorial added
2010-07-08 17:42:23 +01:00
Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp
Reductions/Broadcasting/Visitor Tutorial added
2010-07-08 17:42:23 +01:00
Tutorial_simple_example_dynamic_size.cpp
Fiw some warnings in dox examples
2018-06-07 16:09:22 +02:00
Tutorial_simple_example_fixed_size.cpp
int main() is a standard main() prototype, and makes for cleaner examples
2010-06-25 10:04:10 -04:00
TutorialInplaceLU.cpp
Add documentation and exemples for inplace decomposition.
2016-07-04 17:18:26 +02:00
TutorialLinAlgComputeTwice.cpp
nearly complete page 6 / linear algebra + examples
2010-06-30 10:11:55 -04:00
TutorialLinAlgExComputeSolveError.cpp
nearly complete page 6 / linear algebra + examples
2010-06-30 10:11:55 -04:00
TutorialLinAlgExSolveColPivHouseholderQR.cpp
nearly complete page 6 / linear algebra + examples
2010-06-30 10:11:55 -04:00
TutorialLinAlgExSolveLDLT.cpp
nearly complete page 6 / linear algebra + examples
2010-06-30 10:11:55 -04:00
TutorialLinAlgInverseDeterminant.cpp
Update circulant custom expression example
2015-02-16 17:21:16 +01:00
TutorialLinAlgRankRevealing.cpp
nearly complete page 6 / linear algebra + examples
2010-06-30 10:11:55 -04:00
TutorialLinAlgSelfAdjointEigenSolver.cpp
Allow for more iterations in SelfAdjointEigenSolver (bug #354 ).
2011-11-02 14:18:20 +00:00
TutorialLinAlgSetThreshold.cpp
fix linalg tut; remove the old one
2010-06-30 19:27:30 -04:00
TutorialLinAlgSVDSolve.cpp
bug #1538 : update manual pages regarding BDCSVD.
2018-04-11 10:46:11 +02:00