eigen/doc/snippets
Jonas Adler 815fa0dbf6 Fixed some compiler bugs in NVCC, now compiles with CUDA.
(chtz: Manually joined sevaral commits to keep the history clean)
2015-07-22 12:29:18 +02:00
..
.krazy
AngleAxis_mimic_euler.cpp
BiCGSTAB_simple.cpp Fix bug #674: typo in documentation example for BiCGSTAB. They are now proper snippet files. 2013-10-16 15:25:39 +02:00
BiCGSTAB_step_by_step.cpp Fix bug #674: typo in documentation example for BiCGSTAB. They are now proper snippet files. 2013-10-16 15:25:39 +02:00
class_FullPivLU.cpp fix compilation of LU class example 2011-01-24 07:41:47 -05:00
CMakeLists.txt Fixed CMakeLists.txt files to prevent CMake 3.0.0 warnings about deprecated LOCATION target property. 2014-08-22 12:13:07 +02:00
ColPivHouseholderQR_solve.cpp Add some more examples for the API documentation. 2010-07-24 16:43:07 +01:00
compile_snippet.cpp.in Fixed some compiler bugs in NVCC, now compiles with CUDA. 2015-07-22 12:29:18 +02:00
ComplexEigenSolver_compute.cpp Extend documentation and add examples for ComplexEigenSolver. 2010-03-19 18:23:36 +00:00
ComplexEigenSolver_eigenvalues.cpp Allow user to compute only the eigenvalues and not the eigenvectors. 2010-05-31 18:17:47 +01:00
ComplexEigenSolver_eigenvectors.cpp Extend documentation and add examples for ComplexEigenSolver. 2010-03-19 18:23:36 +00:00
ComplexSchur_compute.cpp Add snippets file which should have been added in the previous commit. 2010-03-24 13:04:03 +00:00
ComplexSchur_matrixT.cpp Add snippets file which should have been added in the previous commit. 2010-03-24 13:04:03 +00:00
ComplexSchur_matrixU.cpp Add snippets file which should have been added in the previous commit. 2010-03-24 13:04:03 +00:00
Cwise_abs2.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_abs.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_acos.cpp factorize implementation of standard real unary math functions, and add acos, asin 2011-02-17 17:37:11 +01:00
Cwise_arg.cpp Add code snippets for new methods 2015-03-17 03:40:28 +10:00
Cwise_array_power_array.cpp Generalize pow(x,e) such that x and e can be a different expression type or a scalar for either x or e. Add x.pow(e) with e an array expression. 2015-07-20 13:57:55 +02:00
Cwise_asin.cpp Fix some doxygen errors and warnings. 2013-07-02 14:08:12 +01:00
Cwise_atan.cpp Add documentation and very simple test for array atan(), part 2 2014-06-19 15:12:33 +01:00
Cwise_boolean_and.cpp Fix snippets for operator|| and && by adding pair of parens. 2011-06-03 11:17:08 +01:00
Cwise_boolean_not.cpp Fix isfinite/isinf/isnan code snippets 2015-06-15 15:09:25 +02:00
Cwise_boolean_or.cpp Fix snippets for operator|| and && by adding pair of parens. 2011-06-03 11:17:08 +01:00
Cwise_ceil.cpp Add code snippets for new methods 2015-03-17 03:40:28 +10:00
Cwise_cos.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_cosh.cpp Add code snippets for new methods 2015-03-17 03:40:28 +10:00
Cwise_cube.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_equal_equal.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_exp.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_floor.cpp Add code snippets for new methods 2015-03-17 03:40:28 +10:00
Cwise_greater_equal.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_greater.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_inverse.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_isFinite.cpp Fix isfinite/isinf/isnan code snippets 2015-06-15 15:09:25 +02:00
Cwise_isInf.cpp Fix isfinite/isinf/isnan code snippets 2015-06-15 15:09:25 +02:00
Cwise_isNaN.cpp Fix isfinite/isinf/isnan code snippets 2015-06-15 15:09:25 +02:00
Cwise_less_equal.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_less.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_log10.cpp Add code snippets for new methods 2015-03-17 03:40:28 +10:00
Cwise_log.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_max.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_min.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_minus_equal.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_minus.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_not_equal.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_plus_equal.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_plus.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_pow.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_product.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_quotient.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_round.cpp Add code snippets for new methods 2015-03-17 03:40:28 +10:00
Cwise_scalar_power_array.cpp Generalize pow(x,e) such that x and e can be a different expression type or a scalar for either x or e. Add x.pow(e) with e an array expression. 2015-07-20 13:57:55 +02:00
Cwise_sin.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_sinh.cpp Add code snippets for new methods 2015-03-17 03:40:28 +10:00
Cwise_slash_equal.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_sqrt.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_square.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
Cwise_tan.cpp add tan function in Array world 2011-02-03 14:34:40 +01:00
Cwise_tanh.cpp Add code snippets for new methods 2015-03-17 03:40:28 +10:00
Cwise_times_equal.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
DenseBase_LinSpaced_seq.cpp Unified LinSpaced in order to be conform with other setter methods as e.g. Constant. 2010-07-22 14:04:00 +02:00
DenseBase_LinSpaced.cpp Unified LinSpaced in order to be conform with other setter methods as e.g. Constant. 2010-07-22 14:04:00 +02:00
DenseBase_setLinSpaced.cpp Remove confusing transpose() in setLinSpaced() docs. 2013-02-18 17:27:41 +00:00
DirectionWise_hnormalized.cpp Add examples for hnormalized and homogenous (fix bug #846) 2014-09-02 10:47:40 +02:00
DirectionWise_replicate_int.cpp Add some more examples for the API documentation. 2010-07-24 16:43:07 +01:00
DirectionWise_replicate.cpp Add some more examples for the API documentation. 2010-07-24 16:43:07 +01:00
EigenSolver_compute.cpp Allow user to compute only the eigenvalues and not the eigenvectors. 2010-05-31 18:17:47 +01:00
EigenSolver_EigenSolver_MatrixType.cpp Extend documentation and add examples for EigenSolver class. 2010-03-31 11:59:11 +01:00
EigenSolver_eigenvalues.cpp Allow user to compute only the eigenvalues and not the eigenvectors. 2010-05-31 18:17:47 +01:00
EigenSolver_eigenvectors.cpp Typo in the example for Eigen::SelfAdjointEigenSolver::eigenvectors, the first eigenvector should be col(0) not col(1) 2014-03-03 14:44:39 +01:00
EigenSolver_pseudoEigenvectors.cpp Extend documentation and add examples for EigenSolver class. 2010-03-31 11:59:11 +01:00
FullPivHouseholderQR_solve.cpp Add some more examples for the API documentation. 2010-07-24 16:43:07 +01:00
FullPivLU_image.cpp simplifications in the ei_solve_impl system, factor out some boilerplate code 2009-11-08 16:51:41 -05:00
FullPivLU_kernel.cpp simplifications in the ei_solve_impl system, factor out some boilerplate code 2009-11-08 16:51:41 -05:00
FullPivLU_solve.cpp last round of changes, mainly to return derived types instead of base types, and fix various compilation issues 2009-11-09 07:51:31 -05:00
GeneralizedEigenSolver.cpp add an example for GeneralizedEigenSolver 2012-07-28 18:00:54 +02:00
HessenbergDecomposition_compute.cpp Extend documentation for HessenbergDecomposition. 2010-03-28 17:33:56 +01:00
HessenbergDecomposition_matrixH.cpp Extend documentation for HessenbergDecomposition. 2010-03-28 17:33:56 +01:00
HessenbergDecomposition_packedMatrix.cpp Extend documentation for HessenbergDecomposition. 2010-03-28 17:33:56 +01:00
HouseholderQR_householderQ.cpp Doc: add an example for HouseholderQR::householderQ() 2012-07-02 16:33:32 +02:00
HouseholderQR_solve.cpp simplifications in the ei_solve_impl system, factor out some boilerplate code 2009-11-08 16:51:41 -05:00
HouseholderSequence_HouseholderSequence.cpp Document HouseholderSequence. 2011-01-02 16:59:44 +00:00
IOFormat.cpp update snippet 2009-08-14 20:23:13 -04:00
Jacobi_makeGivens.cpp rename PlanarRotation -> JacobiRotation 2010-10-19 21:56:26 -04:00
Jacobi_makeJacobi.cpp rename PlanarRotation -> JacobiRotation 2010-10-19 21:56:26 -04:00
JacobiSVD_basic.cpp JacobiSVD: 2010-10-14 10:14:43 -04:00
LeastSquaresNormalEquations.cpp Add doc page on computing Least Squares. 2014-01-18 01:16:17 +00:00
LeastSquaresQR.cpp Add doc page on computing Least Squares. 2014-01-18 01:16:17 +00:00
LLT_example.cpp Add simple example on how to compute Cholesky decomposition. 2011-11-07 17:14:06 +00:00
LLT_solve.cpp *port the Cholesky module to the new solve() API 2009-10-29 21:11:05 -04:00
Map_general_stride.cpp add examples 2010-02-26 22:26:21 -05:00
Map_inner_stride.cpp add examples 2010-02-26 22:26:21 -05:00
Map_outer_stride.cpp add default parameters for InnerStride/OuterStride to be 2010-06-25 14:48:16 +02:00
Map_placement_new.cpp
Map_simple.cpp add examples 2010-02-26 22:26:21 -05:00
Matrix_resize_int_int.cpp
Matrix_resize_int_NoChange.cpp
Matrix_resize_int.cpp
Matrix_resize_NoChange_int.cpp
Matrix_setConstant_int_int.cpp
Matrix_setConstant_int.cpp
Matrix_setIdentity_int_int.cpp
Matrix_setOnes_int_int.cpp
Matrix_setOnes_int.cpp
Matrix_setRandom_int_int.cpp
Matrix_setRandom_int.cpp
Matrix_setZero_int_int.cpp
Matrix_setZero_int.cpp
MatrixBase_adjoint.cpp
MatrixBase_all.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
MatrixBase_applyOnTheLeft.cpp Fix documentation of MatrixBase::applyOnTheLeft (bug #739) 2014-02-12 14:03:39 +00:00
MatrixBase_applyOnTheRight.cpp Fix documentation of MatrixBase::applyOnTheLeft (bug #739) 2014-02-12 14:03:39 +00:00
MatrixBase_array_const.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
MatrixBase_array.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
MatrixBase_asDiagonal.cpp fix compilation of the doc and started a page dedicated to high performance and or BLAS users 2009-07-27 18:50:39 +02:00
MatrixBase_block_int_int_int_int.cpp
MatrixBase_block_int_int.cpp
MatrixBase_bottomLeftCorner_int_int.cpp Add examples for API documentation of block methods in DenseBase. 2010-07-23 22:20:00 +01:00
MatrixBase_bottomRightCorner_int_int.cpp Add examples for API documentation of block methods in DenseBase. 2010-07-23 22:20:00 +01:00
MatrixBase_bottomRows_int.cpp Add examples for API documentation of block methods in DenseBase. 2010-07-23 22:20:00 +01:00
MatrixBase_cast.cpp
MatrixBase_col.cpp
MatrixBase_colwise.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
MatrixBase_computeInverseAndDetWithCheck.cpp sync the documentation examples 2009-10-26 14:37:43 -04:00
MatrixBase_computeInverseWithCheck.cpp sync the documentation examples 2009-10-26 14:37:43 -04:00
MatrixBase_cwiseAbs2.cpp Add examples for API documentation of MatrixBase::cwiseXxx() methods. 2010-07-23 20:32:33 +01:00
MatrixBase_cwiseAbs.cpp Add examples for API documentation of MatrixBase::cwiseXxx() methods. 2010-07-23 20:32:33 +01:00
MatrixBase_cwiseEqual.cpp Add examples for API documentation of MatrixBase::cwiseXxx() methods. 2010-07-23 20:32:33 +01:00
MatrixBase_cwiseInverse.cpp Add examples for API documentation of MatrixBase::cwiseXxx() methods. 2010-07-23 20:32:33 +01:00
MatrixBase_cwiseMax.cpp Add examples for API documentation of MatrixBase::cwiseXxx() methods. 2010-07-23 20:32:33 +01:00
MatrixBase_cwiseMin.cpp Add examples for API documentation of MatrixBase::cwiseXxx() methods. 2010-07-23 20:32:33 +01:00
MatrixBase_cwiseNotEqual.cpp Add examples for API documentation of MatrixBase::cwiseXxx() methods. 2010-07-23 20:32:33 +01:00
MatrixBase_cwiseProduct.cpp Add examples for API documentation of MatrixBase::cwiseXxx() methods. 2010-07-23 20:32:33 +01:00
MatrixBase_cwiseQuotient.cpp Add examples for API documentation of MatrixBase::cwiseXxx() methods. 2010-07-23 20:32:33 +01:00
MatrixBase_cwiseSqrt.cpp Add examples for API documentation of MatrixBase::cwiseXxx() methods. 2010-07-23 20:32:33 +01:00
MatrixBase_diagonal_int.cpp
MatrixBase_diagonal_template_int.cpp
MatrixBase_diagonal.cpp
MatrixBase_eigenvalues.cpp Update eigenvalues() and operatorNorm() methods in MatrixBase. 2010-05-24 17:43:50 +01:00
MatrixBase_end_int.cpp Big renaming: 2010-01-04 21:24:43 -05:00
MatrixBase_eval.cpp Make snippet run successfully again: 2010-01-04 21:23:37 -05:00
MatrixBase_fixedBlock_int_int.cpp
MatrixBase_hnormalized.cpp Add examples for hnormalized and homogenous (fix bug #846) 2014-09-02 10:47:40 +02:00
MatrixBase_homogeneous.cpp Add examples for hnormalized and homogenous (fix bug #846) 2014-09-02 10:47:40 +02:00
MatrixBase_identity_int_int.cpp
MatrixBase_identity.cpp
MatrixBase_inverse.cpp
MatrixBase_isDiagonal.cpp
MatrixBase_isIdentity.cpp
MatrixBase_isOnes.cpp
MatrixBase_isOrthogonal.cpp
MatrixBase_isUnitary.cpp
MatrixBase_isZero.cpp
MatrixBase_leftCols_int.cpp Add examples for API documentation of block methods in DenseBase. 2010-07-23 22:20:00 +01:00
MatrixBase_noalias.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
MatrixBase_ones_int_int.cpp
MatrixBase_ones_int.cpp
MatrixBase_ones.cpp
MatrixBase_operatorNorm.cpp Update eigenvalues() and operatorNorm() methods in MatrixBase. 2010-05-24 17:43:50 +01:00
MatrixBase_prod.cpp
MatrixBase_random_int_int.cpp
MatrixBase_random_int.cpp
MatrixBase_random.cpp
MatrixBase_replicate_int_int.cpp Add some more examples for the API documentation. 2010-07-24 16:43:07 +01:00
MatrixBase_replicate.cpp Add some more examples for the API documentation. 2010-07-24 16:43:07 +01:00
MatrixBase_reverse.cpp I doubt this change was intented to be committed 2011-04-20 08:15:09 +02:00
MatrixBase_rightCols_int.cpp Add examples for API documentation of block methods in DenseBase. 2010-07-23 22:20:00 +01:00
MatrixBase_row.cpp
MatrixBase_rowwise.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
MatrixBase_segment_int_int.cpp
MatrixBase_select.cpp Various documentation updates: 2010-01-06 17:18:38 +01:00
MatrixBase_set.cpp
MatrixBase_setIdentity.cpp
MatrixBase_setOnes.cpp
MatrixBase_setRandom.cpp
MatrixBase_setZero.cpp
MatrixBase_start_int.cpp Big renaming: 2010-01-04 21:24:43 -05:00
MatrixBase_template_int_bottomRows.cpp Add examples for API documentation of block methods in DenseBase. 2010-07-23 22:20:00 +01:00
MatrixBase_template_int_end.cpp Big renaming: 2010-01-04 21:24:43 -05:00
MatrixBase_template_int_int_block_int_int_int_int.cpp Implement mixed static/dynamic-size .block() (bug #579) 2013-06-18 14:29:15 +01:00
MatrixBase_template_int_int_bottomLeftCorner_int_int.cpp Implement mixed static/dynamic-size .block() (bug #579) 2013-06-18 14:29:15 +01:00
MatrixBase_template_int_int_bottomLeftCorner.cpp Add examples for API documentation of block methods in DenseBase. 2010-07-23 22:20:00 +01:00
MatrixBase_template_int_int_bottomRightCorner_int_int.cpp Implement mixed static/dynamic-size .block() (bug #579) 2013-06-18 14:29:15 +01:00
MatrixBase_template_int_int_bottomRightCorner.cpp Add examples for API documentation of block methods in DenseBase. 2010-07-23 22:20:00 +01:00
MatrixBase_template_int_int_topLeftCorner_int_int.cpp Implement mixed static/dynamic-size .block() (bug #579) 2013-06-18 14:29:15 +01:00
MatrixBase_template_int_int_topLeftCorner.cpp Add examples for API documentation of block methods in DenseBase. 2010-07-23 22:20:00 +01:00
MatrixBase_template_int_int_topRightCorner_int_int.cpp Implement mixed static/dynamic-size .block() (bug #579) 2013-06-18 14:29:15 +01:00
MatrixBase_template_int_int_topRightCorner.cpp Add examples for API documentation of block methods in DenseBase. 2010-07-23 22:20:00 +01:00
MatrixBase_template_int_leftCols.cpp Add examples for API documentation of block methods in DenseBase. 2010-07-23 22:20:00 +01:00
MatrixBase_template_int_rightCols.cpp Add examples for API documentation of block methods in DenseBase. 2010-07-23 22:20:00 +01:00
MatrixBase_template_int_segment.cpp
MatrixBase_template_int_start.cpp Big renaming: 2010-01-04 21:24:43 -05:00
MatrixBase_template_int_topRows.cpp Add examples for API documentation of block methods in DenseBase. 2010-07-23 22:20:00 +01:00
MatrixBase_topLeftCorner_int_int.cpp Add examples for API documentation of block methods in DenseBase. 2010-07-23 22:20:00 +01:00
MatrixBase_topRightCorner_int_int.cpp Add examples for API documentation of block methods in DenseBase. 2010-07-23 22:20:00 +01:00
MatrixBase_topRows_int.cpp Add examples for API documentation of block methods in DenseBase. 2010-07-23 22:20:00 +01:00
MatrixBase_transpose.cpp
MatrixBase_triangularView.cpp bug #998: Started fixing doxygen warnings 2015-05-01 22:10:41 +02:00
MatrixBase_zero_int_int.cpp
MatrixBase_zero_int.cpp
MatrixBase_zero.cpp
PartialPivLU_solve.cpp Documentation clean up. 2009-12-08 15:12:27 +00:00
PartialRedux_count.cpp doc: Explain type of result for VectorwiseOp member functions. 2013-08-06 09:49:44 +01:00
PartialRedux_maxCoeff.cpp
PartialRedux_minCoeff.cpp
PartialRedux_norm.cpp
PartialRedux_prod.cpp
PartialRedux_squaredNorm.cpp
PartialRedux_sum.cpp
RealQZ_compute.cpp RealQZ: added example and some code comments 2012-07-28 08:24:44 -05:00
RealSchur_compute.cpp Allow user to compute only the eigenvalues and not the eigenvectors. 2010-05-31 18:17:47 +01:00
RealSchur_RealSchur_MatrixType.cpp RealSchur: Make sure zeros are really zero (cont'd); add default ctor, docs. 2010-04-12 18:14:32 +01:00
SelfAdjointEigenSolver_compute_MatrixType2.cpp eigenvalues: documentation fixes 2010-06-17 14:34:10 +02:00
SelfAdjointEigenSolver_compute_MatrixType.cpp Document SelfAdjointEigenSolver and add examples. 2010-05-04 17:11:32 +01:00
SelfAdjointEigenSolver_eigenvalues.cpp Document SelfAdjointEigenSolver and add examples. 2010-05-04 17:11:32 +01:00
SelfAdjointEigenSolver_eigenvectors.cpp Document SelfAdjointEigenSolver and add examples. 2010-05-04 17:11:32 +01:00
SelfAdjointEigenSolver_operatorInverseSqrt.cpp Document SelfAdjointEigenSolver and add examples. 2010-05-04 17:11:32 +01:00
SelfAdjointEigenSolver_operatorSqrt.cpp Document SelfAdjointEigenSolver and add examples. 2010-05-04 17:11:32 +01:00
SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType2.cpp eigenvalues: documentation fixes 2010-06-17 14:34:10 +02:00
SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType.cpp Document SelfAdjointEigenSolver and add examples. 2010-05-04 17:11:32 +01:00
SelfAdjointEigenSolver_SelfAdjointEigenSolver.cpp Document SelfAdjointEigenSolver and add examples. 2010-05-04 17:11:32 +01:00
SelfAdjointView_eigenvalues.cpp Update eigenvalues() and operatorNorm() methods in MatrixBase. 2010-05-24 17:43:50 +01:00
SelfAdjointView_operatorNorm.cpp Update eigenvalues() and operatorNorm() methods in MatrixBase. 2010-05-24 17:43:50 +01:00
TopicAliasing_block_correct.cpp Docs: add section on resolving the aliasing issue. 2010-08-23 17:23:30 +01:00
TopicAliasing_block.cpp Docs: add section on resolving the aliasing issue. 2010-08-23 17:23:30 +01:00
TopicAliasing_cwise.cpp Docs: aliasing and component-wise operations. 2010-11-16 17:28:59 +00:00
TopicAliasing_mult1.cpp Finish doc page on aliasing. 2010-12-27 15:06:55 +00:00
TopicAliasing_mult2.cpp Finish doc page on aliasing. 2010-12-27 15:06:55 +00:00
TopicAliasing_mult3.cpp Finish doc page on aliasing. 2010-12-27 15:06:55 +00:00
TopicStorageOrders_example.cpp Write topic page for storage orders. 2011-02-12 17:43:29 +00:00
Triangular_solve.cpp bug #998: Started fixing doxygen warnings 2015-05-01 22:10:41 +02:00
Tridiagonalization_compute.cpp Document Tridiagonalization class, remove unused types. 2010-05-01 17:52:16 +01:00
Tridiagonalization_decomposeInPlace.cpp bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
Tridiagonalization_diagonal.cpp fix compile errors in Tridiagonalization and in doc examples 2010-12-30 04:52:20 -05:00
Tridiagonalization_householderCoefficients.cpp Document Tridiagonalization class, remove unused types. 2010-05-01 17:52:16 +01:00
Tridiagonalization_packedMatrix.cpp Document Tridiagonalization class, remove unused types. 2010-05-01 17:52:16 +01:00
Tridiagonalization_Tridiagonalization_MatrixType.cpp Change return type of matrixH() method to HouseholderSequence. 2010-05-24 17:35:54 +01:00
tut_arithmetic_redux_minmax.cpp Small changes to tutorial page 2 (matrix arithmetic): 2010-07-09 11:46:07 +01:00
tut_arithmetic_transpose_aliasing.cpp * update redux section 2010-06-28 13:30:10 +02:00
tut_arithmetic_transpose_conjugate.cpp add a Transposition section in page 2 2010-06-28 00:05:11 +02:00
tut_arithmetic_transpose_inplace.cpp * update redux section 2010-06-28 13:30:10 +02:00
tut_matrix_assignment_resizing.cpp Small changes to tutorial page 1. 2010-07-06 10:48:25 +01:00
Tutorial_AdvancedInitialization_Block.cpp Extend tutorial page 5: Advanced initialization. 2010-07-22 15:53:21 +01:00
Tutorial_AdvancedInitialization_CommaTemporary.cpp Extend tutorial page 5: Advanced initialization. 2010-07-22 15:53:21 +01:00
Tutorial_AdvancedInitialization_Join.cpp Mention comma initializer can be used to concatenate vectors 2011-02-12 23:17:31 +00:00
Tutorial_AdvancedInitialization_LinSpaced.cpp Extend tutorial page 5: Advanced initialization. 2010-07-22 15:53:21 +01:00
Tutorial_AdvancedInitialization_ThreeWays.cpp Extend tutorial page 5: Advanced initialization. 2010-07-22 15:53:21 +01:00
Tutorial_AdvancedInitialization_Zero.cpp Extend tutorial page 5: Advanced initialization. 2010-07-22 15:53:21 +01:00
Tutorial_commainit_01.cpp Small changes to tutorial page 1. 2010-07-06 10:48:25 +01:00
Tutorial_commainit_01b.cpp Extend tutorial page 5: Advanced initialization. 2010-07-22 15:53:21 +01:00
Tutorial_commainit_02.cpp
Tutorial_Map_rowmajor.cpp Add a tutorial page on the Map class, and add a section to FunctionsTakingEigenTypes about multiple-argument functions and the pitfalls when using Map/Expression types. 2012-02-08 22:11:12 +01:00
Tutorial_Map_using.cpp Add a tutorial page on the Map class, and add a section to FunctionsTakingEigenTypes about multiple-argument functions and the pitfalls when using Map/Expression types. 2012-02-08 22:11:12 +01:00
Tutorial_solve_matrix_inverse.cpp Rewrite tutorial section on solving linear systems 2009-08-22 20:12:47 +01:00
Tutorial_solve_multiple_rhs.cpp adapt to change: lu() now gives partial piv LU, here we want fullPivLu() 2010-06-25 10:02:39 -04:00
Tutorial_solve_reuse_decomposition.cpp big huge changes, so i dont remember everything. 2009-10-28 18:19:29 -04:00
Tutorial_solve_singular.cpp big huge changes, so i dont remember everything. 2009-10-28 18:19:29 -04:00
Tutorial_solve_triangular_inplace.cpp Added some minor comments. 2010-01-13 17:51:09 +01:00
Tutorial_solve_triangular.cpp Added some minor comments. 2010-01-13 17:51:09 +01:00
Vectorwise_reverse.cpp
VectorwiseOp_homogeneous.cpp Add examples for hnormalized and homogenous (fix bug #846) 2014-09-02 10:47:40 +02:00