Removed .gitignore and added back original files.

main
lib 2 years ago
parent 60933f346a
commit 8efeacec33
  1. 38
      .gitignore
  2. 0
      .gitlab-ci.yml
  3. 0
      .gitlab/issue_templates/Bug Report.md
  4. 0
      .gitlab/issue_templates/Feature Request.md
  5. 0
      .gitlab/merge_request_templates/Merge Request Template.md
  6. 0
      .hgeol
  7. 0
      CMakeLists.txt
  8. 0
      COPYING.APACHE
  9. 0
      COPYING.BSD
  10. 0
      COPYING.GPL
  11. 0
      COPYING.LGPL
  12. 0
      COPYING.MINPACK
  13. 0
      COPYING.MPL2
  14. 0
      COPYING.README
  15. 0
      CTestConfig.cmake
  16. 0
      CTestCustom.cmake.in
  17. 0
      Eigen/Cholesky
  18. 0
      Eigen/CholmodSupport
  19. 0
      Eigen/Core
  20. 0
      Eigen/Dense
  21. 0
      Eigen/Eigen
  22. 0
      Eigen/Eigenvalues
  23. 0
      Eigen/Geometry
  24. 0
      Eigen/Householder
  25. 0
      Eigen/IterativeLinearSolvers
  26. 0
      Eigen/Jacobi
  27. 0
      Eigen/KLUSupport
  28. 0
      Eigen/LU
  29. 0
      Eigen/MetisSupport
  30. 0
      Eigen/OrderingMethods
  31. 0
      Eigen/PaStiXSupport
  32. 0
      Eigen/PardisoSupport
  33. 0
      Eigen/QR
  34. 0
      Eigen/QtAlignedMalloc
  35. 0
      Eigen/SPQRSupport
  36. 0
      Eigen/SVD
  37. 0
      Eigen/Sparse
  38. 0
      Eigen/SparseCholesky
  39. 0
      Eigen/SparseCore
  40. 0
      Eigen/SparseLU
  41. 0
      Eigen/SparseQR
  42. 0
      Eigen/StdDeque
  43. 0
      Eigen/StdList
  44. 0
      Eigen/StdVector
  45. 0
      Eigen/SuperLUSupport
  46. 0
      Eigen/UmfPackSupport
  47. 0
      Eigen/src/Cholesky/LDLT.h
  48. 0
      Eigen/src/Cholesky/LLT.h
  49. 0
      Eigen/src/Cholesky/LLT_LAPACKE.h
  50. 0
      Eigen/src/CholmodSupport/CholmodSupport.h
  51. 0
      Eigen/src/Core/ArithmeticSequence.h
  52. 0
      Eigen/src/Core/Array.h
  53. 0
      Eigen/src/Core/ArrayBase.h
  54. 0
      Eigen/src/Core/ArrayWrapper.h
  55. 0
      Eigen/src/Core/Assign.h
  56. 0
      Eigen/src/Core/AssignEvaluator.h
  57. 0
      Eigen/src/Core/BandMatrix.h
  58. 0
      Eigen/src/Core/Block.h
  59. 0
      Eigen/src/Core/BooleanRedux.h
  60. 0
      Eigen/src/Core/CommaInitializer.h
  61. 0
      Eigen/src/Core/ConditionEstimator.h
  62. 0
      Eigen/src/Core/CoreEvaluators.h
  63. 0
      Eigen/src/Core/CoreIterators.h
  64. 0
      Eigen/src/Core/CwiseBinaryOp.h
  65. 0
      Eigen/src/Core/CwiseNullaryOp.h
  66. 0
      Eigen/src/Core/CwiseTernaryOp.h
  67. 0
      Eigen/src/Core/CwiseUnaryOp.h
  68. 0
      Eigen/src/Core/CwiseUnaryView.h
  69. 0
      Eigen/src/Core/DenseBase.h
  70. 0
      Eigen/src/Core/DenseCoeffsBase.h
  71. 0
      Eigen/src/Core/DenseStorage.h
  72. 0
      Eigen/src/Core/Diagonal.h
  73. 0
      Eigen/src/Core/DiagonalMatrix.h
  74. 0
      Eigen/src/Core/DiagonalProduct.h
  75. 0
      Eigen/src/Core/Dot.h
  76. 0
      Eigen/src/Core/EigenBase.h
  77. 0
      Eigen/src/Core/ForceAlignedAccess.h
  78. 0
      Eigen/src/Core/Fuzzy.h
  79. 0
      Eigen/src/Core/GeneralProduct.h
  80. 0
      Eigen/src/Core/GenericPacketMath.h
  81. 0
      Eigen/src/Core/GlobalFunctions.h
  82. 0
      Eigen/src/Core/IO.h
  83. 0
      Eigen/src/Core/IndexedView.h
  84. 0
      Eigen/src/Core/Inverse.h
  85. 0
      Eigen/src/Core/Map.h
  86. 0
      Eigen/src/Core/MapBase.h
  87. 0
      Eigen/src/Core/MathFunctions.h
  88. 0
      Eigen/src/Core/MathFunctionsImpl.h
  89. 0
      Eigen/src/Core/Matrix.h
  90. 0
      Eigen/src/Core/MatrixBase.h
  91. 0
      Eigen/src/Core/NestByValue.h
  92. 0
      Eigen/src/Core/NoAlias.h
  93. 0
      Eigen/src/Core/NumTraits.h
  94. 0
      Eigen/src/Core/PartialReduxEvaluator.h
  95. 0
      Eigen/src/Core/PermutationMatrix.h
  96. 0
      Eigen/src/Core/PlainObjectBase.h
  97. 0
      Eigen/src/Core/Product.h
  98. 0
      Eigen/src/Core/ProductEvaluators.h
  99. 0
      Eigen/src/Core/Random.h
  100. 0
      Eigen/src/Core/Redux.h
  101. Some files were not shown because too many files have changed in this diff Show More

38
.gitignore vendored

@ -1,38 +0,0 @@
qrc_*cxx
*.orig
*.pyc
*.diff
diff
*.save
save
*.old
*.gmo
*.qm
core
core.*
*.bak
*~
*build*
*.moc.*
*.moc
ui_*
CMakeCache.txt
tags
.*.swp
activity.png
*.out
*.php*
*.log
*.orig
*.rej
log
patch
*.patch
a
a.*
lapack/testing
lapack/reference
.*project
.settings
Makefile
!ci/build.gitlab-ci.yml

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save