.. |
.krazy
|
|
|
class_Block.cpp
|
|
|
class_CwiseBinaryOp.cpp
|
|
|
class_CwiseUnaryOp_ptrfun.cpp
|
|
|
class_CwiseUnaryOp.cpp
|
|
|
class_FixedBlock.cpp
|
|
|
class_FixedReshaped.cpp
|
Use Eigen::fix<N> to pass compile-time sizes.
|
2017-02-11 15:31:28 +01:00 |
class_FixedVectorBlock.cpp
|
|
|
class_Reshaped.cpp
|
Use Eigen::fix<N> to pass compile-time sizes.
|
2017-02-11 15:31:28 +01:00 |
class_VectorBlock.cpp
|
|
|
CMakeLists.txt
|
Unify c++11 usage in doc's examples and snippets
|
2018-10-08 17:32:54 +02: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
|
|
|
DenseBase_middleRows_int.cpp
|
|
|
DenseBase_template_int_middleCols.cpp
|
|
|
DenseBase_template_int_middleRows.cpp
|
|
|
function_taking_eigenbase.cpp
|
|
|
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
|
Fix shadowing
|
2018-09-20 22:56:21 +02:00 |
QuickStart_example2_dynamic.cpp
|
|
|
QuickStart_example2_fixed.cpp
|
|
|
QuickStart_example.cpp
|
|
|
TemplateKeyword_flexible.cpp
|
|
|
TemplateKeyword_simple.cpp
|
|
|
tut_arithmetic_add_sub.cpp
|
|
|
tut_arithmetic_dot_cross.cpp
|
|
|
tut_arithmetic_matrix_mul.cpp
|
|
|
tut_arithmetic_redux_basic.cpp
|
|
|
tut_arithmetic_scalar_mul_div.cpp
|
|
|
tut_matrix_coefficient_accessors.cpp
|
|
|
tut_matrix_resize_fixed_size.cpp
|
|
|
tut_matrix_resize.cpp
|
|
|
Tutorial_ArrayClass_accessors.cpp
|
|
|
Tutorial_ArrayClass_addition.cpp
|
|
|
Tutorial_ArrayClass_cwise_other.cpp
|
|
|
Tutorial_ArrayClass_interop_matrix.cpp
|
|
|
Tutorial_ArrayClass_interop.cpp
|
|
|
Tutorial_ArrayClass_mult.cpp
|
|
|
Tutorial_BlockOperations_block_assignment.cpp
|
|
|
Tutorial_BlockOperations_colrow.cpp
|
|
|
Tutorial_BlockOperations_corner.cpp
|
|
|
Tutorial_BlockOperations_print_block.cpp
|
|
|
Tutorial_BlockOperations_vector.cpp
|
|
|
Tutorial_PartialLU_solve.cpp
|
|
|
Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp
|
|
|
Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple_rowwise.cpp
|
|
|
Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple.cpp
|
|
|
Tutorial_ReductionsVisitorsBroadcasting_colwise.cpp
|
|
|
Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp
|
|
|
Tutorial_ReductionsVisitorsBroadcasting_reductions_bool.cpp
|
|
|
Tutorial_ReductionsVisitorsBroadcasting_reductions_norm.cpp
|
|
|
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
|
|
|
Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp
|
|
|
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
|
|
|
TutorialInplaceLU.cpp
|
Add documentation and exemples for inplace decomposition.
|
2016-07-04 17:18:26 +02:00 |
TutorialLinAlgComputeTwice.cpp
|
|
|
TutorialLinAlgExComputeSolveError.cpp
|
|
|
TutorialLinAlgExSolveColPivHouseholderQR.cpp
|
|
|
TutorialLinAlgExSolveLDLT.cpp
|
|
|
TutorialLinAlgInverseDeterminant.cpp
|
Update circulant custom expression example
|
2015-02-16 17:21:16 +01:00 |
TutorialLinAlgRankRevealing.cpp
|
|
|
TutorialLinAlgSelfAdjointEigenSolver.cpp
|
|
|
TutorialLinAlgSetThreshold.cpp
|
|
|
TutorialLinAlgSVDSolve.cpp
|
bug #1538: update manual pages regarding BDCSVD.
|
2018-04-11 10:46:11 +02:00 |