.gitignore
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
.git/HEAD
.git/config
.git/description
.git/index
.git/packed-refs
.git/hooks/applypatch-msg.sample
.git/hooks/commit-msg.sample
.git/hooks/post-update.sample
.git/hooks/pre-applypatch.sample
.git/hooks/pre-commit.sample
.git/hooks/pre-push.sample
.git/hooks/pre-rebase.sample
.git/hooks/prepare-commit-msg.sample
.git/hooks/update.sample
.git/info/exclude
.git/logs/HEAD
.git/logs/refs/heads/master
.git/logs/refs/remotes/origin/HEAD
.git/objects/pack/pack-5ee425d8d6f66f94a7a51c0bbd085c9aef455262.idx
.git/objects/pack/pack-5ee425d8d6f66f94a7a51c0bbd085c9aef455262.pack
.git/refs/heads/master
.git/refs/remotes/origin/HEAD
pyBKT.egg-info/PKG-INFO
pyBKT.egg-info/SOURCES.txt
pyBKT.egg-info/dependency_links.txt
pyBKT.egg-info/requires.txt
pyBKT.egg-info/top_level.txt
source-cpp/.gitignore
source-cpp/.DEPRECATED/E_step.cpp
source-cpp/.DEPRECATED/predict_onestep_states.cpp
source-cpp/.DEPRECATED/synthetic_data_helper.cpp
source-cpp/.NEW/E_step.cpp
source-cpp/.NEW/predict_onestep_states.cpp
source-cpp/.NEW/synthetic_data_helper.cpp
source-cpp/pyBKT/__init__.py
source-cpp/pyBKT/Eigen/.hg_archival.txt
source-cpp/pyBKT/Eigen/.hgeol
source-cpp/pyBKT/Eigen/.hgignore
source-cpp/pyBKT/Eigen/.hgtags
source-cpp/pyBKT/Eigen/.krazy
source-cpp/pyBKT/Eigen/CMakeLists.txt
source-cpp/pyBKT/Eigen/COPYING.BSD
source-cpp/pyBKT/Eigen/COPYING.GPL
source-cpp/pyBKT/Eigen/COPYING.LGPL
source-cpp/pyBKT/Eigen/COPYING.MINPACK
source-cpp/pyBKT/Eigen/COPYING.MPL2
source-cpp/pyBKT/Eigen/COPYING.README
source-cpp/pyBKT/Eigen/CTestConfig.cmake
source-cpp/pyBKT/Eigen/CTestCustom.cmake.in
source-cpp/pyBKT/Eigen/INSTALL
source-cpp/pyBKT/Eigen/eigen3.pc.in
source-cpp/pyBKT/Eigen/signature_of_eigen3_matrix_library
source-cpp/pyBKT/Eigen/Eigen/Array
source-cpp/pyBKT/Eigen/Eigen/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/Cholesky
source-cpp/pyBKT/Eigen/Eigen/CholmodSupport
source-cpp/pyBKT/Eigen/Eigen/Core
source-cpp/pyBKT/Eigen/Eigen/Dense
source-cpp/pyBKT/Eigen/Eigen/Eigen
source-cpp/pyBKT/Eigen/Eigen/Eigen2Support
source-cpp/pyBKT/Eigen/Eigen/Eigenvalues
source-cpp/pyBKT/Eigen/Eigen/Geometry
source-cpp/pyBKT/Eigen/Eigen/Householder
source-cpp/pyBKT/Eigen/Eigen/IterativeLinearSolvers
source-cpp/pyBKT/Eigen/Eigen/Jacobi
source-cpp/pyBKT/Eigen/Eigen/LU
source-cpp/pyBKT/Eigen/Eigen/LeastSquares
source-cpp/pyBKT/Eigen/Eigen/OrderingMethods
source-cpp/pyBKT/Eigen/Eigen/PaStiXSupport
source-cpp/pyBKT/Eigen/Eigen/PardisoSupport
source-cpp/pyBKT/Eigen/Eigen/QR
source-cpp/pyBKT/Eigen/Eigen/QtAlignedMalloc
source-cpp/pyBKT/Eigen/Eigen/SVD
source-cpp/pyBKT/Eigen/Eigen/Sparse
source-cpp/pyBKT/Eigen/Eigen/SparseCholesky
source-cpp/pyBKT/Eigen/Eigen/SparseCore
source-cpp/pyBKT/Eigen/Eigen/StdDeque
source-cpp/pyBKT/Eigen/Eigen/StdList
source-cpp/pyBKT/Eigen/Eigen/StdVector
source-cpp/pyBKT/Eigen/Eigen/SuperLUSupport
source-cpp/pyBKT/Eigen/Eigen/UmfPackSupport
source-cpp/pyBKT/Eigen/Eigen/src/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/Cholesky/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/Cholesky/LDLT.h
source-cpp/pyBKT/Eigen/Eigen/src/Cholesky/LLT.h
source-cpp/pyBKT/Eigen/Eigen/src/Cholesky/LLT_MKL.h
source-cpp/pyBKT/Eigen/Eigen/src/CholmodSupport/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/CholmodSupport/CholmodSupport.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Array.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/ArrayBase.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/ArrayWrapper.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Assign.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Assign_MKL.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/BandMatrix.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Block.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/BooleanRedux.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/Core/CommaInitializer.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/CwiseBinaryOp.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/CwiseNullaryOp.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/CwiseUnaryOp.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/CwiseUnaryView.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/DenseBase.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/DenseCoeffsBase.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/DenseStorage.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Diagonal.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/DiagonalMatrix.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/DiagonalProduct.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Dot.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/EigenBase.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Flagged.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/ForceAlignedAccess.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Functors.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Fuzzy.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/GeneralProduct.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/GenericPacketMath.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/GlobalFunctions.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/IO.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Map.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/MapBase.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/MathFunctions.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Matrix.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/MatrixBase.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/NestByValue.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/NoAlias.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/NumTraits.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/PermutationMatrix.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/PlainObjectBase.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Product.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/ProductBase.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Random.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Redux.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Replicate.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/ReturnByValue.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Reverse.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Select.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/SelfAdjointView.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/SelfCwiseBinaryOp.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/SolveTriangular.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/StableNorm.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Stride.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Swap.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Transpose.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Transpositions.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/TriangularMatrix.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/VectorBlock.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/VectorwiseOp.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/Visitor.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/arch/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/Core/arch/AltiVec/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/Core/arch/AltiVec/Complex.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/arch/Default/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/Core/arch/Default/Settings.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/arch/NEON/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/Core/arch/NEON/Complex.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/arch/NEON/PacketMath.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/arch/SSE/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/Core/arch/SSE/Complex.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/CoeffBasedProduct.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix_MKL.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/GeneralMatrixVector.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/GeneralMatrixVector_MKL.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/Parallelizer.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_MKL.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector_MKL.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/SelfadjointProduct.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/SelfadjointRank2Update.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix_MKL.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/TriangularMatrixVector.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/TriangularMatrixVector_MKL.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/TriangularSolverMatrix.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/products/TriangularSolverVector.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/util/BlasUtil.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/util/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/Core/util/Constants.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/util/DisableStupidWarnings.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/util/ForwardDeclarations.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/util/MKL_support.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/util/Macros.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/util/Memory.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/util/Meta.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/util/NonMPL2.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/util/StaticAssert.h
source-cpp/pyBKT/Eigen/Eigen/src/Core/util/XprHelper.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Block.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Cwise.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/CwiseOperators.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/LU.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Lazy.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/LeastSquares.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Macros.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/MathFunctions.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Memory.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Meta.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Minor.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/QR.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/SVD.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/TriangularSolver.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/VectorBlock.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Geometry/AlignedBox.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Geometry/All.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Geometry/AngleAxis.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Geometry/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Geometry/Hyperplane.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Geometry/Quaternion.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Geometry/Rotation2D.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Geometry/RotationBase.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Geometry/Scaling.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Geometry/Transform.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigen2Support/Geometry/Translation.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigenvalues/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigenvalues/ComplexSchur.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigenvalues/ComplexSchur_MKL.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigenvalues/EigenSolver.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigenvalues/RealSchur.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigenvalues/RealSchur_MKL.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_MKL.h
source-cpp/pyBKT/Eigen/Eigen/src/Eigenvalues/Tridiagonalization.h
source-cpp/pyBKT/Eigen/Eigen/src/Geometry/AlignedBox.h
source-cpp/pyBKT/Eigen/Eigen/src/Geometry/AngleAxis.h
source-cpp/pyBKT/Eigen/Eigen/src/Geometry/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/Geometry/EulerAngles.h
source-cpp/pyBKT/Eigen/Eigen/src/Geometry/Homogeneous.h
source-cpp/pyBKT/Eigen/Eigen/src/Geometry/Hyperplane.h
source-cpp/pyBKT/Eigen/Eigen/src/Geometry/OrthoMethods.h
source-cpp/pyBKT/Eigen/Eigen/src/Geometry/ParametrizedLine.h
source-cpp/pyBKT/Eigen/Eigen/src/Geometry/Quaternion.h
source-cpp/pyBKT/Eigen/Eigen/src/Geometry/Rotation2D.h
source-cpp/pyBKT/Eigen/Eigen/src/Geometry/RotationBase.h
source-cpp/pyBKT/Eigen/Eigen/src/Geometry/Scaling.h
source-cpp/pyBKT/Eigen/Eigen/src/Geometry/Transform.h
source-cpp/pyBKT/Eigen/Eigen/src/Geometry/Translation.h
source-cpp/pyBKT/Eigen/Eigen/src/Geometry/Umeyama.h
source-cpp/pyBKT/Eigen/Eigen/src/Geometry/arch/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/Geometry/arch/Geometry_SSE.h
source-cpp/pyBKT/Eigen/Eigen/src/Householder/BlockHouseholder.h
source-cpp/pyBKT/Eigen/Eigen/src/Householder/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/Householder/Householder.h
source-cpp/pyBKT/Eigen/Eigen/src/Householder/HouseholderSequence.h
source-cpp/pyBKT/Eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h
source-cpp/pyBKT/Eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h
source-cpp/pyBKT/Eigen/Eigen/src/IterativeLinearSolvers/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h
source-cpp/pyBKT/Eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
source-cpp/pyBKT/Eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h
source-cpp/pyBKT/Eigen/Eigen/src/Jacobi/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/Jacobi/Jacobi.h
source-cpp/pyBKT/Eigen/Eigen/src/LU/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/LU/Determinant.h
source-cpp/pyBKT/Eigen/Eigen/src/LU/FullPivLU.h
source-cpp/pyBKT/Eigen/Eigen/src/LU/Inverse.h
source-cpp/pyBKT/Eigen/Eigen/src/LU/PartialPivLU.h
source-cpp/pyBKT/Eigen/Eigen/src/LU/PartialPivLU_MKL.h
source-cpp/pyBKT/Eigen/Eigen/src/LU/arch/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/LU/arch/Inverse_SSE.h
source-cpp/pyBKT/Eigen/Eigen/src/OrderingMethods/Amd.h
source-cpp/pyBKT/Eigen/Eigen/src/OrderingMethods/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/PaStiXSupport/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h
source-cpp/pyBKT/Eigen/Eigen/src/PardisoSupport/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/PardisoSupport/PardisoSupport.h
source-cpp/pyBKT/Eigen/Eigen/src/QR/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/QR/ColPivHouseholderQR.h
source-cpp/pyBKT/Eigen/Eigen/src/QR/ColPivHouseholderQR_MKL.h
source-cpp/pyBKT/Eigen/Eigen/src/QR/FullPivHouseholderQR.h
source-cpp/pyBKT/Eigen/Eigen/src/QR/HouseholderQR.h
source-cpp/pyBKT/Eigen/Eigen/src/QR/HouseholderQR_MKL.h
source-cpp/pyBKT/Eigen/Eigen/src/SVD/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/SVD/JacobiSVD.h
source-cpp/pyBKT/Eigen/Eigen/src/SVD/JacobiSVD_MKL.h
source-cpp/pyBKT/Eigen/Eigen/src/SVD/UpperBidiagonalization.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCholesky/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/AmbiVector.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/CompressedStorage.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/CoreIterators.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/MappedSparseMatrix.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseAssign.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseBlock.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseDenseProduct.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseDot.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseFuzzy.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseMatrix.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseMatrixBase.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparsePermutation.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseProduct.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseRedux.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseTranspose.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseTriangularView.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseUtil.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseVector.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/SparseView.h
source-cpp/pyBKT/Eigen/Eigen/src/SparseCore/TriangularSolver.h
source-cpp/pyBKT/Eigen/Eigen/src/StlSupport/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/StlSupport/StdDeque.h
source-cpp/pyBKT/Eigen/Eigen/src/StlSupport/StdList.h
source-cpp/pyBKT/Eigen/Eigen/src/StlSupport/StdVector.h
source-cpp/pyBKT/Eigen/Eigen/src/StlSupport/details.h
source-cpp/pyBKT/Eigen/Eigen/src/SuperLUSupport/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h
source-cpp/pyBKT/Eigen/Eigen/src/UmfPackSupport/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h
source-cpp/pyBKT/Eigen/Eigen/src/misc/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/misc/Image.h
source-cpp/pyBKT/Eigen/Eigen/src/misc/Kernel.h
source-cpp/pyBKT/Eigen/Eigen/src/misc/Solve.h
source-cpp/pyBKT/Eigen/Eigen/src/misc/SparseSolve.h
source-cpp/pyBKT/Eigen/Eigen/src/misc/blas.h
source-cpp/pyBKT/Eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h
source-cpp/pyBKT/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h
source-cpp/pyBKT/Eigen/Eigen/src/plugins/BlockMethods.h
source-cpp/pyBKT/Eigen/Eigen/src/plugins/CMakeLists.txt
source-cpp/pyBKT/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h
source-cpp/pyBKT/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h
source-cpp/pyBKT/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h
source-cpp/pyBKT/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h
source-cpp/pyBKT/Eigen/bench/BenchSparseUtil.h
source-cpp/pyBKT/Eigen/bench/BenchTimer.h
source-cpp/pyBKT/Eigen/bench/BenchUtil.h
source-cpp/pyBKT/Eigen/bench/README.txt
source-cpp/pyBKT/Eigen/bench/basicbench.cxxlist
source-cpp/pyBKT/Eigen/bench/basicbenchmark.cpp
source-cpp/pyBKT/Eigen/bench/basicbenchmark.h
source-cpp/pyBKT/Eigen/bench/benchBlasGemm.cpp
source-cpp/pyBKT/Eigen/bench/benchCholesky.cpp
source-cpp/pyBKT/Eigen/bench/benchEigenSolver.cpp
source-cpp/pyBKT/Eigen/bench/benchFFT.cpp
source-cpp/pyBKT/Eigen/bench/benchVecAdd.cpp
source-cpp/pyBKT/Eigen/bench/bench_gemm.cpp
source-cpp/pyBKT/Eigen/bench/bench_multi_compilers.sh
source-cpp/pyBKT/Eigen/bench/bench_norm.cpp
source-cpp/pyBKT/Eigen/bench/bench_reverse.cpp
source-cpp/pyBKT/Eigen/bench/bench_sum.cpp
source-cpp/pyBKT/Eigen/bench/bench_unrolling
source-cpp/pyBKT/Eigen/bench/benchmark.cpp
source-cpp/pyBKT/Eigen/bench/benchmarkSlice.cpp
source-cpp/pyBKT/Eigen/bench/benchmarkX.cpp
source-cpp/pyBKT/Eigen/bench/benchmarkXcwise.cpp
source-cpp/pyBKT/Eigen/bench/benchmark_suite
source-cpp/pyBKT/Eigen/bench/check_cache_queries.cpp
source-cpp/pyBKT/Eigen/bench/eig33.cpp
source-cpp/pyBKT/Eigen/bench/geometry.cpp
source-cpp/pyBKT/Eigen/bench/product_threshold.cpp
source-cpp/pyBKT/Eigen/bench/quat_slerp.cpp
source-cpp/pyBKT/Eigen/bench/quatmul.cpp
source-cpp/pyBKT/Eigen/bench/sparse_cholesky.cpp
source-cpp/pyBKT/Eigen/bench/sparse_dense_product.cpp
source-cpp/pyBKT/Eigen/bench/sparse_lu.cpp
source-cpp/pyBKT/Eigen/bench/sparse_product.cpp
source-cpp/pyBKT/Eigen/bench/sparse_randomsetter.cpp
source-cpp/pyBKT/Eigen/bench/sparse_setter.cpp
source-cpp/pyBKT/Eigen/bench/sparse_transpose.cpp
source-cpp/pyBKT/Eigen/bench/sparse_trisolver.cpp
source-cpp/pyBKT/Eigen/bench/spmv.cpp
source-cpp/pyBKT/Eigen/bench/vdw_new.cpp
source-cpp/pyBKT/Eigen/bench/btl/CMakeLists.txt
source-cpp/pyBKT/Eigen/bench/btl/COPYING
source-cpp/pyBKT/Eigen/bench/btl/README
source-cpp/pyBKT/Eigen/bench/btl/actions/action_aat_product.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_ata_product.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_atv_product.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_axpby.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_axpy.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_cholesky.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_ger.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_hessenberg.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_lu_decomp.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_lu_solve.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_matrix_matrix_product.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_matrix_matrix_product_bis.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_matrix_vector_product.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_partial_lu.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_rot.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_symv.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_syr2.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_trisolve.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_trisolve_matrix.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/action_trmm.hh
source-cpp/pyBKT/Eigen/bench/btl/actions/basic_actions.hh
source-cpp/pyBKT/Eigen/bench/btl/cmake/FindACML.cmake
source-cpp/pyBKT/Eigen/bench/btl/cmake/FindATLAS.cmake
source-cpp/pyBKT/Eigen/bench/btl/cmake/FindBlitz.cmake
source-cpp/pyBKT/Eigen/bench/btl/cmake/FindCBLAS.cmake
source-cpp/pyBKT/Eigen/bench/btl/cmake/FindGMM.cmake
source-cpp/pyBKT/Eigen/bench/btl/cmake/FindGOTO.cmake
source-cpp/pyBKT/Eigen/bench/btl/cmake/FindGOTO2.cmake
source-cpp/pyBKT/Eigen/bench/btl/cmake/FindMKL.cmake
source-cpp/pyBKT/Eigen/bench/btl/cmake/FindMTL4.cmake
source-cpp/pyBKT/Eigen/bench/btl/cmake/FindPackageHandleStandardArgs.cmake
source-cpp/pyBKT/Eigen/bench/btl/cmake/FindTvmet.cmake
source-cpp/pyBKT/Eigen/bench/btl/cmake/MacroOptionalAddSubdirectory.cmake
source-cpp/pyBKT/Eigen/bench/btl/data/CMakeLists.txt
source-cpp/pyBKT/Eigen/bench/btl/data/action_settings.txt
source-cpp/pyBKT/Eigen/bench/btl/data/gnuplot_common_settings.hh
source-cpp/pyBKT/Eigen/bench/btl/data/go_mean
source-cpp/pyBKT/Eigen/bench/btl/data/mean.cxx
source-cpp/pyBKT/Eigen/bench/btl/data/mk_gnuplot_script.sh
source-cpp/pyBKT/Eigen/bench/btl/data/mk_mean_script.sh
source-cpp/pyBKT/Eigen/bench/btl/data/mk_new_gnuplot.sh
source-cpp/pyBKT/Eigen/bench/btl/data/perlib_plot_settings.txt
source-cpp/pyBKT/Eigen/bench/btl/data/regularize.cxx
source-cpp/pyBKT/Eigen/bench/btl/data/smooth.cxx
source-cpp/pyBKT/Eigen/bench/btl/data/smooth_all.sh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/bench.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/bench_parameter.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/btl.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/init/init_function.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/init/init_matrix.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/init/init_vector.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/static/bench_static.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/static/intel_bench_fixed_size.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/static/static_size_generator.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/timers/STL_perf_analyzer.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/timers/STL_timer.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/timers/mixed_perf_analyzer.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/timers/portable_perf_analyzer.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/timers/portable_perf_analyzer_old.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/timers/portable_timer.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/timers/x86_perf_analyzer.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/timers/x86_timer.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/utils/size_lin_log.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/utils/size_log.hh
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/utils/utilities.h
source-cpp/pyBKT/Eigen/bench/btl/generic_bench/utils/xy_file.hh
source-cpp/pyBKT/Eigen/bench/btl/libs/BLAS/CMakeLists.txt
source-cpp/pyBKT/Eigen/bench/btl/libs/BLAS/blas.h
source-cpp/pyBKT/Eigen/bench/btl/libs/BLAS/blas_interface.hh
source-cpp/pyBKT/Eigen/bench/btl/libs/BLAS/blas_interface_impl.hh
source-cpp/pyBKT/Eigen/bench/btl/libs/BLAS/c_interface_base.h
source-cpp/pyBKT/Eigen/bench/btl/libs/BLAS/main.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/STL/CMakeLists.txt
source-cpp/pyBKT/Eigen/bench/btl/libs/STL/STL_interface.hh
source-cpp/pyBKT/Eigen/bench/btl/libs/STL/main.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/blitz/CMakeLists.txt
source-cpp/pyBKT/Eigen/bench/btl/libs/blitz/blitz_LU_solve_interface.hh
source-cpp/pyBKT/Eigen/bench/btl/libs/blitz/blitz_interface.hh
source-cpp/pyBKT/Eigen/bench/btl/libs/blitz/btl_blitz.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/blitz/btl_tiny_blitz.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/blitz/tiny_blitz_interface.hh
source-cpp/pyBKT/Eigen/bench/btl/libs/eigen2/CMakeLists.txt
source-cpp/pyBKT/Eigen/bench/btl/libs/eigen2/btl_tiny_eigen2.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/eigen2/eigen2_interface.hh
source-cpp/pyBKT/Eigen/bench/btl/libs/eigen2/main_adv.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/eigen2/main_linear.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/eigen2/main_matmat.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/eigen2/main_vecmat.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/eigen3/CMakeLists.txt
source-cpp/pyBKT/Eigen/bench/btl/libs/eigen3/btl_tiny_eigen3.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/eigen3/eigen3_interface.hh
source-cpp/pyBKT/Eigen/bench/btl/libs/eigen3/main_adv.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/eigen3/main_linear.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/eigen3/main_matmat.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/eigen3/main_vecmat.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/gmm/CMakeLists.txt
source-cpp/pyBKT/Eigen/bench/btl/libs/gmm/gmm_LU_solve_interface.hh
source-cpp/pyBKT/Eigen/bench/btl/libs/gmm/gmm_interface.hh
source-cpp/pyBKT/Eigen/bench/btl/libs/gmm/main.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/mtl4/.kdbgrc.main
source-cpp/pyBKT/Eigen/bench/btl/libs/mtl4/CMakeLists.txt
source-cpp/pyBKT/Eigen/bench/btl/libs/mtl4/main.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/mtl4/mtl4_LU_solve_interface.hh
source-cpp/pyBKT/Eigen/bench/btl/libs/mtl4/mtl4_interface.hh
source-cpp/pyBKT/Eigen/bench/btl/libs/tvmet/CMakeLists.txt
source-cpp/pyBKT/Eigen/bench/btl/libs/tvmet/main.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/tvmet/tvmet_interface.hh
source-cpp/pyBKT/Eigen/bench/btl/libs/ublas/CMakeLists.txt
source-cpp/pyBKT/Eigen/bench/btl/libs/ublas/main.cpp
source-cpp/pyBKT/Eigen/bench/btl/libs/ublas/ublas_interface.hh
source-cpp/pyBKT/Eigen/bench/spbench/CMakeLists.txt
source-cpp/pyBKT/Eigen/bench/spbench/spbenchsolver.cpp
source-cpp/pyBKT/Eigen/bench/spbench/spbenchsolver.h
source-cpp/pyBKT/Eigen/blas/BandTriangularSolver.h
source-cpp/pyBKT/Eigen/blas/CMakeLists.txt
source-cpp/pyBKT/Eigen/blas/README.txt
source-cpp/pyBKT/Eigen/blas/chbmv.f
source-cpp/pyBKT/Eigen/blas/chpmv.f
source-cpp/pyBKT/Eigen/blas/chpr.f
source-cpp/pyBKT/Eigen/blas/chpr2.f
source-cpp/pyBKT/Eigen/blas/common.h
source-cpp/pyBKT/Eigen/blas/complex_double.cpp
source-cpp/pyBKT/Eigen/blas/complex_single.cpp
source-cpp/pyBKT/Eigen/blas/complexdots.f
source-cpp/pyBKT/Eigen/blas/ctbmv.f
source-cpp/pyBKT/Eigen/blas/ctpmv.f
source-cpp/pyBKT/Eigen/blas/ctpsv.f
source-cpp/pyBKT/Eigen/blas/double.cpp
source-cpp/pyBKT/Eigen/blas/drotm.f
source-cpp/pyBKT/Eigen/blas/drotmg.f
source-cpp/pyBKT/Eigen/blas/dsbmv.f
source-cpp/pyBKT/Eigen/blas/dspmv.f
source-cpp/pyBKT/Eigen/blas/dspr.f
source-cpp/pyBKT/Eigen/blas/dspr2.f
source-cpp/pyBKT/Eigen/blas/dtbmv.f
source-cpp/pyBKT/Eigen/blas/dtpmv.f
source-cpp/pyBKT/Eigen/blas/dtpsv.f
source-cpp/pyBKT/Eigen/blas/level1_cplx_impl.h
source-cpp/pyBKT/Eigen/blas/level1_impl.h
source-cpp/pyBKT/Eigen/blas/level1_real_impl.h
source-cpp/pyBKT/Eigen/blas/level2_cplx_impl.h
source-cpp/pyBKT/Eigen/blas/level2_impl.h
source-cpp/pyBKT/Eigen/blas/level2_real_impl.h
source-cpp/pyBKT/Eigen/blas/level3_impl.h
source-cpp/pyBKT/Eigen/blas/lsame.f
source-cpp/pyBKT/Eigen/blas/single.cpp
source-cpp/pyBKT/Eigen/blas/srotm.f
source-cpp/pyBKT/Eigen/blas/srotmg.f
source-cpp/pyBKT/Eigen/blas/ssbmv.f
source-cpp/pyBKT/Eigen/blas/sspmv.f
source-cpp/pyBKT/Eigen/blas/sspr.f
source-cpp/pyBKT/Eigen/blas/sspr2.f
source-cpp/pyBKT/Eigen/blas/stbmv.f
source-cpp/pyBKT/Eigen/blas/stpmv.f
source-cpp/pyBKT/Eigen/blas/stpsv.f
source-cpp/pyBKT/Eigen/blas/xerbla.cpp
source-cpp/pyBKT/Eigen/blas/zhbmv.f
source-cpp/pyBKT/Eigen/blas/zhpmv.f
source-cpp/pyBKT/Eigen/blas/zhpr.f
source-cpp/pyBKT/Eigen/blas/zhpr2.f
source-cpp/pyBKT/Eigen/blas/ztbmv.f
source-cpp/pyBKT/Eigen/blas/ztpmv.f
source-cpp/pyBKT/Eigen/blas/ztpsv.f
source-cpp/pyBKT/Eigen/blas/testing/CMakeLists.txt
source-cpp/pyBKT/Eigen/blas/testing/cblat1.f
source-cpp/pyBKT/Eigen/blas/testing/cblat2.dat
source-cpp/pyBKT/Eigen/blas/testing/cblat2.f
source-cpp/pyBKT/Eigen/blas/testing/cblat3.dat
source-cpp/pyBKT/Eigen/blas/testing/cblat3.f
source-cpp/pyBKT/Eigen/blas/testing/dblat1.f
source-cpp/pyBKT/Eigen/blas/testing/dblat2.dat
source-cpp/pyBKT/Eigen/blas/testing/dblat2.f
source-cpp/pyBKT/Eigen/blas/testing/dblat3.dat
source-cpp/pyBKT/Eigen/blas/testing/dblat3.f
source-cpp/pyBKT/Eigen/blas/testing/runblastest.sh
source-cpp/pyBKT/Eigen/blas/testing/sblat1.f
source-cpp/pyBKT/Eigen/blas/testing/sblat2.dat
source-cpp/pyBKT/Eigen/blas/testing/sblat2.f
source-cpp/pyBKT/Eigen/blas/testing/sblat3.dat
source-cpp/pyBKT/Eigen/blas/testing/sblat3.f
source-cpp/pyBKT/Eigen/blas/testing/zblat1.f
source-cpp/pyBKT/Eigen/blas/testing/zblat2.dat
source-cpp/pyBKT/Eigen/blas/testing/zblat2.f
source-cpp/pyBKT/Eigen/blas/testing/zblat3.dat
source-cpp/pyBKT/Eigen/blas/testing/zblat3.f
source-cpp/pyBKT/Eigen/cmake/CMakeDetermineVSServicePack.cmake
source-cpp/pyBKT/Eigen/cmake/EigenConfigureTesting.cmake
source-cpp/pyBKT/Eigen/cmake/EigenDetermineOSVersion.cmake
source-cpp/pyBKT/Eigen/cmake/EigenTesting.cmake
source-cpp/pyBKT/Eigen/cmake/FindAdolc.cmake
source-cpp/pyBKT/Eigen/cmake/FindBLAS.cmake
source-cpp/pyBKT/Eigen/cmake/FindCholmod.cmake
source-cpp/pyBKT/Eigen/cmake/FindEigen2.cmake
source-cpp/pyBKT/Eigen/cmake/FindEigen3.cmake
source-cpp/pyBKT/Eigen/cmake/FindFFTW.cmake
source-cpp/pyBKT/Eigen/cmake/FindGLEW.cmake
source-cpp/pyBKT/Eigen/cmake/FindGMP.cmake
source-cpp/pyBKT/Eigen/cmake/FindGSL.cmake
source-cpp/pyBKT/Eigen/cmake/FindGoogleHash.cmake
source-cpp/pyBKT/Eigen/cmake/FindLAPACK.cmake
source-cpp/pyBKT/Eigen/cmake/FindMPFR.cmake
source-cpp/pyBKT/Eigen/cmake/FindMetis.cmake
source-cpp/pyBKT/Eigen/cmake/FindPastix.cmake
source-cpp/pyBKT/Eigen/cmake/FindScotch.cmake
source-cpp/pyBKT/Eigen/cmake/FindStandardMathLibrary.cmake
source-cpp/pyBKT/Eigen/cmake/FindSuperLU.cmake
source-cpp/pyBKT/Eigen/cmake/FindUmfpack.cmake
source-cpp/pyBKT/Eigen/cmake/RegexUtils.cmake
source-cpp/pyBKT/Eigen/cmake/language_support.cmake
source-cpp/pyBKT/Eigen/debug/gdb/__init__.py
source-cpp/pyBKT/Eigen/debug/gdb/printers.py
source-cpp/pyBKT/Eigen/debug/msvc/eigen_autoexp_part.dat
source-cpp/pyBKT/Eigen/demos/CMakeLists.txt
source-cpp/pyBKT/Eigen/demos/mandelbrot/CMakeLists.txt
source-cpp/pyBKT/Eigen/demos/mandelbrot/README
source-cpp/pyBKT/Eigen/demos/mandelbrot/mandelbrot.cpp
source-cpp/pyBKT/Eigen/demos/mandelbrot/mandelbrot.h
source-cpp/pyBKT/Eigen/demos/mix_eigen_and_c/README
source-cpp/pyBKT/Eigen/demos/mix_eigen_and_c/binary_library.cpp
source-cpp/pyBKT/Eigen/demos/mix_eigen_and_c/binary_library.h
source-cpp/pyBKT/Eigen/demos/mix_eigen_and_c/example.c
source-cpp/pyBKT/Eigen/demos/opengl/CMakeLists.txt
source-cpp/pyBKT/Eigen/demos/opengl/README
source-cpp/pyBKT/Eigen/demos/opengl/camera.cpp
source-cpp/pyBKT/Eigen/demos/opengl/camera.h
source-cpp/pyBKT/Eigen/demos/opengl/gpuhelper.cpp
source-cpp/pyBKT/Eigen/demos/opengl/gpuhelper.h
source-cpp/pyBKT/Eigen/demos/opengl/icosphere.cpp
source-cpp/pyBKT/Eigen/demos/opengl/icosphere.h
source-cpp/pyBKT/Eigen/demos/opengl/quaternion_demo.cpp
source-cpp/pyBKT/Eigen/demos/opengl/quaternion_demo.h
source-cpp/pyBKT/Eigen/demos/opengl/trackball.cpp
source-cpp/pyBKT/Eigen/demos/opengl/trackball.h
source-cpp/pyBKT/Eigen/doc/A05_PortingFrom2To3.dox
source-cpp/pyBKT/Eigen/doc/A10_Eigen2SupportModes.dox
source-cpp/pyBKT/Eigen/doc/AsciiQuickReference.txt
source-cpp/pyBKT/Eigen/doc/B01_Experimental.dox
source-cpp/pyBKT/Eigen/doc/C00_QuickStartGuide.dox
source-cpp/pyBKT/Eigen/doc/C01_TutorialMatrixClass.dox
source-cpp/pyBKT/Eigen/doc/C02_TutorialMatrixArithmetic.dox
source-cpp/pyBKT/Eigen/doc/C03_TutorialArrayClass.dox
source-cpp/pyBKT/Eigen/doc/C04_TutorialBlockOperations.dox
source-cpp/pyBKT/Eigen/doc/C05_TutorialAdvancedInitialization.dox
source-cpp/pyBKT/Eigen/doc/C06_TutorialLinearAlgebra.dox
source-cpp/pyBKT/Eigen/doc/C07_TutorialReductionsVisitorsBroadcasting.dox
source-cpp/pyBKT/Eigen/doc/C08_TutorialGeometry.dox
source-cpp/pyBKT/Eigen/doc/C09_TutorialSparse.dox
source-cpp/pyBKT/Eigen/doc/C10_TutorialMapClass.dox
source-cpp/pyBKT/Eigen/doc/CMakeLists.txt
source-cpp/pyBKT/Eigen/doc/D01_StlContainers.dox
source-cpp/pyBKT/Eigen/doc/D03_WrongStackAlignment.dox
source-cpp/pyBKT/Eigen/doc/D07_PassingByValue.dox
source-cpp/pyBKT/Eigen/doc/D09_StructHavingEigenMembers.dox
source-cpp/pyBKT/Eigen/doc/D11_UnalignedArrayAssert.dox
source-cpp/pyBKT/Eigen/doc/Doxyfile.in
source-cpp/pyBKT/Eigen/doc/Eigen_Silly_Professor_64x64.png
source-cpp/pyBKT/Eigen/doc/I00_CustomizingEigen.dox
source-cpp/pyBKT/Eigen/doc/I01_TopicLazyEvaluation.dox
source-cpp/pyBKT/Eigen/doc/I02_HiPerformance.dox
source-cpp/pyBKT/Eigen/doc/I03_InsideEigenExample.dox
source-cpp/pyBKT/Eigen/doc/I05_FixedSizeVectorizable.dox
source-cpp/pyBKT/Eigen/doc/I06_TopicEigenExpressionTemplates.dox
source-cpp/pyBKT/Eigen/doc/I07_TopicScalarTypes.dox
source-cpp/pyBKT/Eigen/doc/I08_Resizing.dox
source-cpp/pyBKT/Eigen/doc/I09_Vectorization.dox
source-cpp/pyBKT/Eigen/doc/I10_Assertions.dox
source-cpp/pyBKT/Eigen/doc/I11_Aliasing.dox
source-cpp/pyBKT/Eigen/doc/I12_ClassHierarchy.dox
source-cpp/pyBKT/Eigen/doc/I13_FunctionsTakingEigenTypes.dox
source-cpp/pyBKT/Eigen/doc/I14_PreprocessorDirectives.dox
source-cpp/pyBKT/Eigen/doc/I15_StorageOrders.dox
source-cpp/pyBKT/Eigen/doc/I16_TemplateKeyword.dox
source-cpp/pyBKT/Eigen/doc/Overview.dox
source-cpp/pyBKT/Eigen/doc/QuickReference.dox
source-cpp/pyBKT/Eigen/doc/SparseQuickReference.dox
source-cpp/pyBKT/Eigen/doc/TopicLinearAlgebraDecompositions.dox
source-cpp/pyBKT/Eigen/doc/TopicMultithreading.dox
source-cpp/pyBKT/Eigen/doc/TutorialSparse_example_details.dox
source-cpp/pyBKT/Eigen/doc/UsingIntelMKL.dox
source-cpp/pyBKT/Eigen/doc/eigendoxy.css
source-cpp/pyBKT/Eigen/doc/eigendoxy_footer.html.in
source-cpp/pyBKT/Eigen/doc/eigendoxy_header.html.in
source-cpp/pyBKT/Eigen/doc/eigendoxy_tabs.css
source-cpp/pyBKT/Eigen/doc/tutorial.cpp
source-cpp/pyBKT/Eigen/doc/examples/.krazy
source-cpp/pyBKT/Eigen/doc/examples/CMakeLists.txt
source-cpp/pyBKT/Eigen/doc/examples/DenseBase_middleCols_int.cpp
source-cpp/pyBKT/Eigen/doc/examples/DenseBase_middleRows_int.cpp
source-cpp/pyBKT/Eigen/doc/examples/DenseBase_template_int_middleCols.cpp
source-cpp/pyBKT/Eigen/doc/examples/DenseBase_template_int_middleRows.cpp
source-cpp/pyBKT/Eigen/doc/examples/MatrixBase_cwise_const.cpp
source-cpp/pyBKT/Eigen/doc/examples/QuickStart_example.cpp
source-cpp/pyBKT/Eigen/doc/examples/QuickStart_example2_dynamic.cpp
source-cpp/pyBKT/Eigen/doc/examples/QuickStart_example2_fixed.cpp
source-cpp/pyBKT/Eigen/doc/examples/TemplateKeyword_flexible.cpp
source-cpp/pyBKT/Eigen/doc/examples/TemplateKeyword_simple.cpp
source-cpp/pyBKT/Eigen/doc/examples/TutorialLinAlgComputeTwice.cpp
source-cpp/pyBKT/Eigen/doc/examples/TutorialLinAlgExComputeSolveError.cpp
source-cpp/pyBKT/Eigen/doc/examples/TutorialLinAlgExSolveColPivHouseholderQR.cpp
source-cpp/pyBKT/Eigen/doc/examples/TutorialLinAlgExSolveLDLT.cpp
source-cpp/pyBKT/Eigen/doc/examples/TutorialLinAlgInverseDeterminant.cpp
source-cpp/pyBKT/Eigen/doc/examples/TutorialLinAlgRankRevealing.cpp
source-cpp/pyBKT/Eigen/doc/examples/TutorialLinAlgSVDSolve.cpp
source-cpp/pyBKT/Eigen/doc/examples/TutorialLinAlgSelfAdjointEigenSolver.cpp
source-cpp/pyBKT/Eigen/doc/examples/TutorialLinAlgSetThreshold.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_ArrayClass_accessors.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_ArrayClass_addition.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_ArrayClass_cwise_other.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_ArrayClass_interop.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_ArrayClass_interop_matrix.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_ArrayClass_mult.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_BlockOperations_block_assignment.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_BlockOperations_colrow.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_BlockOperations_corner.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_BlockOperations_print_block.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_BlockOperations_vector.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_PartialLU_solve.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple_rowwise.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_colwise.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_reductions_bool.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_reductions_norm.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_rowwise.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_simple_example_dynamic_size.cpp
source-cpp/pyBKT/Eigen/doc/examples/Tutorial_simple_example_fixed_size.cpp
source-cpp/pyBKT/Eigen/doc/examples/class_Block.cpp
source-cpp/pyBKT/Eigen/doc/examples/class_CwiseBinaryOp.cpp
source-cpp/pyBKT/Eigen/doc/examples/class_CwiseUnaryOp.cpp
source-cpp/pyBKT/Eigen/doc/examples/class_CwiseUnaryOp_ptrfun.cpp
source-cpp/pyBKT/Eigen/doc/examples/class_FixedBlock.cpp
source-cpp/pyBKT/Eigen/doc/examples/class_FixedVectorBlock.cpp
source-cpp/pyBKT/Eigen/doc/examples/class_VectorBlock.cpp
source-cpp/pyBKT/Eigen/doc/examples/function_taking_eigenbase.cpp
source-cpp/pyBKT/Eigen/doc/examples/tut_arithmetic_add_sub.cpp
source-cpp/pyBKT/Eigen/doc/examples/tut_arithmetic_dot_cross.cpp
source-cpp/pyBKT/Eigen/doc/examples/tut_arithmetic_matrix_mul.cpp
source-cpp/pyBKT/Eigen/doc/examples/tut_arithmetic_redux_basic.cpp
source-cpp/pyBKT/Eigen/doc/examples/tut_arithmetic_scalar_mul_div.cpp
source-cpp/pyBKT/Eigen/doc/examples/tut_matrix_coefficient_accessors.cpp
source-cpp/pyBKT/Eigen/doc/examples/tut_matrix_resize.cpp
source-cpp/pyBKT/Eigen/doc/examples/tut_matrix_resize_fixed_size.cpp
source-cpp/pyBKT/Eigen/doc/snippets/.krazy
source-cpp/pyBKT/Eigen/doc/snippets/AngleAxis_mimic_euler.cpp
source-cpp/pyBKT/Eigen/doc/snippets/CMakeLists.txt
source-cpp/pyBKT/Eigen/doc/snippets/ColPivHouseholderQR_solve.cpp
source-cpp/pyBKT/Eigen/doc/snippets/ComplexEigenSolver_compute.cpp
source-cpp/pyBKT/Eigen/doc/snippets/ComplexEigenSolver_eigenvalues.cpp
source-cpp/pyBKT/Eigen/doc/snippets/ComplexEigenSolver_eigenvectors.cpp
source-cpp/pyBKT/Eigen/doc/snippets/ComplexSchur_compute.cpp
source-cpp/pyBKT/Eigen/doc/snippets/ComplexSchur_matrixT.cpp
source-cpp/pyBKT/Eigen/doc/snippets/ComplexSchur_matrixU.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_abs.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_abs2.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_acos.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_boolean_and.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_boolean_or.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_cos.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_cube.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_equal_equal.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_exp.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_greater.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_greater_equal.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_inverse.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_less.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_less_equal.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_log.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_max.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_min.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_minus.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_minus_equal.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_not_equal.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_plus.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_plus_equal.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_pow.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_product.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_quotient.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_sin.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_slash_equal.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_sqrt.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_square.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_tan.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Cwise_times_equal.cpp
source-cpp/pyBKT/Eigen/doc/snippets/DenseBase_LinSpaced.cpp
source-cpp/pyBKT/Eigen/doc/snippets/DenseBase_LinSpaced_seq.cpp
source-cpp/pyBKT/Eigen/doc/snippets/DenseBase_setLinSpaced.cpp
source-cpp/pyBKT/Eigen/doc/snippets/DirectionWise_replicate.cpp
source-cpp/pyBKT/Eigen/doc/snippets/DirectionWise_replicate_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/EigenSolver_EigenSolver_MatrixType.cpp
source-cpp/pyBKT/Eigen/doc/snippets/EigenSolver_compute.cpp
source-cpp/pyBKT/Eigen/doc/snippets/EigenSolver_eigenvalues.cpp
source-cpp/pyBKT/Eigen/doc/snippets/EigenSolver_eigenvectors.cpp
source-cpp/pyBKT/Eigen/doc/snippets/EigenSolver_pseudoEigenvectors.cpp
source-cpp/pyBKT/Eigen/doc/snippets/FullPivHouseholderQR_solve.cpp
source-cpp/pyBKT/Eigen/doc/snippets/FullPivLU_image.cpp
source-cpp/pyBKT/Eigen/doc/snippets/FullPivLU_kernel.cpp
source-cpp/pyBKT/Eigen/doc/snippets/FullPivLU_solve.cpp
source-cpp/pyBKT/Eigen/doc/snippets/HessenbergDecomposition_compute.cpp
source-cpp/pyBKT/Eigen/doc/snippets/HessenbergDecomposition_matrixH.cpp
source-cpp/pyBKT/Eigen/doc/snippets/HessenbergDecomposition_packedMatrix.cpp
source-cpp/pyBKT/Eigen/doc/snippets/HouseholderQR_solve.cpp
source-cpp/pyBKT/Eigen/doc/snippets/HouseholderSequence_HouseholderSequence.cpp
source-cpp/pyBKT/Eigen/doc/snippets/IOFormat.cpp
source-cpp/pyBKT/Eigen/doc/snippets/JacobiSVD_basic.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Jacobi_makeGivens.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Jacobi_makeJacobi.cpp
source-cpp/pyBKT/Eigen/doc/snippets/LLT_example.cpp
source-cpp/pyBKT/Eigen/doc/snippets/LLT_solve.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Map_general_stride.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Map_inner_stride.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Map_outer_stride.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Map_placement_new.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Map_simple.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_adjoint.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_all.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_array.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_array_const.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_asDiagonal.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_block_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_block_int_int_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_bottomLeftCorner_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_bottomRightCorner_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_bottomRows_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_cast.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_col.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_colwise.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_computeInverseAndDetWithCheck.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_computeInverseWithCheck.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_cwiseAbs.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_cwiseAbs2.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_cwiseEqual.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_cwiseInverse.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_cwiseMax.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_cwiseMin.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_cwiseNotEqual.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_cwiseProduct.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_cwiseQuotient.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_cwiseSqrt.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_diagonal.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_diagonal_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_diagonal_template_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_eigenvalues.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_end_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_eval.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_extract.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_fixedBlock_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_identity.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_identity_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_inverse.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_isDiagonal.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_isIdentity.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_isOnes.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_isOrthogonal.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_isUnitary.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_isZero.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_leftCols_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_marked.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_noalias.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_ones.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_ones_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_ones_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_operatorNorm.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_part.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_prod.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_random.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_random_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_random_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_replicate.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_replicate_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_reverse.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_rightCols_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_row.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_rowwise.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_segment_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_select.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_set.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_setIdentity.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_setOnes.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_setRandom.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_setZero.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_start_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_template_int_bottomRows.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_template_int_end.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_template_int_int_bottomLeftCorner.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_template_int_int_bottomRightCorner.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_template_int_int_topLeftCorner.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_template_int_int_topRightCorner.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_template_int_leftCols.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_template_int_rightCols.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_template_int_segment.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_template_int_start.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_template_int_topRows.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_topLeftCorner_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_topRightCorner_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_topRows_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_transpose.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_zero.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_zero_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/MatrixBase_zero_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Matrix_resize_NoChange_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Matrix_resize_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Matrix_resize_int_NoChange.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Matrix_resize_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Matrix_setConstant_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Matrix_setConstant_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Matrix_setIdentity_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Matrix_setOnes_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Matrix_setOnes_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Matrix_setRandom_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Matrix_setRandom_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Matrix_setZero_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Matrix_setZero_int_int.cpp
source-cpp/pyBKT/Eigen/doc/snippets/PartialPivLU_solve.cpp
source-cpp/pyBKT/Eigen/doc/snippets/PartialRedux_count.cpp
source-cpp/pyBKT/Eigen/doc/snippets/PartialRedux_maxCoeff.cpp
source-cpp/pyBKT/Eigen/doc/snippets/PartialRedux_minCoeff.cpp
source-cpp/pyBKT/Eigen/doc/snippets/PartialRedux_norm.cpp
source-cpp/pyBKT/Eigen/doc/snippets/PartialRedux_prod.cpp
source-cpp/pyBKT/Eigen/doc/snippets/PartialRedux_squaredNorm.cpp
source-cpp/pyBKT/Eigen/doc/snippets/PartialRedux_sum.cpp
source-cpp/pyBKT/Eigen/doc/snippets/RealSchur_RealSchur_MatrixType.cpp
source-cpp/pyBKT/Eigen/doc/snippets/RealSchur_compute.cpp
source-cpp/pyBKT/Eigen/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver.cpp
source-cpp/pyBKT/Eigen/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType.cpp
source-cpp/pyBKT/Eigen/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType2.cpp
source-cpp/pyBKT/Eigen/doc/snippets/SelfAdjointEigenSolver_compute_MatrixType.cpp
source-cpp/pyBKT/Eigen/doc/snippets/SelfAdjointEigenSolver_compute_MatrixType2.cpp
source-cpp/pyBKT/Eigen/doc/snippets/SelfAdjointEigenSolver_eigenvalues.cpp
source-cpp/pyBKT/Eigen/doc/snippets/SelfAdjointEigenSolver_eigenvectors.cpp
source-cpp/pyBKT/Eigen/doc/snippets/SelfAdjointEigenSolver_operatorInverseSqrt.cpp
source-cpp/pyBKT/Eigen/doc/snippets/SelfAdjointEigenSolver_operatorSqrt.cpp
source-cpp/pyBKT/Eigen/doc/snippets/SelfAdjointView_eigenvalues.cpp
source-cpp/pyBKT/Eigen/doc/snippets/SelfAdjointView_operatorNorm.cpp
source-cpp/pyBKT/Eigen/doc/snippets/TopicAliasing_block.cpp
source-cpp/pyBKT/Eigen/doc/snippets/TopicAliasing_block_correct.cpp
source-cpp/pyBKT/Eigen/doc/snippets/TopicAliasing_cwise.cpp
source-cpp/pyBKT/Eigen/doc/snippets/TopicAliasing_mult1.cpp
source-cpp/pyBKT/Eigen/doc/snippets/TopicAliasing_mult2.cpp
source-cpp/pyBKT/Eigen/doc/snippets/TopicAliasing_mult3.cpp
source-cpp/pyBKT/Eigen/doc/snippets/TopicStorageOrders_example.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tridiagonalization_Tridiagonalization_MatrixType.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tridiagonalization_compute.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tridiagonalization_decomposeInPlace.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tridiagonalization_diagonal.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tridiagonalization_householderCoefficients.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tridiagonalization_packedMatrix.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tutorial_AdvancedInitialization_Block.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tutorial_AdvancedInitialization_CommaTemporary.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tutorial_AdvancedInitialization_Join.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tutorial_AdvancedInitialization_LinSpaced.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tutorial_AdvancedInitialization_ThreeWays.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tutorial_AdvancedInitialization_Zero.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tutorial_Map_rowmajor.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tutorial_Map_using.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tutorial_commainit_01.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tutorial_commainit_01b.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tutorial_commainit_02.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tutorial_solve_matrix_inverse.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tutorial_solve_multiple_rhs.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tutorial_solve_reuse_decomposition.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tutorial_solve_singular.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tutorial_solve_triangular.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Tutorial_solve_triangular_inplace.cpp
source-cpp/pyBKT/Eigen/doc/snippets/Vectorwise_reverse.cpp
source-cpp/pyBKT/Eigen/doc/snippets/class_FullPivLU.cpp
source-cpp/pyBKT/Eigen/doc/snippets/compile_snippet.cpp.in
source-cpp/pyBKT/Eigen/doc/snippets/tut_arithmetic_redux_minmax.cpp
source-cpp/pyBKT/Eigen/doc/snippets/tut_arithmetic_transpose_aliasing.cpp
source-cpp/pyBKT/Eigen/doc/snippets/tut_arithmetic_transpose_conjugate.cpp
source-cpp/pyBKT/Eigen/doc/snippets/tut_arithmetic_transpose_inplace.cpp
source-cpp/pyBKT/Eigen/doc/snippets/tut_matrix_assignment_resizing.cpp
source-cpp/pyBKT/Eigen/doc/special_examples/CMakeLists.txt
source-cpp/pyBKT/Eigen/doc/special_examples/Tutorial_sparse_example.cpp
source-cpp/pyBKT/Eigen/doc/special_examples/Tutorial_sparse_example_details.cpp
source-cpp/pyBKT/Eigen/failtest/CMakeLists.txt
source-cpp/pyBKT/Eigen/failtest/block_nonconst_ctor_on_const_xpr_0.cpp
source-cpp/pyBKT/Eigen/failtest/block_nonconst_ctor_on_const_xpr_1.cpp
source-cpp/pyBKT/Eigen/failtest/block_nonconst_ctor_on_const_xpr_2.cpp
source-cpp/pyBKT/Eigen/failtest/block_on_const_type_actually_const_0.cpp
source-cpp/pyBKT/Eigen/failtest/block_on_const_type_actually_const_1.cpp
source-cpp/pyBKT/Eigen/failtest/const_qualified_block_method_retval_0.cpp
source-cpp/pyBKT/Eigen/failtest/const_qualified_block_method_retval_1.cpp
source-cpp/pyBKT/Eigen/failtest/const_qualified_diagonal_method_retval.cpp
source-cpp/pyBKT/Eigen/failtest/const_qualified_transpose_method_retval.cpp
source-cpp/pyBKT/Eigen/failtest/diagonal_nonconst_ctor_on_const_xpr.cpp
source-cpp/pyBKT/Eigen/failtest/diagonal_on_const_type_actually_const.cpp
source-cpp/pyBKT/Eigen/failtest/failtest_sanity_check.cpp
source-cpp/pyBKT/Eigen/failtest/map_nonconst_ctor_on_const_ptr_0.cpp
source-cpp/pyBKT/Eigen/failtest/map_nonconst_ctor_on_const_ptr_1.cpp
source-cpp/pyBKT/Eigen/failtest/map_nonconst_ctor_on_const_ptr_2.cpp
source-cpp/pyBKT/Eigen/failtest/map_nonconst_ctor_on_const_ptr_3.cpp
source-cpp/pyBKT/Eigen/failtest/map_nonconst_ctor_on_const_ptr_4.cpp
source-cpp/pyBKT/Eigen/failtest/map_on_const_type_actually_const_0.cpp
source-cpp/pyBKT/Eigen/failtest/map_on_const_type_actually_const_1.cpp
source-cpp/pyBKT/Eigen/failtest/transpose_nonconst_ctor_on_const_xpr.cpp
source-cpp/pyBKT/Eigen/failtest/transpose_on_const_type_actually_const.cpp
source-cpp/pyBKT/Eigen/lapack/CMakeLists.txt
source-cpp/pyBKT/Eigen/lapack/cholesky.cpp
source-cpp/pyBKT/Eigen/lapack/complex_double.cpp
source-cpp/pyBKT/Eigen/lapack/complex_single.cpp
source-cpp/pyBKT/Eigen/lapack/double.cpp
source-cpp/pyBKT/Eigen/lapack/eigenvalues.cpp
source-cpp/pyBKT/Eigen/lapack/lapack_common.h
source-cpp/pyBKT/Eigen/lapack/lu.cpp
source-cpp/pyBKT/Eigen/lapack/single.cpp
source-cpp/pyBKT/Eigen/scripts/CMakeLists.txt
source-cpp/pyBKT/Eigen/scripts/buildtests.in
source-cpp/pyBKT/Eigen/scripts/check.in
source-cpp/pyBKT/Eigen/scripts/debug.in
source-cpp/pyBKT/Eigen/scripts/eigen_gen_credits.cpp
source-cpp/pyBKT/Eigen/scripts/eigen_gen_docs
source-cpp/pyBKT/Eigen/scripts/release.in
source-cpp/pyBKT/Eigen/scripts/relicense.py
source-cpp/pyBKT/Eigen/test/CMakeLists.txt
source-cpp/pyBKT/Eigen/test/adjoint.cpp
source-cpp/pyBKT/Eigen/test/array.cpp
source-cpp/pyBKT/Eigen/test/array_for_matrix.cpp
source-cpp/pyBKT/Eigen/test/array_replicate.cpp
source-cpp/pyBKT/Eigen/test/array_reverse.cpp
source-cpp/pyBKT/Eigen/test/bandmatrix.cpp
source-cpp/pyBKT/Eigen/test/basicstuff.cpp
source-cpp/pyBKT/Eigen/test/bicgstab.cpp
source-cpp/pyBKT/Eigen/test/block.cpp
source-cpp/pyBKT/Eigen/test/cholesky.cpp
source-cpp/pyBKT/Eigen/test/cholmod_support.cpp
source-cpp/pyBKT/Eigen/test/commainitializer.cpp
source-cpp/pyBKT/Eigen/test/conjugate_gradient.cpp
source-cpp/pyBKT/Eigen/test/conservative_resize.cpp
source-cpp/pyBKT/Eigen/test/corners.cpp
source-cpp/pyBKT/Eigen/test/cwiseop.cpp
source-cpp/pyBKT/Eigen/test/determinant.cpp
source-cpp/pyBKT/Eigen/test/diagonal.cpp
source-cpp/pyBKT/Eigen/test/diagonalmatrices.cpp
source-cpp/pyBKT/Eigen/test/dontalign.cpp
source-cpp/pyBKT/Eigen/test/dynalloc.cpp
source-cpp/pyBKT/Eigen/test/eigen2support.cpp
source-cpp/pyBKT/Eigen/test/eigensolver_complex.cpp
source-cpp/pyBKT/Eigen/test/eigensolver_generic.cpp
source-cpp/pyBKT/Eigen/test/eigensolver_selfadjoint.cpp
source-cpp/pyBKT/Eigen/test/exceptions.cpp
source-cpp/pyBKT/Eigen/test/first_aligned.cpp
source-cpp/pyBKT/Eigen/test/geo_alignedbox.cpp
source-cpp/pyBKT/Eigen/test/geo_eulerangles.cpp
source-cpp/pyBKT/Eigen/test/geo_homogeneous.cpp
source-cpp/pyBKT/Eigen/test/geo_hyperplane.cpp
source-cpp/pyBKT/Eigen/test/geo_orthomethods.cpp
source-cpp/pyBKT/Eigen/test/geo_parametrizedline.cpp
source-cpp/pyBKT/Eigen/test/geo_quaternion.cpp
source-cpp/pyBKT/Eigen/test/geo_transformations.cpp
source-cpp/pyBKT/Eigen/test/hessenberg.cpp
source-cpp/pyBKT/Eigen/test/householder.cpp
source-cpp/pyBKT/Eigen/test/integer_types.cpp
source-cpp/pyBKT/Eigen/test/inverse.cpp
source-cpp/pyBKT/Eigen/test/jacobi.cpp
source-cpp/pyBKT/Eigen/test/jacobisvd.cpp
source-cpp/pyBKT/Eigen/test/linearstructure.cpp
source-cpp/pyBKT/Eigen/test/lu.cpp
source-cpp/pyBKT/Eigen/test/main.h
source-cpp/pyBKT/Eigen/test/map.cpp
source-cpp/pyBKT/Eigen/test/mapstaticmethods.cpp
source-cpp/pyBKT/Eigen/test/mapstride.cpp
source-cpp/pyBKT/Eigen/test/meta.cpp
source-cpp/pyBKT/Eigen/test/miscmatrices.cpp
source-cpp/pyBKT/Eigen/test/mixingtypes.cpp
source-cpp/pyBKT/Eigen/test/nesting_ops.cpp
source-cpp/pyBKT/Eigen/test/nomalloc.cpp
source-cpp/pyBKT/Eigen/test/nullary.cpp
source-cpp/pyBKT/Eigen/test/packetmath.cpp
source-cpp/pyBKT/Eigen/test/pardiso_support.cpp
source-cpp/pyBKT/Eigen/test/pastix_support.cpp
source-cpp/pyBKT/Eigen/test/permutationmatrices.cpp
source-cpp/pyBKT/Eigen/test/prec_inverse_4x4.cpp
source-cpp/pyBKT/Eigen/test/product.h
source-cpp/pyBKT/Eigen/test/product_extra.cpp
source-cpp/pyBKT/Eigen/test/product_large.cpp
source-cpp/pyBKT/Eigen/test/product_mmtr.cpp
source-cpp/pyBKT/Eigen/test/product_notemporary.cpp
source-cpp/pyBKT/Eigen/test/product_selfadjoint.cpp
source-cpp/pyBKT/Eigen/test/product_small.cpp
source-cpp/pyBKT/Eigen/test/product_symm.cpp
source-cpp/pyBKT/Eigen/test/product_syrk.cpp
source-cpp/pyBKT/Eigen/test/product_trmm.cpp
source-cpp/pyBKT/Eigen/test/product_trmv.cpp
source-cpp/pyBKT/Eigen/test/product_trsolve.cpp
source-cpp/pyBKT/Eigen/test/qr.cpp
source-cpp/pyBKT/Eigen/test/qr_colpivoting.cpp
source-cpp/pyBKT/Eigen/test/qr_fullpivoting.cpp
source-cpp/pyBKT/Eigen/test/qtvector.cpp
source-cpp/pyBKT/Eigen/test/redux.cpp
source-cpp/pyBKT/Eigen/test/resize.cpp
source-cpp/pyBKT/Eigen/test/runtest.sh
source-cpp/pyBKT/Eigen/test/schur_complex.cpp
source-cpp/pyBKT/Eigen/test/schur_real.cpp
source-cpp/pyBKT/Eigen/test/selfadjoint.cpp
source-cpp/pyBKT/Eigen/test/simplicial_cholesky.cpp
source-cpp/pyBKT/Eigen/test/sizeof.cpp
source-cpp/pyBKT/Eigen/test/sizeoverflow.cpp
source-cpp/pyBKT/Eigen/test/smallvectors.cpp
source-cpp/pyBKT/Eigen/test/sparse.h
source-cpp/pyBKT/Eigen/test/sparse_basic.cpp
source-cpp/pyBKT/Eigen/test/sparse_permutations.cpp
source-cpp/pyBKT/Eigen/test/sparse_product.cpp
source-cpp/pyBKT/Eigen/test/sparse_solver.h
source-cpp/pyBKT/Eigen/test/sparse_solvers.cpp
source-cpp/pyBKT/Eigen/test/sparse_vector.cpp
source-cpp/pyBKT/Eigen/test/stable_norm.cpp
source-cpp/pyBKT/Eigen/test/stddeque.cpp
source-cpp/pyBKT/Eigen/test/stdlist.cpp
source-cpp/pyBKT/Eigen/test/stdvector.cpp
source-cpp/pyBKT/Eigen/test/stdvector_overload.cpp
source-cpp/pyBKT/Eigen/test/superlu_support.cpp
source-cpp/pyBKT/Eigen/test/swap.cpp
source-cpp/pyBKT/Eigen/test/testsuite.cmake
source-cpp/pyBKT/Eigen/test/triangular.cpp
source-cpp/pyBKT/Eigen/test/umeyama.cpp
source-cpp/pyBKT/Eigen/test/umfpack_support.cpp
source-cpp/pyBKT/Eigen/test/unalignedassert.cpp
source-cpp/pyBKT/Eigen/test/unalignedcount.cpp
source-cpp/pyBKT/Eigen/test/upperbidiagonalization.cpp
source-cpp/pyBKT/Eigen/test/vectorization_logic.cpp
source-cpp/pyBKT/Eigen/test/vectorwiseop.cpp
source-cpp/pyBKT/Eigen/test/visitor.cpp
source-cpp/pyBKT/Eigen/test/zerosized.cpp
source-cpp/pyBKT/Eigen/test/eigen2/CMakeLists.txt
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_adjoint.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_alignedbox.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_array.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_basicstuff.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_bug_132.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_cholesky.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_commainitializer.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_cwiseop.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_determinant.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_dynalloc.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_eigensolver.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_first_aligned.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_geometry.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_geometry_with_eigen2_prefix.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_hyperplane.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_inverse.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_linearstructure.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_lu.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_map.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_meta.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_miscmatrices.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_mixingtypes.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_newstdvector.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_nomalloc.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_packetmath.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_parametrizedline.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_prec_inverse_4x4.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_product_large.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_product_small.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_qr.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_qtvector.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_regression.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_sizeof.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_smallvectors.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_sparse_basic.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_sparse_product.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_sparse_solvers.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_sparse_vector.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_stdvector.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_submatrices.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_sum.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_svd.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_swap.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_triangular.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_unalignedassert.cpp
source-cpp/pyBKT/Eigen/test/eigen2/eigen2_visitor.cpp
source-cpp/pyBKT/Eigen/test/eigen2/gsl_helper.h
source-cpp/pyBKT/Eigen/test/eigen2/main.h
source-cpp/pyBKT/Eigen/test/eigen2/product.h
source-cpp/pyBKT/Eigen/test/eigen2/runtest.sh
source-cpp/pyBKT/Eigen/test/eigen2/sparse.h
source-cpp/pyBKT/Eigen/test/eigen2/testsuite.cmake
source-cpp/pyBKT/Eigen/unsupported/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/README.txt
source-cpp/pyBKT/Eigen/unsupported/Eigen/AdolcForward
source-cpp/pyBKT/Eigen/unsupported/Eigen/AlignedVector3
source-cpp/pyBKT/Eigen/unsupported/Eigen/AutoDiff
source-cpp/pyBKT/Eigen/unsupported/Eigen/BVH
source-cpp/pyBKT/Eigen/unsupported/Eigen/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/Eigen/FFT
source-cpp/pyBKT/Eigen/unsupported/Eigen/IterativeSolvers
source-cpp/pyBKT/Eigen/unsupported/Eigen/KroneckerProduct
source-cpp/pyBKT/Eigen/unsupported/Eigen/MPRealSupport
source-cpp/pyBKT/Eigen/unsupported/Eigen/MatrixFunctions
source-cpp/pyBKT/Eigen/unsupported/Eigen/MoreVectorization
source-cpp/pyBKT/Eigen/unsupported/Eigen/NonLinearOptimization
source-cpp/pyBKT/Eigen/unsupported/Eigen/NumericalDiff
source-cpp/pyBKT/Eigen/unsupported/Eigen/OpenGLSupport
source-cpp/pyBKT/Eigen/unsupported/Eigen/Polynomials
source-cpp/pyBKT/Eigen/unsupported/Eigen/Skyline
source-cpp/pyBKT/Eigen/unsupported/Eigen/SparseExtra
source-cpp/pyBKT/Eigen/unsupported/Eigen/Splines
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/AutoDiff/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/BVH/BVAlgorithms.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/BVH/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/BVH/KdBVH.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/FFT/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/FFT/ei_fftw_impl.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/FFT/ei_kissfft_impl.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/IterativeSolvers/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/IterativeSolvers/GMRES.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/IterativeSolvers/IterationController.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/IterativeSolvers/Scaling.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/KroneckerProduct/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/MatrixFunctions/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/MatrixFunctions/MatrixFunctionAtomic.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/MatrixFunctions/StemFunction.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/MoreVectorization/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/MoreVectorization/MathFunctions.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/NonLinearOptimization/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/NonLinearOptimization/chkder.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/NonLinearOptimization/covar.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/NonLinearOptimization/dogleg.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/NonLinearOptimization/lmpar.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/NonLinearOptimization/r1updt.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/NumericalDiff/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/Polynomials/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/Polynomials/Companion.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/Polynomials/PolynomialSolver.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/Polynomials/PolynomialUtils.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/Skyline/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/Skyline/SkylineMatrix.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/Skyline/SkylineProduct.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/Skyline/SkylineStorage.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/Skyline/SkylineUtil.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/SparseExtra/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/SparseExtra/MarketIO.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/SparseExtra/RandomSetter.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/Splines/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/Splines/Spline.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/Splines/SplineFitting.h
source-cpp/pyBKT/Eigen/unsupported/Eigen/src/Splines/SplineFwd.h
source-cpp/pyBKT/Eigen/unsupported/doc/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/doc/Doxyfile.in
source-cpp/pyBKT/Eigen/unsupported/doc/Overview.dox
source-cpp/pyBKT/Eigen/unsupported/doc/examples/BVH_Example.cpp
source-cpp/pyBKT/Eigen/unsupported/doc/examples/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/doc/examples/FFT.cpp
source-cpp/pyBKT/Eigen/unsupported/doc/examples/MatrixExponential.cpp
source-cpp/pyBKT/Eigen/unsupported/doc/examples/MatrixFunction.cpp
source-cpp/pyBKT/Eigen/unsupported/doc/examples/MatrixLogarithm.cpp
source-cpp/pyBKT/Eigen/unsupported/doc/examples/MatrixSine.cpp
source-cpp/pyBKT/Eigen/unsupported/doc/examples/MatrixSinh.cpp
source-cpp/pyBKT/Eigen/unsupported/doc/examples/MatrixSquareRoot.cpp
source-cpp/pyBKT/Eigen/unsupported/doc/examples/PolynomialSolver1.cpp
source-cpp/pyBKT/Eigen/unsupported/doc/examples/PolynomialUtils1.cpp
source-cpp/pyBKT/Eigen/unsupported/doc/snippets/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/test/BVH.cpp
source-cpp/pyBKT/Eigen/unsupported/test/CMakeLists.txt
source-cpp/pyBKT/Eigen/unsupported/test/FFT.cpp
source-cpp/pyBKT/Eigen/unsupported/test/FFTW.cpp
source-cpp/pyBKT/Eigen/unsupported/test/NonLinearOptimization.cpp
source-cpp/pyBKT/Eigen/unsupported/test/NumericalDiff.cpp
source-cpp/pyBKT/Eigen/unsupported/test/alignedvector3.cpp
source-cpp/pyBKT/Eigen/unsupported/test/autodiff.cpp
source-cpp/pyBKT/Eigen/unsupported/test/forward_adolc.cpp
source-cpp/pyBKT/Eigen/unsupported/test/gmres.cpp
source-cpp/pyBKT/Eigen/unsupported/test/kronecker_product.cpp
source-cpp/pyBKT/Eigen/unsupported/test/matrix_exponential.cpp
source-cpp/pyBKT/Eigen/unsupported/test/matrix_function.cpp
source-cpp/pyBKT/Eigen/unsupported/test/matrix_square_root.cpp
source-cpp/pyBKT/Eigen/unsupported/test/mpreal_support.cpp
source-cpp/pyBKT/Eigen/unsupported/test/openglsupport.cpp
source-cpp/pyBKT/Eigen/unsupported/test/polynomialsolver.cpp
source-cpp/pyBKT/Eigen/unsupported/test/polynomialutils.cpp
source-cpp/pyBKT/Eigen/unsupported/test/sparse_extra.cpp
source-cpp/pyBKT/Eigen/unsupported/test/splines.cpp
source-cpp/pyBKT/Eigen/unsupported/test/mpreal/dlmalloc.c
source-cpp/pyBKT/Eigen/unsupported/test/mpreal/dlmalloc.h
source-cpp/pyBKT/Eigen/unsupported/test/mpreal/mpreal.cpp
source-cpp/pyBKT/Eigen/unsupported/test/mpreal/mpreal.h
source-cpp/pyBKT/fit/EM_fit.py
source-cpp/pyBKT/fit/E_step.cpp
source-cpp/pyBKT/fit/M_step.py
source-cpp/pyBKT/fit/__init__.py
source-cpp/pyBKT/fit/predict_onestep.py
source-cpp/pyBKT/fit/predict_onestep_states.cpp
source-cpp/pyBKT/generate/__init__.py
source-cpp/pyBKT/generate/random_model.py
source-cpp/pyBKT/generate/random_model_uni.py
source-cpp/pyBKT/generate/synthetic_data.py
source-cpp/pyBKT/generate/synthetic_data_helper.cpp
source-cpp/pyBKT/test/__init__.py
source-cpp/pyBKT/test/assistments_train.py
source-cpp/pyBKT/test/hand_specified_model.py
source-cpp/pyBKT/test/hand_specified_model3.py
source-cpp/pyBKT/test/test_predict_onestep.py
source-cpp/pyBKT/util/__init__.py
source-cpp/pyBKT/util/check_data.py
source-cpp/pyBKT/util/data_helper.py
source-cpp/pyBKT/util/dirrnd.py
source-cpp/pyBKT/util/print_dot.py
source-py/pyBKT/__init__.py
source-py/pyBKT/fit/EM_fit.py
source-py/pyBKT/fit/M_step.py
source-py/pyBKT/fit/__init__.py
source-py/pyBKT/fit/predict_onestep.py
source-py/pyBKT/generate/__init__.py
source-py/pyBKT/generate/random_model.py
source-py/pyBKT/generate/random_model_uni.py
source-py/pyBKT/generate/synthetic_data.py
source-py/pyBKT/test/__init__.py
source-py/pyBKT/test/assistments_train.py
source-py/pyBKT/test/hand_specified_model.py
source-py/pyBKT/test/hand_specified_model3.py
source-py/pyBKT/test/test_predict_onestep.py
source-py/pyBKT/util/__init__.py
source-py/pyBKT/util/check_data.py
source-py/pyBKT/util/data_helper.py
source-py/pyBKT/util/dirrnd.py
source-py/pyBKT/util/print_dot.py