MANIFEST 737 B

123456789101112131415161718192021222324252627282930313233
  1. Build.PL
  2. Changes
  3. examples/bernoulli_numbers_from_pascal_triangle.pl
  4. examples/cramer_rule.pl
  5. examples/faulhaber_coefficients.pl
  6. examples/fibonacci_of_k-th_order.pl
  7. examples/polynomial_iterpolation.pl
  8. examples/solve_a_system_of_linear_equations.pl
  9. ignore.txt
  10. lib/Math/MatrixLUP.pm
  11. lib/Math/MatrixLUP.pod
  12. LICENSE
  13. Makefile.PL
  14. MANIFEST This list of files
  15. META.json
  16. META.yml
  17. README.md
  18. t/00-load.t
  19. t/basic_operations.t
  20. t/basic_operations_anynum.t
  21. t/bernoulli_numbers_from_pascal_triangle.t
  22. t/cramer_rule.t
  23. t/faulhaber_coefficients.t
  24. t/pascal_bernoulli_numbers.t
  25. t/pod-coverage.t
  26. t/pod.t
  27. t/polynomial_interpolation.t
  28. t/polynomial_regression_anynum.t
  29. t/row_echelon_form.t
  30. t/row_echelon_form_anynum.t
  31. utils/auto_perltidy.sh
  32. utils/bak_cleaner.sh