Commit Graph

67 Commits

Author SHA1 Message Date
kalmarek 0b8f01e4b5 cosmetic changes 2018-09-05 10:41:11 +02:00
kalmarek 8fa7e1211f move orthSVD close to OrbitData 2018-09-05 10:40:08 +02:00
kalmarek fc0a9ccfec group matrix-,perm-reps in one place 2018-09-05 10:39:24 +02:00
kalmarek 36fbaa5393 move orbit_constraint 2018-09-05 10:37:39 +02:00
kalmarek b0d39b33d4 fix uses and includes 2018-09-05 10:35:58 +02:00
kalmarek bc7118f41d rework OrbitData 2018-09-05 09:56:04 +02:00
kalmarek b9de894fb1 move SDP-related functions together 2018-09-05 09:18:38 +02:00
kalmarek 92d1d69177 separate non-zero indices 2018-08-20 04:02:44 +02:00
kalmarek 9c674ec284 update ortSVD to "where" syntax 2018-08-20 03:58:09 +02:00
kalmarek 1825cc0b3d simplify compute_orbit_data
by reusing of compute/load-Laplacian, etc
2018-08-20 03:57:33 +02:00
kalmarek 66ac37a6a7 slighlty more performant reconstruct_sol 2018-08-20 03:55:40 +02:00
kalmarek ed181d14f8 make orbit_constraint use new constraints indexing 2018-08-20 03:53:17 +02:00
kalmarek 540946528c remove references to logger! 2018-08-19 20:05:45 +02:00
kalmarek 677ae32ee2 rankOne_projections take a GroupRing now 2018-08-15 19:13:26 +02:00
kalmarek 617f2f3410 rename to augmentation -> aug 2018-08-14 20:19:54 +02:00
kalmarek 4f2caf84cd don't check correctness of permutations in preps 2018-08-08 19:38:44 +02:00
kalmarek 81e08eb857 migrate to AbstractAlgebra 2018-07-31 10:21:54 +02:00
kalmarek 75c249abb8 remove iterator for FinField 2018-07-31 10:19:06 +02:00
kalmarek 2d89c38657 separate Projections into a module 2018-04-08 22:45:18 +02:00
kalmarek e5b4b9220b make orbit decomposition slightly faster by allocating orbit only once 2018-03-22 10:52:53 +01:00
kalmarek 94fa72ae80 update to parametrised perms in Nemo 2018-01-26 13:20:56 +01:00
kalmarek ac4ef92ef0 no need to pass both Group and S as arguments 2018-01-02 03:28:34 +01:00
kalmarek 7d22e8dce0 another rework of filenames 2018-01-02 02:58:43 +01:00
kalmarek 13f49027dd rename Delta -> Laplacian, splaplacian -> spLaplacian 2018-01-02 00:07:05 +01:00
kalmarek 47f6d3637e fix indentation to 4 spaces 2018-01-01 14:06:33 +01:00
kalmarek 5e4b2203c3 Nemo.perm is a function in julia v0.6.0 2017-12-01 18:26:55 +01:00
kalmarek 10808583e3 Merge remote-tracking branch 'origin/enh/warmstart' into enh/warmstart-0.6
# Conflicts:
#	src/OrbitDecomposition.jl
2017-12-01 14:21:10 +01:00
kalmarek 498a6700ec Merge branch 'master' into enh/julia-v0.6 2017-11-15 20:28:57 +01:00
kalmarek 39bef16aa7 filter Upis and dims at LOADTIME for only those which are non-zeros 2017-11-13 10:58:22 +01:00
kalmarek a35122f8bb cosmetic 2017-11-08 15:40:38 +01:00
kalmarek bcbf8a03c8 store the dense Uπs, sparsify at read-time 2017-11-08 10:01:45 +01:00
kalmarek c1dc3850dd rename AutS -> autS 2017-11-08 09:57:51 +01:00
kalmarek 4ba2f54bb4 improve slightly orthSVD 2017-11-08 09:50:58 +01:00
kalmarek 3c51a463dc rename variables 2017-11-08 09:38:56 +01:00
kalmarek ff14b33199 AutS_mreps -> reps 2017-11-08 09:37:39 +01:00
kalmarek 80deaebb9f remove matrix_reprs - we create them through perm_reprs 2017-11-08 09:35:26 +01:00
kalmarek 72261afdeb use preps_reprs instead of matrix_reprs
and save them in preps.jld
2017-11-08 09:33:00 +01:00
kalmarek 2d02c98947 faster & simpler Cstar_repr 2017-11-08 09:29:12 +01:00
kalmarek e636c97738 unified marix_reps and perm_reps 2017-11-08 09:28:04 +01:00
kalmarek 0c9fb40e65 constraints_from_pm -> constraints
returns a vector of constraints, i.e. vectors of Tuple{Int, Int}
2017-11-08 09:25:40 +01:00
kalmarek c3ea80e6a9 replace remaining @time with '@logtime logger' 2017-11-05 16:38:51 +01:00
kalmarek 0fabd21e53 much faster Cstar_repr 2017-10-03 14:46:05 +02:00
kalmarek 4e3bcbba6e update to the new Nemo.Generic module 2017-09-15 18:19:20 +02:00
kalmarek 5ac2876e31 update to julia v0.6.0 2017-09-15 18:16:31 +02:00
kalmarek a61cff986e verbose&check for possible rank reduction in Uπs 2017-08-27 21:25:12 +02:00
kalmarek 9840268250 use threaded version of matrix reps 2017-08-27 18:37:44 +02:00
kalmarek f3d813cb67 reworked reconstruct_sol with axpy! 2017-08-27 18:37:09 +02:00
kalmarek 33dc278762 threaded matrix_reps and perm_reps 2017-08-27 18:35:35 +02:00
kalmarek 6061f731b3 threaded generation of matrix reps 2017-08-27 18:32:50 +02:00
kalmarek 0cc0ad94a6 threaded orbit_decomposition 2017-08-27 18:32:19 +02:00