eigen/doc/examples
Antonio Sanchez eeacbd26c8 Bump CMake files to at least c++11.
Removed all configurations that explicitly test or set the c++ standard
flags. The only place the standard is now configured is at the top of
the main `CMakeLists.txt` file, which can easily be updated (e.g. if
we decide to move to c++14+). This can also be set via command-line using
```
> cmake -DCMAKE_CXX_STANDARD 14
```

Kept the `EIGEN_TEST_CXX11` flag for now - that still controls whether to
build/run the `cxx11_*` tests.  We will likely end up renaming these
tests and removing the `CXX11` subfolder.
2021-08-25 20:07:48 +00:00
..
.krazy
class_Block.cpp
class_CwiseBinaryOp.cpp
class_CwiseUnaryOp_ptrfun.cpp
class_CwiseUnaryOp.cpp
class_FixedBlock.cpp
class_FixedReshaped.cpp
class_FixedVectorBlock.cpp
class_Reshaped.cpp
class_VectorBlock.cpp
CMakeLists.txt Bump CMake files to at least c++11. 2021-08-25 20:07:48 +00:00
CustomizingEigen_Inheritance.cpp
Cwise_erf.cpp
Cwise_erfc.cpp
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
make_circulant2.cpp
make_circulant.cpp
make_circulant.cpp.entry
make_circulant.cpp.evaluator
make_circulant.cpp.expression
make_circulant.cpp.main
make_circulant.cpp.preamble
make_circulant.cpp.traits
matrixfree_cg.cpp
nullary_indexing.cpp Define EIGEN_CPLUSPLUS and replace most __cplusplus checks. 2021-03-05 18:33:18 +00: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 Fix typo in Tutorial_BlockOperations_block_assignment.cpp 2020-10-09 07:51:36 +00:00
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
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
TutorialLinAlgComputeTwice.cpp
TutorialLinAlgExComputeSolveError.cpp
TutorialLinAlgExSolveColPivHouseholderQR.cpp
TutorialLinAlgExSolveLDLT.cpp
TutorialLinAlgInverseDeterminant.cpp
TutorialLinAlgRankRevealing.cpp
TutorialLinAlgSelfAdjointEigenSolver.cpp
TutorialLinAlgSetThreshold.cpp
TutorialLinAlgSVDSolve.cpp