├── Contents.m ├── anymatrix.m ├── anymatrix_alias.m ├── citation.bib ├── contest ├── anymatrix_contest.m └── private │ ├── Contents.m │ ├── am_properties.m │ ├── baitsample.m │ ├── curvature.m │ ├── erdrey.m │ ├── geo.m │ ├── gilbert.m │ ├── kleinberg.m │ ├── lap.m │ ├── lockandkey.m │ ├── mht.m │ ├── pagerank.m │ ├── pathlength.m │ ├── pref.m │ ├── renga.m │ ├── rewire.m │ ├── short.m │ ├── smallw.m │ ├── sticky.m │ └── unisample.m ├── core ├── anymatrix_core.m └── private │ ├── Contents.m │ ├── augment.m │ ├── beta.m │ ├── bidiag_alt.m │ ├── biogeography.m │ ├── blockcirc.m │ ├── blockhouse.m │ ├── circul_binom.m │ ├── collatz.m │ ├── creation.m │ ├── cross.m │ ├── dembo9.m │ ├── edelman27.m │ ├── fourier.m │ ├── gfpp.m │ ├── hess_orth.m │ ├── hess_sublu.m │ ├── hessfull01.m │ ├── hessmaxdet.m │ ├── indef.m │ ├── kms_nonsymm.m │ ├── milnes.m │ ├── nilpot_triang.m │ ├── nilpot_tridiag.m │ ├── orthog_cauchy.m │ ├── perfect_shuffle.m │ ├── pick.m │ ├── rschur.m │ ├── soules.m │ ├── stoch_cesaro.m │ ├── stoch_compan.m │ ├── stoch_perfect.m │ ├── stoch_revtri.m │ ├── symmstoch.m │ ├── totally_nonneg.m │ ├── tournament.m │ ├── triminsval01.m │ ├── unitary_eye.m │ ├── uptraporth.m │ ├── vand.m │ ├── vecperm.m │ ├── wilson.m │ ├── zielke_nonsymm.m │ └── zielke_symm.m ├── examples ├── condest_test.m └── hadamard_growth.m ├── gallery ├── anymatrix_gallery.m └── private │ ├── Contents.m │ ├── am_properties.m │ └── am_unit_tests.m ├── hadamard ├── anymatrix_hadamard.m └── private │ ├── Contents.m │ ├── am_unit_tests.m │ ├── baumert92.m │ ├── complex_hadamard.m │ ├── had-1.txt │ ├── had-100-will.txt │ ├── had-104-pal.txt │ ├── had-108-pal.txt │ ├── had-108-pal2.txt │ ├── had-108-will.txt │ ├── had-112-ttpal2.txt │ ├── had-112-ttwill.txt │ ├── had-116-will.txt │ ├── had-12.txt │ ├── had-120-tpal.txt │ ├── had-120-tpal2.txt │ ├── had-120-twill.txt │ ├── had-124-pal2.txt │ ├── had-124-will.txt │ ├── had-128-syl.txt │ ├── had-132-pal.txt │ ├── had-132-will.txt │ ├── had-136-tpal.txt │ ├── had-136-twill.txt │ ├── had-140-pal.txt │ ├── had-144-tpal.txt │ ├── had-148-pal2.txt │ ├── had-148-will.txt │ ├── had-152-pal.txt │ ├── had-156-will.txt │ ├── had-16-0.txt │ ├── had-16-1.txt │ ├── had-16-2.txt │ ├── had-16-3.txt │ ├── had-16-4.txt │ ├── had-16-hed.txt │ ├── had-16-syl.txt │ ├── had-16-twin.txt │ ├── had-16-zedfr98.txt │ ├── had-160-tpal.txt │ ├── had-164-pal.txt │ ├── had-168-pal.txt │ ├── had-172-will.txt │ ├── had-176-ttpal.txt │ ├── had-176-ttwill.txt │ ├── had-180-pal.txt │ ├── had-184-twill.txt │ ├── had-188-tur.txt │ ├── had-192-pal.txt │ ├── had-196-pal2.txt │ ├── had-2.txt │ ├── had-20-1.txt │ ├── had-20-2.txt │ ├── had-20-3.txt │ ├── had-20-hall-n.txt │ ├── had-20-julin.txt │ ├── had-20-pal.txt │ ├── had-20-toncheviii.txt │ ├── had-20-toncheviv.txt │ ├── had-20-will.txt │ ├── had-200-pal.txt │ ├── had-204-pal2.txt │ ├── had-208-twill.txt │ ├── had-212-pal.txt │ ├── had-216-tpal.txt │ ├── had-220-pal2.txt │ ├── had-224-pal.txt │ ├── had-228-pal.txt │ ├── had-232-twill.txt │ ├── had-236-od.txt │ ├── had-24-1.txt │ ├── had-24-10.txt │ ├── had-24-11.txt │ ├── had-24-12.txt │ ├── had-24-13.txt │ ├── had-24-14.txt │ ├── had-24-15.txt │ ├── had-24-16.txt │ ├── had-24-17.txt │ ├── had-24-18.txt │ ├── had-24-19.txt │ ├── had-24-2.txt │ ├── had-24-20.txt │ ├── had-24-21.txt │ ├── had-24-22.txt │ ├── had-24-23.txt │ ├── had-24-24.txt │ ├── had-24-25.txt │ ├── had-24-26.txt │ ├── had-24-27.txt │ ├── had-24-28.txt │ ├── had-24-29.txt │ ├── had-24-3.txt │ ├── had-24-30.txt │ ├── had-24-31.txt │ ├── had-24-32.txt │ ├── had-24-33.txt │ ├── had-24-34.txt │ ├── had-24-35.txt │ ├── had-24-36.txt │ ├── had-24-37.txt │ ├── had-24-38.txt │ ├── had-24-39.txt │ ├── had-24-4.txt │ ├── had-24-40.txt │ ├── had-24-41.txt │ ├── had-24-42.txt │ ├── had-24-43.txt │ ├── had-24-44.txt │ ├── had-24-45.txt │ ├── had-24-46.txt │ ├── had-24-47.txt │ ├── had-24-48.txt │ ├── had-24-49.txt │ ├── had-24-5.txt │ ├── had-24-50.txt │ ├── had-24-51.txt │ ├── had-24-52.txt │ ├── had-24-53.txt │ ├── had-24-54.txt │ ├── had-24-55.txt │ ├── had-24-56.txt │ ├── had-24-57.txt │ ├── had-24-58.txt │ ├── had-24-59.txt │ ├── had-24-6.txt │ ├── had-24-60.txt │ ├── had-24-7.txt │ ├── had-24-8.txt │ ├── had-24-9.txt │ ├── had-24-pal.txt │ ├── had-240-pal.txt │ ├── had-244-will.txt │ ├── had-248-twill.txt │ ├── had-252-pal.txt │ ├── had-256-syl.txt │ ├── had-28-1.txt │ ├── had-28-10.txt │ ├── had-28-100.txt │ ├── had-28-101.txt │ ├── had-28-102.txt │ ├── had-28-103.txt │ ├── had-28-104.txt │ ├── had-28-105.txt │ ├── had-28-106.txt │ ├── had-28-107.txt │ ├── had-28-108.txt │ ├── had-28-109.txt │ ├── had-28-11.txt │ ├── had-28-110.txt │ ├── had-28-111.txt │ ├── had-28-112.txt │ ├── had-28-113.txt │ ├── had-28-114.txt │ ├── had-28-115.txt │ ├── had-28-116.txt │ ├── had-28-117.txt │ ├── had-28-118.txt │ ├── had-28-119.txt │ ├── had-28-12.txt │ ├── had-28-120.txt │ ├── had-28-121.txt │ ├── had-28-122.txt │ ├── had-28-123.txt │ ├── had-28-124.txt │ ├── had-28-125.txt │ ├── had-28-126.txt │ ├── had-28-127.txt │ ├── had-28-128.txt │ ├── had-28-129.txt │ ├── had-28-13.txt │ ├── had-28-130.txt │ ├── had-28-131.txt │ ├── had-28-132.txt │ ├── had-28-133.txt │ ├── had-28-134.txt │ ├── had-28-135.txt │ ├── had-28-136.txt │ ├── had-28-137.txt │ ├── had-28-138.txt │ ├── had-28-139.txt │ ├── had-28-14.txt │ ├── had-28-140.txt │ ├── had-28-141.txt │ ├── had-28-142.txt │ ├── had-28-143.txt │ ├── had-28-144.txt │ ├── had-28-145.txt │ ├── had-28-146.txt │ ├── had-28-147.txt │ ├── had-28-148.txt │ ├── had-28-149.txt │ ├── had-28-15.txt │ ├── had-28-150.txt │ ├── had-28-151.txt │ ├── had-28-152.txt │ ├── had-28-153.txt │ ├── had-28-154.txt │ ├── had-28-155.txt │ ├── had-28-156.txt │ ├── had-28-157.txt │ ├── had-28-158.txt │ ├── had-28-159.txt │ ├── had-28-16.txt │ ├── had-28-160.txt │ ├── had-28-161.txt │ ├── had-28-162.txt │ ├── had-28-163.txt │ ├── had-28-164.txt │ ├── had-28-165.txt │ ├── had-28-166.txt │ ├── had-28-167.txt │ ├── had-28-168.txt │ ├── had-28-169.txt │ ├── had-28-17.txt │ ├── had-28-170.txt │ ├── had-28-171.txt │ ├── had-28-172.txt │ ├── had-28-173.txt │ ├── had-28-174.txt │ ├── had-28-175.txt │ ├── had-28-176.txt │ ├── had-28-177.txt │ ├── had-28-178.txt │ ├── had-28-179.txt │ ├── had-28-18.txt │ ├── had-28-180.txt │ ├── had-28-181.txt │ ├── had-28-182.txt │ ├── had-28-183.txt │ ├── had-28-184.txt │ ├── had-28-185.txt │ ├── had-28-186.txt │ ├── had-28-187.txt │ ├── had-28-188.txt │ ├── had-28-189.txt │ ├── had-28-19.txt │ ├── had-28-190.txt │ ├── had-28-191.txt │ ├── had-28-192.txt │ ├── had-28-193.txt │ ├── had-28-194.txt │ ├── had-28-195.txt │ ├── had-28-196.txt │ ├── had-28-197.txt │ ├── had-28-198.txt │ ├── had-28-199.txt │ ├── had-28-2.txt │ ├── had-28-20.txt │ ├── had-28-200.txt │ ├── had-28-201.txt │ ├── had-28-202.txt │ ├── had-28-203.txt │ ├── had-28-204.txt │ ├── had-28-205.txt │ ├── had-28-206.txt │ ├── had-28-207.txt │ ├── had-28-208.txt │ ├── had-28-209.txt │ ├── had-28-21.txt │ ├── had-28-210.txt │ ├── had-28-211.txt │ ├── had-28-212.txt │ ├── had-28-213.txt │ ├── had-28-214.txt │ ├── had-28-215.txt │ ├── had-28-216.txt │ ├── had-28-217.txt │ ├── had-28-218.txt │ ├── had-28-219.txt │ ├── had-28-22.txt │ ├── had-28-220.txt │ ├── had-28-221.txt │ ├── had-28-222.txt │ ├── had-28-223.txt │ ├── had-28-224.txt │ ├── had-28-225.txt │ ├── had-28-226.txt │ ├── had-28-227.txt │ ├── had-28-228.txt │ ├── had-28-229.txt │ ├── had-28-23.txt │ ├── had-28-230.txt │ ├── had-28-231.txt │ ├── had-28-232.txt │ ├── had-28-233.txt │ ├── had-28-234.txt │ ├── had-28-235.txt │ ├── had-28-236.txt │ ├── had-28-237.txt │ ├── had-28-238.txt │ ├── had-28-239.txt │ ├── had-28-24.txt │ ├── had-28-240.txt │ ├── had-28-241.txt │ ├── had-28-242.txt │ ├── had-28-243.txt │ ├── had-28-244.txt │ ├── had-28-245.txt │ ├── had-28-246.txt │ ├── had-28-247.txt │ ├── had-28-248.txt │ ├── had-28-249.txt │ ├── had-28-25.txt │ ├── had-28-250.txt │ ├── had-28-251.txt │ ├── had-28-252.txt │ ├── had-28-253.txt │ ├── had-28-254.txt │ ├── had-28-255.txt │ ├── had-28-256.txt │ ├── had-28-257.txt │ ├── had-28-258.txt │ ├── had-28-259.txt │ ├── had-28-26.txt │ ├── had-28-260.txt │ ├── had-28-261.txt │ ├── had-28-262.txt │ ├── had-28-263.txt │ ├── had-28-264.txt │ ├── had-28-265.txt │ ├── had-28-266.txt │ ├── had-28-267.txt │ ├── had-28-268.txt │ ├── had-28-269.txt │ ├── had-28-27.txt │ ├── had-28-270.txt │ ├── had-28-271.txt │ ├── had-28-272.txt │ ├── had-28-273.txt │ ├── had-28-274.txt │ ├── had-28-275.txt │ ├── had-28-276.txt │ ├── had-28-277.txt │ ├── had-28-278.txt │ ├── had-28-279.txt │ ├── had-28-28.txt │ ├── had-28-280.txt │ ├── had-28-281.txt │ ├── had-28-282.txt │ ├── had-28-283.txt │ ├── had-28-284.txt │ ├── had-28-285.txt │ ├── had-28-286.txt │ ├── had-28-287.txt │ ├── had-28-288.txt │ ├── had-28-289.txt │ ├── had-28-29.txt │ ├── had-28-290.txt │ ├── had-28-291.txt │ ├── had-28-292.txt │ ├── had-28-293.txt │ ├── had-28-294.txt │ ├── had-28-295.txt │ ├── had-28-296.txt │ ├── had-28-297.txt │ ├── had-28-298.txt │ ├── had-28-299.txt │ ├── had-28-3.txt │ ├── had-28-30.txt │ ├── had-28-300.txt │ ├── had-28-301.txt │ ├── had-28-302.txt │ ├── had-28-303.txt │ ├── had-28-304.txt │ ├── had-28-305.txt │ ├── had-28-306.txt │ ├── had-28-307.txt │ ├── had-28-308.txt │ ├── had-28-309.txt │ ├── had-28-31.txt │ ├── had-28-310.txt │ ├── had-28-311.txt │ ├── had-28-312.txt │ ├── had-28-313.txt │ ├── had-28-314.txt │ ├── had-28-315.txt │ ├── had-28-316.txt │ ├── had-28-317.txt │ ├── had-28-318.txt │ ├── had-28-319.txt │ ├── had-28-32.txt │ ├── had-28-320.txt │ ├── had-28-321.txt │ ├── had-28-322.txt │ ├── had-28-323.txt │ ├── had-28-324.txt │ ├── had-28-325.txt │ ├── had-28-326.txt │ ├── had-28-327.txt │ ├── had-28-328.txt │ ├── had-28-329.txt │ ├── had-28-33.txt │ ├── had-28-330.txt │ ├── had-28-331.txt │ ├── had-28-332.txt │ ├── had-28-333.txt │ ├── had-28-334.txt │ ├── had-28-335.txt │ ├── had-28-336.txt │ ├── had-28-337.txt │ ├── had-28-338.txt │ ├── had-28-339.txt │ ├── had-28-34.txt │ ├── had-28-340.txt │ ├── had-28-341.txt │ ├── had-28-342.txt │ ├── had-28-343.txt │ ├── had-28-344.txt │ ├── had-28-345.txt │ ├── had-28-346.txt │ ├── had-28-347.txt │ ├── had-28-348.txt │ ├── had-28-349.txt │ ├── had-28-35.txt │ ├── had-28-350.txt │ ├── had-28-351.txt │ ├── had-28-352.txt │ ├── had-28-353.txt │ ├── had-28-354.txt │ ├── had-28-355.txt │ ├── had-28-356.txt │ ├── had-28-357.txt │ ├── had-28-358.txt │ ├── had-28-359.txt │ ├── had-28-36.txt │ ├── had-28-360.txt │ ├── had-28-361.txt │ ├── had-28-362.txt │ ├── had-28-363.txt │ ├── had-28-364.txt │ ├── had-28-365.txt │ ├── had-28-366.txt │ ├── had-28-367.txt │ ├── had-28-368.txt │ ├── had-28-369.txt │ ├── had-28-37.txt │ ├── had-28-370.txt │ ├── had-28-371.txt │ ├── had-28-372.txt │ ├── had-28-373.txt │ ├── had-28-374.txt │ ├── had-28-375.txt │ ├── had-28-376.txt │ ├── had-28-377.txt │ ├── had-28-378.txt │ ├── had-28-379.txt │ ├── had-28-38.txt │ ├── had-28-380.txt │ ├── had-28-381.txt │ ├── had-28-382.txt │ ├── had-28-383.txt │ ├── had-28-384.txt │ ├── had-28-385.txt │ ├── had-28-386.txt │ ├── had-28-387.txt │ ├── had-28-388.txt │ ├── had-28-389.txt │ ├── had-28-39.txt │ ├── had-28-390.txt │ ├── had-28-391.txt │ ├── had-28-392.txt │ ├── had-28-393.txt │ ├── had-28-394.txt │ ├── had-28-395.txt │ ├── had-28-396.txt │ ├── had-28-397.txt │ ├── had-28-398.txt │ ├── had-28-399.txt │ ├── had-28-4.txt │ ├── had-28-40.txt │ ├── had-28-400.txt │ ├── had-28-401.txt │ ├── had-28-402.txt │ ├── had-28-403.txt │ ├── had-28-404.txt │ ├── had-28-405.txt │ ├── had-28-406.txt │ ├── had-28-407.txt │ ├── had-28-408.txt │ ├── had-28-409.txt │ ├── had-28-41.txt │ ├── had-28-410.txt │ ├── had-28-411.txt │ ├── had-28-412.txt │ ├── had-28-413.txt │ ├── had-28-414.txt │ ├── had-28-415.txt │ ├── had-28-416.txt │ ├── had-28-417.txt │ ├── had-28-418.txt │ ├── had-28-419.txt │ ├── had-28-42.txt │ ├── had-28-420.txt │ ├── had-28-421.txt │ ├── had-28-422.txt │ ├── had-28-423.txt │ ├── had-28-424.txt │ ├── had-28-425.txt │ ├── had-28-426.txt │ ├── had-28-427.txt │ ├── had-28-428.txt │ ├── had-28-429.txt │ ├── had-28-43.txt │ ├── had-28-430.txt │ ├── had-28-431.txt │ ├── had-28-432.txt │ ├── had-28-433.txt │ ├── had-28-434.txt │ ├── had-28-435.txt │ ├── had-28-436.txt │ ├── had-28-437.txt │ ├── had-28-438.txt │ ├── had-28-439.txt │ ├── had-28-44.txt │ ├── had-28-440.txt │ ├── had-28-441.txt │ ├── had-28-442.txt │ ├── had-28-443.txt │ ├── had-28-444.txt │ ├── had-28-445.txt │ ├── had-28-446.txt │ ├── had-28-447.txt │ ├── had-28-448.txt │ ├── had-28-449.txt │ ├── had-28-45.txt │ ├── had-28-450.txt │ ├── had-28-451.txt │ ├── had-28-452.txt │ ├── had-28-453.txt │ ├── had-28-454.txt │ ├── had-28-455.txt │ ├── had-28-456.txt │ ├── had-28-457.txt │ ├── had-28-458.txt │ ├── had-28-459.txt │ ├── had-28-46.txt │ ├── had-28-460.txt │ ├── had-28-461.txt │ ├── had-28-462.txt │ ├── had-28-463.txt │ ├── had-28-464.txt │ ├── had-28-465.txt │ ├── had-28-466.txt │ ├── had-28-467.txt │ ├── had-28-468.txt │ ├── had-28-469.txt │ ├── had-28-47.txt │ ├── had-28-470.txt │ ├── had-28-471.txt │ ├── had-28-472.txt │ ├── had-28-473.txt │ ├── had-28-474.txt │ ├── had-28-475.txt │ ├── had-28-476.txt │ ├── had-28-477.txt │ ├── had-28-478.txt │ ├── had-28-479.txt │ ├── had-28-48.txt │ ├── had-28-480.txt │ ├── had-28-481.txt │ ├── had-28-482.txt │ ├── had-28-483.txt │ ├── had-28-484.txt │ ├── had-28-485.txt │ ├── had-28-486.txt │ ├── had-28-487.txt │ ├── had-28-49.txt │ ├── had-28-5.txt │ ├── had-28-50.txt │ ├── had-28-51.txt │ ├── had-28-52.txt │ ├── had-28-53.txt │ ├── had-28-54.txt │ ├── had-28-55.txt │ ├── had-28-56.txt │ ├── had-28-57.txt │ ├── had-28-58.txt │ ├── had-28-59.txt │ ├── had-28-6.txt │ ├── had-28-60.txt │ ├── had-28-61.txt │ ├── had-28-62.txt │ ├── had-28-63.txt │ ├── had-28-64.txt │ ├── had-28-65.txt │ ├── had-28-66.txt │ ├── had-28-67.txt │ ├── had-28-68.txt │ ├── had-28-69.txt │ ├── had-28-7.txt │ ├── had-28-70.txt │ ├── had-28-71.txt │ ├── had-28-72.txt │ ├── had-28-73.txt │ ├── had-28-74.txt │ ├── had-28-75.txt │ ├── had-28-76.txt │ ├── had-28-77.txt │ ├── had-28-78.txt │ ├── had-28-79.txt │ ├── had-28-8.txt │ ├── had-28-80.txt │ ├── had-28-81.txt │ ├── had-28-82.txt │ ├── had-28-83.txt │ ├── had-28-84.txt │ ├── had-28-85.txt │ ├── had-28-86.txt │ ├── had-28-87.txt │ ├── had-28-88.txt │ ├── had-28-89.txt │ ├── had-28-9.txt │ ├── had-28-90.txt │ ├── had-28-91.txt │ ├── had-28-92.txt │ ├── had-28-93.txt │ ├── had-28-94.txt │ ├── had-28-95.txt │ ├── had-28-96.txt │ ├── had-28-97.txt │ ├── had-28-98.txt │ ├── had-28-99.txt │ ├── had-28-pal2.txt │ ├── had-28-will.txt │ ├── had-32-pal.txt │ ├── had-32-syl.txt │ ├── had-32-t1.txt │ ├── had-32-t2.txt │ ├── had-32-t3.txt │ ├── had-32-t4.txt │ ├── had-36-pal2.txt │ ├── had-36-will.txt │ ├── had-4.txt │ ├── had-40-tpal.txt │ ├── had-40-ttoncheviv.txt │ ├── had-40-twill.txt │ ├── had-428.txt │ ├── had-44-pal.txt │ ├── had-44-will.txt │ ├── had-48-pal.txt │ ├── had-52-will.txt │ ├── had-56-tpal2.txt │ ├── had-56-twill.txt │ ├── had-60-pal.txt │ ├── had-60-pal2.txt │ ├── had-60-will.txt │ ├── had-64-syl.txt │ ├── had-68-pal.txt │ ├── had-68-will.txt │ ├── had-72-pal.txt │ ├── had-76-pal2.txt │ ├── had-76-will.txt │ ├── had-8-0.txt │ ├── had-8-1.txt │ ├── had-80-pal.txt │ ├── had-84-pal.txt │ ├── had-84-pal2.txt │ ├── had-84-will.txt │ ├── had-88-tpal.txt │ ├── had-88-twill.txt │ ├── had-92-baumert.txt │ ├── had-92-will.txt │ ├── had-96-tpal.txt │ ├── hadamard.m │ ├── note.txt │ └── test_run.m ├── inv_prop_map.m ├── license.txt ├── matlab ├── anymatrix_matlab.m └── private │ ├── Contents.m │ ├── am_properties.m │ └── am_unit_tests.m ├── nessie ├── anymatrix_nessie.m └── private │ ├── Contents.m │ ├── Tr.mat │ ├── benguela.m │ ├── benguela.mat │ ├── carcorr.m │ ├── eer.m │ ├── eer.mat │ ├── gene.m │ ├── gene.mat │ ├── guppy.m │ ├── guppy.mat │ ├── hexgrid.m │ ├── metabolite.m │ ├── p53.m │ ├── p53.mat │ ├── ppi.m │ ├── ppi.mat │ ├── spl0708a.m │ ├── spl0708a.mat │ ├── spl0708b.m │ ├── spl0708b.mat │ ├── spl0809.m │ ├── spl0809.mat │ ├── test_props.m │ ├── traincorr.m │ ├── transport.mat │ ├── usshelf.m │ ├── usshelf.mat │ ├── whisky.mat │ ├── whiskycorr.m │ └── whiskydist.m ├── prop_list.m ├── prop_map.m ├── readme.md ├── regtools ├── anymatrix_regtools.m └── private │ ├── Changes.txt │ ├── Contents.m │ ├── am_properties.m │ ├── app_hh.m │ ├── art.m │ ├── baart.m │ ├── bidiag.m │ ├── blur.m │ ├── cgls.m │ ├── cgsvd.m │ ├── corner.m │ ├── csvd.m │ ├── deriv2.m │ ├── discrep.m │ ├── dsvd.m │ ├── fil_fac.m │ ├── foxgood.m │ ├── gcv.m │ ├── gcvfun.m │ ├── gen_form.m │ ├── gen_hh.m │ ├── get_l.m │ ├── gravity.m │ ├── heat.m │ ├── i_laplace.m │ ├── l_corner.m │ ├── l_curve.m │ ├── lagrange.m │ ├── lanc_b.m │ ├── lcfun.m │ ├── license.txt │ ├── lsolve.m │ ├── lsqi.m │ ├── lsqr_b.m │ ├── ltsolve.m │ ├── maxent.m │ ├── mr2.m │ ├── mtsvd.m │ ├── ncp.m │ ├── ncpfun.m │ ├── nu.m │ ├── parallax.m │ ├── pcgls.m │ ├── phillips.m │ ├── picard.m │ ├── pinit.m │ ├── plot_lc.m │ ├── plsqr_b.m │ ├── pmr2.m │ ├── pnu.m │ ├── prrgmres.m │ ├── quasifun.m │ ├── quasiopt.m │ ├── regudemo.m │ ├── regutm.m │ ├── rrgmres.m │ ├── shaw.m │ ├── spikes.m │ ├── spleval.m │ ├── splsqr.m │ ├── splsqrL.m │ ├── std_form.m │ ├── tgsvd.m │ ├── tikhonov.m │ ├── tomo.m │ ├── tsvd.m │ ├── ttls.m │ ├── ursell.m │ └── wing.m ├── sets └── my_set.txt └── testing ├── anymatrix_check_props.m ├── private ├── test_bidiagonal.m ├── test_binary.m ├── test_complex.m ├── test_hankel.m ├── test_hermitian.m ├── test_hessenberg.m ├── test_integer.m ├── test_nonnegative.m ├── test_permutation.m ├── test_positive.m ├── test_square.m ├── test_stochastic.m ├── test_symmetric.m ├── test_toeplitz.m ├── test_triangular.m └── test_tridiagonal.m └── test_anymatrix_properties.m /Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/Contents.m -------------------------------------------------------------------------------- /anymatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/anymatrix.m -------------------------------------------------------------------------------- /anymatrix_alias.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/anymatrix_alias.m -------------------------------------------------------------------------------- /citation.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/citation.bib -------------------------------------------------------------------------------- /contest/anymatrix_contest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/anymatrix_contest.m -------------------------------------------------------------------------------- /contest/private/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/Contents.m -------------------------------------------------------------------------------- /contest/private/am_properties.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/am_properties.m -------------------------------------------------------------------------------- /contest/private/baitsample.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/baitsample.m -------------------------------------------------------------------------------- /contest/private/curvature.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/curvature.m -------------------------------------------------------------------------------- /contest/private/erdrey.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/erdrey.m -------------------------------------------------------------------------------- /contest/private/geo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/geo.m -------------------------------------------------------------------------------- /contest/private/gilbert.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/gilbert.m -------------------------------------------------------------------------------- /contest/private/kleinberg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/kleinberg.m -------------------------------------------------------------------------------- /contest/private/lap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/lap.m -------------------------------------------------------------------------------- /contest/private/lockandkey.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/lockandkey.m -------------------------------------------------------------------------------- /contest/private/mht.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/mht.m -------------------------------------------------------------------------------- /contest/private/pagerank.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/pagerank.m -------------------------------------------------------------------------------- /contest/private/pathlength.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/pathlength.m -------------------------------------------------------------------------------- /contest/private/pref.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/pref.m -------------------------------------------------------------------------------- /contest/private/renga.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/renga.m -------------------------------------------------------------------------------- /contest/private/rewire.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/rewire.m -------------------------------------------------------------------------------- /contest/private/short.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/short.m -------------------------------------------------------------------------------- /contest/private/smallw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/smallw.m -------------------------------------------------------------------------------- /contest/private/sticky.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/sticky.m -------------------------------------------------------------------------------- /contest/private/unisample.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/contest/private/unisample.m -------------------------------------------------------------------------------- /core/anymatrix_core.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/anymatrix_core.m -------------------------------------------------------------------------------- /core/private/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/Contents.m -------------------------------------------------------------------------------- /core/private/augment.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/augment.m -------------------------------------------------------------------------------- /core/private/beta.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/beta.m -------------------------------------------------------------------------------- /core/private/bidiag_alt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/bidiag_alt.m -------------------------------------------------------------------------------- /core/private/biogeography.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/biogeography.m -------------------------------------------------------------------------------- /core/private/blockcirc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/blockcirc.m -------------------------------------------------------------------------------- /core/private/blockhouse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/blockhouse.m -------------------------------------------------------------------------------- /core/private/circul_binom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/circul_binom.m -------------------------------------------------------------------------------- /core/private/collatz.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/collatz.m -------------------------------------------------------------------------------- /core/private/creation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/creation.m -------------------------------------------------------------------------------- /core/private/cross.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/cross.m -------------------------------------------------------------------------------- /core/private/dembo9.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/dembo9.m -------------------------------------------------------------------------------- /core/private/edelman27.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/edelman27.m -------------------------------------------------------------------------------- /core/private/fourier.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/fourier.m -------------------------------------------------------------------------------- /core/private/gfpp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/gfpp.m -------------------------------------------------------------------------------- /core/private/hess_orth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/hess_orth.m -------------------------------------------------------------------------------- /core/private/hess_sublu.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/hess_sublu.m -------------------------------------------------------------------------------- /core/private/hessfull01.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/hessfull01.m -------------------------------------------------------------------------------- /core/private/hessmaxdet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/hessmaxdet.m -------------------------------------------------------------------------------- /core/private/indef.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/indef.m -------------------------------------------------------------------------------- /core/private/kms_nonsymm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/kms_nonsymm.m -------------------------------------------------------------------------------- /core/private/milnes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/milnes.m -------------------------------------------------------------------------------- /core/private/nilpot_triang.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/nilpot_triang.m -------------------------------------------------------------------------------- /core/private/nilpot_tridiag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/nilpot_tridiag.m -------------------------------------------------------------------------------- /core/private/orthog_cauchy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/orthog_cauchy.m -------------------------------------------------------------------------------- /core/private/perfect_shuffle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/perfect_shuffle.m -------------------------------------------------------------------------------- /core/private/pick.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/pick.m -------------------------------------------------------------------------------- /core/private/rschur.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/rschur.m -------------------------------------------------------------------------------- /core/private/soules.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/soules.m -------------------------------------------------------------------------------- /core/private/stoch_cesaro.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/stoch_cesaro.m -------------------------------------------------------------------------------- /core/private/stoch_compan.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/stoch_compan.m -------------------------------------------------------------------------------- /core/private/stoch_perfect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/stoch_perfect.m -------------------------------------------------------------------------------- /core/private/stoch_revtri.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/stoch_revtri.m -------------------------------------------------------------------------------- /core/private/symmstoch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/symmstoch.m -------------------------------------------------------------------------------- /core/private/totally_nonneg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/totally_nonneg.m -------------------------------------------------------------------------------- /core/private/tournament.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/tournament.m -------------------------------------------------------------------------------- /core/private/triminsval01.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/triminsval01.m -------------------------------------------------------------------------------- /core/private/unitary_eye.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/unitary_eye.m -------------------------------------------------------------------------------- /core/private/uptraporth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/uptraporth.m -------------------------------------------------------------------------------- /core/private/vand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/vand.m -------------------------------------------------------------------------------- /core/private/vecperm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/vecperm.m -------------------------------------------------------------------------------- /core/private/wilson.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/wilson.m -------------------------------------------------------------------------------- /core/private/zielke_nonsymm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/zielke_nonsymm.m -------------------------------------------------------------------------------- /core/private/zielke_symm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/core/private/zielke_symm.m -------------------------------------------------------------------------------- /examples/condest_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/examples/condest_test.m -------------------------------------------------------------------------------- /examples/hadamard_growth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/examples/hadamard_growth.m -------------------------------------------------------------------------------- /gallery/anymatrix_gallery.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/gallery/anymatrix_gallery.m -------------------------------------------------------------------------------- /gallery/private/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/gallery/private/Contents.m -------------------------------------------------------------------------------- /gallery/private/am_properties.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/gallery/private/am_properties.m -------------------------------------------------------------------------------- /gallery/private/am_unit_tests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/gallery/private/am_unit_tests.m -------------------------------------------------------------------------------- /hadamard/anymatrix_hadamard.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/anymatrix_hadamard.m -------------------------------------------------------------------------------- /hadamard/private/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/Contents.m -------------------------------------------------------------------------------- /hadamard/private/am_unit_tests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/am_unit_tests.m -------------------------------------------------------------------------------- /hadamard/private/baumert92.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/baumert92.m -------------------------------------------------------------------------------- /hadamard/private/had-1.txt: -------------------------------------------------------------------------------- 1 | + 2 | -------------------------------------------------------------------------------- /hadamard/private/had-100-will.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-100-will.txt -------------------------------------------------------------------------------- /hadamard/private/had-104-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-104-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-108-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-108-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-108-pal2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-108-pal2.txt -------------------------------------------------------------------------------- /hadamard/private/had-108-will.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-108-will.txt -------------------------------------------------------------------------------- /hadamard/private/had-116-will.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-116-will.txt -------------------------------------------------------------------------------- /hadamard/private/had-12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-12.txt -------------------------------------------------------------------------------- /hadamard/private/had-120-tpal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-120-tpal.txt -------------------------------------------------------------------------------- /hadamard/private/had-124-pal2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-124-pal2.txt -------------------------------------------------------------------------------- /hadamard/private/had-124-will.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-124-will.txt -------------------------------------------------------------------------------- /hadamard/private/had-128-syl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-128-syl.txt -------------------------------------------------------------------------------- /hadamard/private/had-132-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-132-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-132-will.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-132-will.txt -------------------------------------------------------------------------------- /hadamard/private/had-136-tpal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-136-tpal.txt -------------------------------------------------------------------------------- /hadamard/private/had-140-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-140-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-144-tpal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-144-tpal.txt -------------------------------------------------------------------------------- /hadamard/private/had-148-pal2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-148-pal2.txt -------------------------------------------------------------------------------- /hadamard/private/had-148-will.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-148-will.txt -------------------------------------------------------------------------------- /hadamard/private/had-152-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-152-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-156-will.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-156-will.txt -------------------------------------------------------------------------------- /hadamard/private/had-16-0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-16-0.txt -------------------------------------------------------------------------------- /hadamard/private/had-16-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-16-1.txt -------------------------------------------------------------------------------- /hadamard/private/had-16-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-16-2.txt -------------------------------------------------------------------------------- /hadamard/private/had-16-3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-16-3.txt -------------------------------------------------------------------------------- /hadamard/private/had-16-4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-16-4.txt -------------------------------------------------------------------------------- /hadamard/private/had-16-hed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-16-hed.txt -------------------------------------------------------------------------------- /hadamard/private/had-16-syl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-16-syl.txt -------------------------------------------------------------------------------- /hadamard/private/had-16-twin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-16-twin.txt -------------------------------------------------------------------------------- /hadamard/private/had-160-tpal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-160-tpal.txt -------------------------------------------------------------------------------- /hadamard/private/had-164-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-164-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-168-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-168-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-172-will.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-172-will.txt -------------------------------------------------------------------------------- /hadamard/private/had-180-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-180-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-188-tur.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-188-tur.txt -------------------------------------------------------------------------------- /hadamard/private/had-192-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-192-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-196-pal2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-196-pal2.txt -------------------------------------------------------------------------------- /hadamard/private/had-2.txt: -------------------------------------------------------------------------------- 1 | ++ 2 | +- 3 | -------------------------------------------------------------------------------- /hadamard/private/had-20-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-20-1.txt -------------------------------------------------------------------------------- /hadamard/private/had-20-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-20-2.txt -------------------------------------------------------------------------------- /hadamard/private/had-20-3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-20-3.txt -------------------------------------------------------------------------------- /hadamard/private/had-20-julin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-20-julin.txt -------------------------------------------------------------------------------- /hadamard/private/had-20-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-20-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-20-will.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-20-will.txt -------------------------------------------------------------------------------- /hadamard/private/had-200-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-200-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-204-pal2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-204-pal2.txt -------------------------------------------------------------------------------- /hadamard/private/had-212-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-212-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-216-tpal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-216-tpal.txt -------------------------------------------------------------------------------- /hadamard/private/had-220-pal2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-220-pal2.txt -------------------------------------------------------------------------------- /hadamard/private/had-224-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-224-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-228-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-228-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-236-od.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-236-od.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-1.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-10.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-11.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-12.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-13.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-14.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-15.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-16.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-17.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-18.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-19.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-2.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-20.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-21.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-22.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-23.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-24.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-25.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-26.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-27.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-28.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-29.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-3.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-30.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-31.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-32.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-33.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-34.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-35.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-36.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-37.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-38.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-39.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-4.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-40.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-41.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-42.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-43.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-44.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-45.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-46.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-47.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-48.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-49.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-5.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-50.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-51.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-52.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-53.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-54.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-55.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-56.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-57.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-58.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-59.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-6.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-60.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-7.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-8.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-9.txt -------------------------------------------------------------------------------- /hadamard/private/had-24-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-24-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-240-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-240-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-244-will.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-244-will.txt -------------------------------------------------------------------------------- /hadamard/private/had-252-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-252-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-256-syl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-256-syl.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-1.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-10.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-100.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-101.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-101.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-102.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-102.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-103.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-103.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-104.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-104.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-105.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-105.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-106.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-106.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-107.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-107.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-108.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-108.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-109.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-109.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-11.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-110.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-110.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-111.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-111.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-112.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-112.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-113.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-113.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-114.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-114.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-115.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-115.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-116.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-116.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-117.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-117.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-118.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-118.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-119.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-119.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-12.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-120.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-120.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-121.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-121.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-122.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-122.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-123.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-123.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-124.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-124.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-125.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-125.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-126.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-126.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-127.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-127.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-128.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-129.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-129.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-13.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-130.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-130.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-131.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-131.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-132.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-132.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-133.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-133.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-134.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-134.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-135.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-135.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-136.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-136.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-137.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-137.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-138.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-138.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-139.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-139.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-14.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-140.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-140.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-141.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-141.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-142.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-142.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-143.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-143.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-144.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-144.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-145.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-145.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-146.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-146.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-147.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-147.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-148.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-148.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-149.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-149.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-15.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-150.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-150.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-151.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-151.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-152.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-152.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-153.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-153.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-154.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-154.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-155.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-155.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-156.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-156.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-157.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-157.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-158.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-158.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-159.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-159.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-16.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-160.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-160.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-161.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-161.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-162.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-162.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-163.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-163.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-164.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-164.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-165.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-165.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-166.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-166.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-167.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-167.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-168.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-168.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-169.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-169.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-17.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-170.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-170.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-171.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-171.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-172.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-172.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-173.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-173.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-174.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-174.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-175.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-175.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-176.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-176.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-177.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-177.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-178.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-178.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-179.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-179.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-18.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-180.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-180.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-181.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-181.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-182.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-182.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-183.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-183.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-184.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-184.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-185.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-185.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-186.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-186.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-187.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-187.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-188.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-188.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-189.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-189.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-19.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-190.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-190.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-191.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-191.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-192.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-192.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-193.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-193.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-194.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-194.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-195.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-195.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-196.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-196.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-197.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-197.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-198.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-198.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-199.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-199.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-2.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-20.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-200.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-200.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-201.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-201.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-202.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-202.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-203.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-203.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-204.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-204.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-205.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-205.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-206.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-206.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-207.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-207.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-208.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-208.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-209.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-209.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-21.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-210.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-210.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-211.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-211.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-212.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-212.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-213.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-213.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-214.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-214.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-215.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-215.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-216.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-216.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-217.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-217.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-218.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-218.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-219.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-219.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-22.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-220.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-220.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-221.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-221.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-222.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-222.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-223.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-223.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-224.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-224.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-225.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-225.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-226.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-226.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-227.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-227.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-228.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-228.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-229.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-229.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-23.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-230.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-230.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-231.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-231.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-232.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-232.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-233.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-233.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-234.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-234.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-235.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-235.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-236.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-236.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-237.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-237.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-238.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-238.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-239.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-239.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-24.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-240.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-240.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-241.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-241.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-242.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-242.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-243.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-243.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-244.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-244.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-245.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-245.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-246.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-246.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-247.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-247.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-248.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-248.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-249.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-249.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-25.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-250.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-250.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-251.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-251.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-252.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-252.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-253.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-253.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-254.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-254.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-255.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-255.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-256.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-256.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-257.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-257.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-258.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-258.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-259.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-259.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-26.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-260.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-260.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-261.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-261.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-262.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-262.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-263.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-263.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-264.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-264.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-265.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-265.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-266.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-266.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-267.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-267.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-268.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-268.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-269.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-269.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-27.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-270.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-270.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-271.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-271.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-272.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-272.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-273.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-273.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-274.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-274.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-275.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-275.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-276.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-276.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-277.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-277.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-278.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-278.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-279.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-279.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-28.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-280.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-280.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-281.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-281.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-282.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-282.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-283.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-283.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-284.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-284.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-285.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-285.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-286.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-286.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-287.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-287.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-288.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-288.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-289.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-289.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-29.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-290.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-290.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-291.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-291.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-292.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-292.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-293.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-293.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-294.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-294.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-295.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-295.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-296.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-296.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-297.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-297.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-298.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-298.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-299.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-299.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-3.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-30.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-300.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-300.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-301.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-301.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-302.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-302.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-303.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-303.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-304.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-304.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-305.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-305.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-306.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-306.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-307.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-307.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-308.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-308.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-309.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-309.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-31.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-310.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-310.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-311.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-311.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-312.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-312.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-313.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-313.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-314.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-314.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-315.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-315.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-316.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-316.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-317.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-317.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-318.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-318.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-319.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-319.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-32.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-320.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-320.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-321.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-321.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-322.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-322.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-323.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-323.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-324.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-324.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-325.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-325.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-326.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-326.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-327.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-327.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-328.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-328.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-329.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-329.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-33.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-330.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-330.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-331.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-331.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-332.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-332.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-333.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-333.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-334.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-334.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-335.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-335.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-336.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-336.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-337.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-337.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-338.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-338.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-339.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-339.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-34.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-340.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-340.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-341.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-341.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-342.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-342.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-343.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-343.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-344.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-344.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-345.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-345.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-346.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-346.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-347.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-347.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-348.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-348.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-349.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-349.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-35.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-350.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-350.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-351.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-351.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-352.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-352.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-353.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-353.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-354.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-354.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-355.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-355.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-356.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-356.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-357.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-357.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-358.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-358.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-359.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-359.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-36.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-360.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-360.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-361.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-361.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-362.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-362.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-363.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-363.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-364.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-364.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-365.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-365.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-366.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-366.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-367.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-367.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-368.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-368.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-369.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-369.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-37.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-370.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-370.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-371.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-371.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-372.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-372.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-373.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-373.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-374.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-374.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-375.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-375.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-376.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-376.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-377.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-377.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-378.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-378.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-379.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-379.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-38.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-380.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-380.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-381.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-381.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-382.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-382.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-383.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-383.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-384.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-384.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-385.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-385.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-386.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-386.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-387.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-387.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-388.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-388.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-389.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-389.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-39.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-390.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-390.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-391.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-391.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-392.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-392.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-393.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-393.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-394.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-394.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-395.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-395.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-396.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-396.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-397.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-397.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-398.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-398.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-399.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-399.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-4.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-40.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-400.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-400.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-401.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-401.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-402.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-402.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-403.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-403.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-404.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-404.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-405.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-405.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-406.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-406.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-407.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-407.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-408.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-408.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-409.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-409.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-41.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-410.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-410.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-411.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-411.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-412.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-412.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-413.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-413.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-414.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-414.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-415.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-415.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-416.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-416.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-417.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-417.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-418.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-418.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-419.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-419.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-42.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-420.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-420.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-421.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-421.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-422.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-422.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-423.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-423.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-424.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-424.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-425.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-425.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-426.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-426.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-427.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-427.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-428.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-428.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-429.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-429.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-43.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-430.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-430.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-431.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-431.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-432.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-432.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-433.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-433.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-434.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-434.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-435.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-435.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-436.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-436.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-437.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-437.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-438.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-438.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-439.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-439.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-44.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-440.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-440.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-441.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-441.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-442.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-442.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-443.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-443.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-444.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-444.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-445.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-445.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-446.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-446.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-447.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-447.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-448.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-448.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-449.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-449.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-45.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-450.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-450.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-451.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-451.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-452.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-452.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-453.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-453.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-454.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-454.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-455.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-455.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-456.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-456.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-457.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-457.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-458.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-458.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-459.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-459.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-46.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-460.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-460.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-461.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-461.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-462.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-462.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-463.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-463.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-464.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-464.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-465.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-465.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-466.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-466.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-467.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-467.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-468.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-468.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-469.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-469.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-47.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-470.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-470.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-471.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-471.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-472.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-472.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-473.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-473.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-474.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-474.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-475.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-475.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-476.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-476.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-477.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-477.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-478.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-478.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-479.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-479.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-48.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-480.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-480.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-481.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-481.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-482.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-482.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-483.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-483.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-484.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-484.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-485.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-485.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-486.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-486.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-487.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-487.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-49.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-5.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-50.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-51.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-52.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-53.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-54.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-55.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-56.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-57.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-58.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-59.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-6.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-60.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-61.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-62.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-63.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-64.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-65.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-66.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-67.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-68.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-69.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-7.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-70.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-71.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-72.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-73.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-74.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-75.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-76.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-77.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-78.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-79.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-8.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-80.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-81.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-82.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-83.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-84.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-85.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-86.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-87.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-88.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-89.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-9.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-90.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-91.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-92.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-93.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-94.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-95.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-96.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-97.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-98.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-99.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-pal2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-pal2.txt -------------------------------------------------------------------------------- /hadamard/private/had-28-will.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-28-will.txt -------------------------------------------------------------------------------- /hadamard/private/had-32-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-32-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-32-syl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-32-syl.txt -------------------------------------------------------------------------------- /hadamard/private/had-32-t1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-32-t1.txt -------------------------------------------------------------------------------- /hadamard/private/had-32-t2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-32-t2.txt -------------------------------------------------------------------------------- /hadamard/private/had-32-t3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-32-t3.txt -------------------------------------------------------------------------------- /hadamard/private/had-32-t4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-32-t4.txt -------------------------------------------------------------------------------- /hadamard/private/had-36-pal2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-36-pal2.txt -------------------------------------------------------------------------------- /hadamard/private/had-4.txt: -------------------------------------------------------------------------------- 1 | ++++ 2 | +-+- 3 | ++-- 4 | +--+ 5 | -------------------------------------------------------------------------------- /hadamard/private/had-428.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-428.txt -------------------------------------------------------------------------------- /hadamard/private/had-44-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-44-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-48-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-48-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-60-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-60-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-64-syl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-64-syl.txt -------------------------------------------------------------------------------- /hadamard/private/had-68-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-68-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-72-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-72-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-8-0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-8-0.txt -------------------------------------------------------------------------------- /hadamard/private/had-8-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-8-1.txt -------------------------------------------------------------------------------- /hadamard/private/had-80-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-80-pal.txt -------------------------------------------------------------------------------- /hadamard/private/had-84-pal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/had-84-pal.txt -------------------------------------------------------------------------------- /hadamard/private/hadamard.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/hadamard.m -------------------------------------------------------------------------------- /hadamard/private/note.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/note.txt -------------------------------------------------------------------------------- /hadamard/private/test_run.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/hadamard/private/test_run.m -------------------------------------------------------------------------------- /inv_prop_map.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/inv_prop_map.m -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/license.txt -------------------------------------------------------------------------------- /matlab/anymatrix_matlab.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/matlab/anymatrix_matlab.m -------------------------------------------------------------------------------- /matlab/private/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/matlab/private/Contents.m -------------------------------------------------------------------------------- /matlab/private/am_properties.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/matlab/private/am_properties.m -------------------------------------------------------------------------------- /matlab/private/am_unit_tests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/matlab/private/am_unit_tests.m -------------------------------------------------------------------------------- /nessie/anymatrix_nessie.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/anymatrix_nessie.m -------------------------------------------------------------------------------- /nessie/private/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/Contents.m -------------------------------------------------------------------------------- /nessie/private/Tr.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/Tr.mat -------------------------------------------------------------------------------- /nessie/private/benguela.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/benguela.m -------------------------------------------------------------------------------- /nessie/private/benguela.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/benguela.mat -------------------------------------------------------------------------------- /nessie/private/carcorr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/carcorr.m -------------------------------------------------------------------------------- /nessie/private/eer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/eer.m -------------------------------------------------------------------------------- /nessie/private/eer.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/eer.mat -------------------------------------------------------------------------------- /nessie/private/gene.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/gene.m -------------------------------------------------------------------------------- /nessie/private/gene.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/gene.mat -------------------------------------------------------------------------------- /nessie/private/guppy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/guppy.m -------------------------------------------------------------------------------- /nessie/private/guppy.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/guppy.mat -------------------------------------------------------------------------------- /nessie/private/hexgrid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/hexgrid.m -------------------------------------------------------------------------------- /nessie/private/metabolite.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/metabolite.m -------------------------------------------------------------------------------- /nessie/private/p53.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/p53.m -------------------------------------------------------------------------------- /nessie/private/p53.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/p53.mat -------------------------------------------------------------------------------- /nessie/private/ppi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/ppi.m -------------------------------------------------------------------------------- /nessie/private/ppi.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/ppi.mat -------------------------------------------------------------------------------- /nessie/private/spl0708a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/spl0708a.m -------------------------------------------------------------------------------- /nessie/private/spl0708a.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/spl0708a.mat -------------------------------------------------------------------------------- /nessie/private/spl0708b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/spl0708b.m -------------------------------------------------------------------------------- /nessie/private/spl0708b.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/spl0708b.mat -------------------------------------------------------------------------------- /nessie/private/spl0809.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/spl0809.m -------------------------------------------------------------------------------- /nessie/private/spl0809.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/spl0809.mat -------------------------------------------------------------------------------- /nessie/private/test_props.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/test_props.m -------------------------------------------------------------------------------- /nessie/private/traincorr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/traincorr.m -------------------------------------------------------------------------------- /nessie/private/transport.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/transport.mat -------------------------------------------------------------------------------- /nessie/private/usshelf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/usshelf.m -------------------------------------------------------------------------------- /nessie/private/usshelf.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/usshelf.mat -------------------------------------------------------------------------------- /nessie/private/whisky.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/whisky.mat -------------------------------------------------------------------------------- /nessie/private/whiskycorr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/whiskycorr.m -------------------------------------------------------------------------------- /nessie/private/whiskydist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/nessie/private/whiskydist.m -------------------------------------------------------------------------------- /prop_list.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/prop_list.m -------------------------------------------------------------------------------- /prop_map.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/prop_map.m -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/readme.md -------------------------------------------------------------------------------- /regtools/anymatrix_regtools.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/anymatrix_regtools.m -------------------------------------------------------------------------------- /regtools/private/Changes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/Changes.txt -------------------------------------------------------------------------------- /regtools/private/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/Contents.m -------------------------------------------------------------------------------- /regtools/private/app_hh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/app_hh.m -------------------------------------------------------------------------------- /regtools/private/art.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/art.m -------------------------------------------------------------------------------- /regtools/private/baart.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/baart.m -------------------------------------------------------------------------------- /regtools/private/bidiag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/bidiag.m -------------------------------------------------------------------------------- /regtools/private/blur.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/blur.m -------------------------------------------------------------------------------- /regtools/private/cgls.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/cgls.m -------------------------------------------------------------------------------- /regtools/private/cgsvd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/cgsvd.m -------------------------------------------------------------------------------- /regtools/private/corner.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/corner.m -------------------------------------------------------------------------------- /regtools/private/csvd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/csvd.m -------------------------------------------------------------------------------- /regtools/private/deriv2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/deriv2.m -------------------------------------------------------------------------------- /regtools/private/discrep.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/discrep.m -------------------------------------------------------------------------------- /regtools/private/dsvd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/dsvd.m -------------------------------------------------------------------------------- /regtools/private/fil_fac.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/fil_fac.m -------------------------------------------------------------------------------- /regtools/private/foxgood.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/foxgood.m -------------------------------------------------------------------------------- /regtools/private/gcv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/gcv.m -------------------------------------------------------------------------------- /regtools/private/gcvfun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/gcvfun.m -------------------------------------------------------------------------------- /regtools/private/gen_form.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/gen_form.m -------------------------------------------------------------------------------- /regtools/private/gen_hh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/gen_hh.m -------------------------------------------------------------------------------- /regtools/private/get_l.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/get_l.m -------------------------------------------------------------------------------- /regtools/private/gravity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/gravity.m -------------------------------------------------------------------------------- /regtools/private/heat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/heat.m -------------------------------------------------------------------------------- /regtools/private/i_laplace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/i_laplace.m -------------------------------------------------------------------------------- /regtools/private/l_corner.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/l_corner.m -------------------------------------------------------------------------------- /regtools/private/l_curve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/l_curve.m -------------------------------------------------------------------------------- /regtools/private/lagrange.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/lagrange.m -------------------------------------------------------------------------------- /regtools/private/lanc_b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/lanc_b.m -------------------------------------------------------------------------------- /regtools/private/lcfun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/lcfun.m -------------------------------------------------------------------------------- /regtools/private/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/license.txt -------------------------------------------------------------------------------- /regtools/private/lsolve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/lsolve.m -------------------------------------------------------------------------------- /regtools/private/lsqi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/lsqi.m -------------------------------------------------------------------------------- /regtools/private/lsqr_b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/lsqr_b.m -------------------------------------------------------------------------------- /regtools/private/ltsolve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/ltsolve.m -------------------------------------------------------------------------------- /regtools/private/maxent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/maxent.m -------------------------------------------------------------------------------- /regtools/private/mr2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/mr2.m -------------------------------------------------------------------------------- /regtools/private/mtsvd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/mtsvd.m -------------------------------------------------------------------------------- /regtools/private/ncp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/ncp.m -------------------------------------------------------------------------------- /regtools/private/ncpfun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/ncpfun.m -------------------------------------------------------------------------------- /regtools/private/nu.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/nu.m -------------------------------------------------------------------------------- /regtools/private/parallax.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/parallax.m -------------------------------------------------------------------------------- /regtools/private/pcgls.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/pcgls.m -------------------------------------------------------------------------------- /regtools/private/phillips.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/phillips.m -------------------------------------------------------------------------------- /regtools/private/picard.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/picard.m -------------------------------------------------------------------------------- /regtools/private/pinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/pinit.m -------------------------------------------------------------------------------- /regtools/private/plot_lc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/plot_lc.m -------------------------------------------------------------------------------- /regtools/private/plsqr_b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/plsqr_b.m -------------------------------------------------------------------------------- /regtools/private/pmr2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/pmr2.m -------------------------------------------------------------------------------- /regtools/private/pnu.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/pnu.m -------------------------------------------------------------------------------- /regtools/private/prrgmres.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/prrgmres.m -------------------------------------------------------------------------------- /regtools/private/quasifun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/quasifun.m -------------------------------------------------------------------------------- /regtools/private/quasiopt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/quasiopt.m -------------------------------------------------------------------------------- /regtools/private/regudemo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/regudemo.m -------------------------------------------------------------------------------- /regtools/private/regutm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/regutm.m -------------------------------------------------------------------------------- /regtools/private/rrgmres.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/rrgmres.m -------------------------------------------------------------------------------- /regtools/private/shaw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/shaw.m -------------------------------------------------------------------------------- /regtools/private/spikes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/spikes.m -------------------------------------------------------------------------------- /regtools/private/spleval.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/spleval.m -------------------------------------------------------------------------------- /regtools/private/splsqr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/splsqr.m -------------------------------------------------------------------------------- /regtools/private/splsqrL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/splsqrL.m -------------------------------------------------------------------------------- /regtools/private/std_form.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/std_form.m -------------------------------------------------------------------------------- /regtools/private/tgsvd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/tgsvd.m -------------------------------------------------------------------------------- /regtools/private/tikhonov.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/tikhonov.m -------------------------------------------------------------------------------- /regtools/private/tomo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/tomo.m -------------------------------------------------------------------------------- /regtools/private/tsvd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/tsvd.m -------------------------------------------------------------------------------- /regtools/private/ttls.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/ttls.m -------------------------------------------------------------------------------- /regtools/private/ursell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/ursell.m -------------------------------------------------------------------------------- /regtools/private/wing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/regtools/private/wing.m -------------------------------------------------------------------------------- /sets/my_set.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/sets/my_set.txt -------------------------------------------------------------------------------- /testing/anymatrix_check_props.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/testing/anymatrix_check_props.m -------------------------------------------------------------------------------- /testing/private/test_binary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/testing/private/test_binary.m -------------------------------------------------------------------------------- /testing/private/test_complex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/testing/private/test_complex.m -------------------------------------------------------------------------------- /testing/private/test_hankel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/testing/private/test_hankel.m -------------------------------------------------------------------------------- /testing/private/test_integer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/testing/private/test_integer.m -------------------------------------------------------------------------------- /testing/private/test_positive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/testing/private/test_positive.m -------------------------------------------------------------------------------- /testing/private/test_square.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/testing/private/test_square.m -------------------------------------------------------------------------------- /testing/private/test_toeplitz.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/north-numerical-computing/anymatrix/HEAD/testing/private/test_toeplitz.m --------------------------------------------------------------------------------