Directory listing for eigen-2.1.2 candidate source tarball
eigen-2.1.2/eigen3/doc/
- A05_PortingFrom2To3.dox
- A10_Eigen2SupportModes.dox
- AsciiQuickReference.txt
- B01_Experimental.dox
- CMakeLists.txt
- ClassHierarchy.dox
- CustomizingEigen.dox
- Doxyfile.in
- Eigen_Silly_Professor_64x64.png
- FixedSizeVectorizable.dox
- FunctionsTakingEigenTypes.dox
- HiPerformance.dox
- InsideEigenExample.dox
- Manual.dox
- Overview.dox
- PassingByValue.dox
- PreprocessorDirectives.dox
- QuickReference.dox
- QuickStartGuide.dox
- SparseLinearSystems.dox
- SparseQuickReference.dox
- StlContainers.dox
- StorageOrders.dox
- StructHavingEigenMembers.dox
- TemplateKeyword.dox
- TopicAliasing.dox
- TopicAssertions.dox
- TopicEigenExpressionTemplates.dox
- TopicLazyEvaluation.dox
- TopicLinearAlgebraDecompositions.dox
- TopicMultithreading.dox
- TopicResizing.dox
- TopicScalarTypes.dox
- TopicVectorization.dox
- TutorialAdvancedInitialization.dox
- TutorialArrayClass.dox
- TutorialBlockOperations.dox
- TutorialGeometry.dox
- TutorialLinearAlgebra.dox
- TutorialMapClass.dox
- TutorialMatrixArithmetic.dox
- TutorialMatrixClass.dox
- TutorialReductionsVisitorsBroadcasting.dox
- TutorialSparse.dox
- TutorialSparse_example_details.dox
- UnalignedArrayAssert.dox
- UsingIntelMKL.dox
- WrongStackAlignment.dox
- eigen_navtree_hacks.js
- eigendoxy.css
- eigendoxy_footer.html.in
- eigendoxy_header.html.in
- eigendoxy_layout.xml.in
- eigendoxy_tabs.css
- tutorial.cpp
- examples/
- .krazy
- CMakeLists.txt
- DenseBase_middleCols_int.cpp
- DenseBase_middleRows_int.cpp
- DenseBase_template_int_middleCols.cpp
- DenseBase_template_int_middleRows.cpp
- MatrixBase_cwise_const.cpp
- QuickStart_example.cpp
- QuickStart_example2_dynamic.cpp
- QuickStart_example2_fixed.cpp
- TemplateKeyword_flexible.cpp
- TemplateKeyword_simple.cpp
- TutorialLinAlgComputeTwice.cpp
- TutorialLinAlgExComputeSolveError.cpp
- TutorialLinAlgExSolveColPivHouseholderQR.cpp
- TutorialLinAlgExSolveLDLT.cpp
- TutorialLinAlgInverseDeterminant.cpp
- TutorialLinAlgRankRevealing.cpp
- TutorialLinAlgSVDSolve.cpp
- TutorialLinAlgSelfAdjointEigenSolver.cpp
- TutorialLinAlgSetThreshold.cpp
- Tutorial_ArrayClass_accessors.cpp
- Tutorial_ArrayClass_addition.cpp
- Tutorial_ArrayClass_cwise_other.cpp
- Tutorial_ArrayClass_interop.cpp
- Tutorial_ArrayClass_interop_matrix.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.cpp
- Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple_rowwise.cpp
- Tutorial_ReductionsVisitorsBroadcasting_colwise.cpp
- Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp
- Tutorial_ReductionsVisitorsBroadcasting_reductions_bool.cpp
- Tutorial_ReductionsVisitorsBroadcasting_reductions_norm.cpp
- Tutorial_ReductionsVisitorsBroadcasting_rowwise.cpp
- Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp
- Tutorial_simple_example_dynamic_size.cpp
- Tutorial_simple_example_fixed_size.cpp
- class_Block.cpp
- class_CwiseBinaryOp.cpp
- class_CwiseUnaryOp.cpp
- class_CwiseUnaryOp_ptrfun.cpp
- class_FixedBlock.cpp
- class_FixedVectorBlock.cpp
- class_VectorBlock.cpp
- function_taking_eigenbase.cpp
- function_taking_ref.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.cpp
- tut_matrix_resize_fixed_size.cpp
- snippets/
- .krazy
- AngleAxis_mimic_euler.cpp
- CMakeLists.txt
- ColPivHouseholderQR_solve.cpp
- ComplexEigenSolver_compute.cpp
- ComplexEigenSolver_eigenvalues.cpp
- ComplexEigenSolver_eigenvectors.cpp
- ComplexSchur_compute.cpp
- ComplexSchur_matrixT.cpp
- ComplexSchur_matrixU.cpp
- Cwise_abs.cpp
- Cwise_abs2.cpp
- Cwise_acos.cpp
- Cwise_asin.cpp
- Cwise_boolean_and.cpp
- Cwise_boolean_or.cpp
- Cwise_cos.cpp
- Cwise_cube.cpp
- Cwise_equal_equal.cpp
- Cwise_exp.cpp
- Cwise_greater.cpp
- Cwise_greater_equal.cpp
- Cwise_inverse.cpp
- Cwise_less.cpp
- Cwise_less_equal.cpp
- Cwise_log.cpp
- Cwise_max.cpp
- Cwise_min.cpp
- Cwise_minus.cpp
- Cwise_minus_equal.cpp
- Cwise_not_equal.cpp
- Cwise_plus.cpp
- Cwise_plus_equal.cpp
- Cwise_pow.cpp
- Cwise_product.cpp
- Cwise_quotient.cpp
- Cwise_sin.cpp
- Cwise_slash_equal.cpp
- Cwise_sqrt.cpp
- Cwise_square.cpp
- Cwise_tan.cpp
- Cwise_times_equal.cpp
- DenseBase_LinSpaced.cpp
- DenseBase_LinSpaced_seq.cpp
- DenseBase_setLinSpaced.cpp
- DirectionWise_replicate.cpp
- DirectionWise_replicate_int.cpp
- EigenSolver_EigenSolver_MatrixType.cpp
- EigenSolver_compute.cpp
- EigenSolver_eigenvalues.cpp
- EigenSolver_eigenvectors.cpp
- EigenSolver_pseudoEigenvectors.cpp
- FullPivHouseholderQR_solve.cpp
- FullPivLU_image.cpp
- FullPivLU_kernel.cpp
- FullPivLU_solve.cpp
- GeneralizedEigenSolver.cpp
- HessenbergDecomposition_compute.cpp
- HessenbergDecomposition_matrixH.cpp
- HessenbergDecomposition_packedMatrix.cpp
- HouseholderQR_householderQ.cpp
- HouseholderQR_solve.cpp
- HouseholderSequence_HouseholderSequence.cpp
- IOFormat.cpp
- JacobiSVD_basic.cpp
- Jacobi_makeGivens.cpp
- Jacobi_makeJacobi.cpp
- LLT_example.cpp
- LLT_solve.cpp
- Map_general_stride.cpp
- Map_inner_stride.cpp
- Map_outer_stride.cpp
- Map_placement_new.cpp
- Map_simple.cpp
- MatrixBase_adjoint.cpp
- MatrixBase_all.cpp
- MatrixBase_applyOnTheLeft.cpp
- MatrixBase_applyOnTheRight.cpp
- MatrixBase_array.cpp
- MatrixBase_array_const.cpp
- MatrixBase_asDiagonal.cpp
- MatrixBase_block_int_int.cpp
- MatrixBase_block_int_int_int_int.cpp
- MatrixBase_bottomLeftCorner_int_int.cpp
- MatrixBase_bottomRightCorner_int_int.cpp
- MatrixBase_bottomRows_int.cpp
- MatrixBase_cast.cpp
- MatrixBase_col.cpp
- MatrixBase_colwise.cpp
- MatrixBase_computeInverseAndDetWithCheck.cpp
- MatrixBase_computeInverseWithCheck.cpp
- MatrixBase_cwiseAbs.cpp
- MatrixBase_cwiseAbs2.cpp
- MatrixBase_cwiseEqual.cpp
- MatrixBase_cwiseInverse.cpp
- MatrixBase_cwiseMax.cpp
- MatrixBase_cwiseMin.cpp
- MatrixBase_cwiseNotEqual.cpp
- MatrixBase_cwiseProduct.cpp
- MatrixBase_cwiseQuotient.cpp
- MatrixBase_cwiseSqrt.cpp
- MatrixBase_diagonal.cpp
- MatrixBase_diagonal_int.cpp
- MatrixBase_diagonal_template_int.cpp
- MatrixBase_eigenvalues.cpp
- MatrixBase_end_int.cpp
- MatrixBase_eval.cpp
- MatrixBase_extract.cpp
- MatrixBase_fixedBlock_int_int.cpp
- MatrixBase_identity.cpp
- MatrixBase_identity_int_int.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
- MatrixBase_marked.cpp
- MatrixBase_noalias.cpp
- MatrixBase_ones.cpp
- MatrixBase_ones_int.cpp
- MatrixBase_ones_int_int.cpp
- MatrixBase_operatorNorm.cpp
- MatrixBase_part.cpp
- MatrixBase_prod.cpp
- MatrixBase_random.cpp
- MatrixBase_random_int.cpp
- MatrixBase_random_int_int.cpp
- MatrixBase_replicate.cpp
- MatrixBase_replicate_int_int.cpp
- MatrixBase_reverse.cpp
- MatrixBase_rightCols_int.cpp
- MatrixBase_row.cpp
- MatrixBase_rowwise.cpp
- MatrixBase_segment_int_int.cpp
- MatrixBase_select.cpp
- MatrixBase_set.cpp
- MatrixBase_setIdentity.cpp
- MatrixBase_setOnes.cpp
- MatrixBase_setRandom.cpp
- MatrixBase_setZero.cpp
- MatrixBase_start_int.cpp
- MatrixBase_template_int_bottomRows.cpp
- MatrixBase_template_int_end.cpp
- MatrixBase_template_int_int_block_int_int_int_int.cpp
- MatrixBase_template_int_int_bottomLeftCorner.cpp
- MatrixBase_template_int_int_bottomLeftCorner_int_int.cpp
- MatrixBase_template_int_int_bottomRightCorner.cpp
- MatrixBase_template_int_int_bottomRightCorner_int_int.cpp
- MatrixBase_template_int_int_topLeftCorner.cpp
- MatrixBase_template_int_int_topLeftCorner_int_int.cpp
- MatrixBase_template_int_int_topRightCorner.cpp
- MatrixBase_template_int_int_topRightCorner_int_int.cpp
- MatrixBase_template_int_leftCols.cpp
- MatrixBase_template_int_rightCols.cpp
- MatrixBase_template_int_segment.cpp
- MatrixBase_template_int_start.cpp
- MatrixBase_template_int_topRows.cpp
- MatrixBase_topLeftCorner_int_int.cpp
- MatrixBase_topRightCorner_int_int.cpp
- MatrixBase_topRows_int.cpp
- MatrixBase_transpose.cpp
- MatrixBase_zero.cpp
- MatrixBase_zero_int.cpp
- MatrixBase_zero_int_int.cpp
- Matrix_resize_NoChange_int.cpp
- Matrix_resize_int.cpp
- Matrix_resize_int_NoChange.cpp
- Matrix_resize_int_int.cpp
- Matrix_setConstant_int.cpp
- Matrix_setConstant_int_int.cpp
- Matrix_setIdentity_int_int.cpp
- Matrix_setOnes_int.cpp
- Matrix_setOnes_int_int.cpp
- Matrix_setRandom_int.cpp
- Matrix_setRandom_int_int.cpp
- Matrix_setZero_int.cpp
- Matrix_setZero_int_int.cpp
- PartialPivLU_solve.cpp
- PartialRedux_count.cpp
- PartialRedux_maxCoeff.cpp
- PartialRedux_minCoeff.cpp
- PartialRedux_norm.cpp
- PartialRedux_prod.cpp
- PartialRedux_squaredNorm.cpp
- PartialRedux_sum.cpp
- RealQZ_compute.cpp
- RealSchur_RealSchur_MatrixType.cpp
- RealSchur_compute.cpp
- SelfAdjointEigenSolver_SelfAdjointEigenSolver.cpp
- SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType.cpp
- SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType2.cpp
- SelfAdjointEigenSolver_compute_MatrixType.cpp
- SelfAdjointEigenSolver_compute_MatrixType2.cpp
- SelfAdjointEigenSolver_eigenvalues.cpp
- SelfAdjointEigenSolver_eigenvectors.cpp
- SelfAdjointEigenSolver_operatorInverseSqrt.cpp
- SelfAdjointEigenSolver_operatorSqrt.cpp
- SelfAdjointView_eigenvalues.cpp
- SelfAdjointView_operatorNorm.cpp
- TopicAliasing_block.cpp
- TopicAliasing_block_correct.cpp
- TopicAliasing_cwise.cpp
- TopicAliasing_mult1.cpp
- TopicAliasing_mult2.cpp
- TopicAliasing_mult3.cpp
- TopicStorageOrders_example.cpp
- Tridiagonalization_Tridiagonalization_MatrixType.cpp
- Tridiagonalization_compute.cpp
- Tridiagonalization_decomposeInPlace.cpp
- Tridiagonalization_diagonal.cpp
- Tridiagonalization_householderCoefficients.cpp
- Tridiagonalization_packedMatrix.cpp
- Tutorial_AdvancedInitialization_Block.cpp
- Tutorial_AdvancedInitialization_CommaTemporary.cpp
- Tutorial_AdvancedInitialization_Join.cpp
- Tutorial_AdvancedInitialization_LinSpaced.cpp
- Tutorial_AdvancedInitialization_ThreeWays.cpp
- Tutorial_AdvancedInitialization_Zero.cpp
- Tutorial_Map_rowmajor.cpp
- Tutorial_Map_using.cpp
- Tutorial_commainit_01.cpp
- Tutorial_commainit_01b.cpp
- Tutorial_commainit_02.cpp
- Tutorial_solve_matrix_inverse.cpp
- Tutorial_solve_multiple_rhs.cpp
- Tutorial_solve_reuse_decomposition.cpp
- Tutorial_solve_singular.cpp
- Tutorial_solve_triangular.cpp
- Tutorial_solve_triangular_inplace.cpp
- Vectorwise_reverse.cpp
- class_FullPivLU.cpp
- compile_snippet.cpp.in
- tut_arithmetic_redux_minmax.cpp
- tut_arithmetic_transpose_aliasing.cpp
- tut_arithmetic_transpose_conjugate.cpp
- tut_arithmetic_transpose_inplace.cpp
- tut_matrix_assignment_resizing.cpp
- special_examples/