Commit Graph

55 Commits

Author SHA1 Message Date
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
kalmar b97a0e30dd threaded matrix_reps 2017-08-04 18:25:10 +02:00
kalmar 47a41ac9fe Threaded version of reconstruct_sol 2017-08-03 11:35:34 +02:00
kalmar c86f46666a Cstar_reprs are usually sparse 2017-07-31 12:13:45 +02:00
kalmar cda9538653 fix Cstar_repr: explicit Float64 conversion 2017-07-31 12:13:14 +02:00
kalmar f6674337ed sparsify only once during the reconstruction 2017-07-28 12:44:25 +02:00
kalmar b89598c67c slight(?!) optimisation to Cstar_repr 2017-07-27 22:02:07 +02:00
kalmar 66f860bac1 sparsify both on the forward and backward transform 2017-07-26 12:15:31 +02:00
kalmar 33b45dd518 merge two sparsify functions 2017-07-26 10:29:11 +02:00
kalmar aec153ca21 cosmetic 2017-07-17 09:39:46 +02:00
kalmar 7a39775fff Merge branch 'master' into enh/sparsification 2017-07-05 13:24:21 +02:00
kalmar 8810836fab specialise that mreps should be a dict 2017-07-05 13:23:26 +02:00
kalmar b3f596d8d8 save sparsified U\pis for futher experiments 2017-07-05 13:19:41 +02:00