1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-07-17 19:00:29 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
76b8fed6b1 update for changes in AbstractAlgebra, Groups, GroupRings
* MatSpaces are no longer Rings, they are modules (that's a hack, I 
know)
* DirectProduct → DirectPower
* full → GroupRings.dense
* constructors of GroupRings require explicit basis
2019-01-11 06:37:24 +01:00
0614bf268d rework loading/saving GroupRingElems 2019-01-11 06:33:14 +01:00
10d319f48b fix: deprecations for julia-0.7/1.0 2019-01-11 06:32:09 +01:00
38d80e63ed move application specific code to 1712.07167.jl 2019-01-08 04:59:23 +01:00
9ff0481a0c return solver's status alongside the solution 2018-11-22 20:13:15 +01:00
6b886d35b9 diverge methods at the level of computeλandP 2018-09-16 18:19:04 +02:00
0ccc782d2f save and load OrbitData directly 2018-09-16 18:15:34 +02:00
3df3967fad add generic saveGRElem, loadGRElem 2018-09-16 18:02:35 +02:00
08d53840a0 rename computeLaplacian -> Laplacian 2018-09-16 18:01:44 +02:00
592f0bf7a5 parametrize Settings by {Symmetric, Naive} 2018-09-09 13:21:33 +02:00
23449ed3c0 mv Laplacians, Projections and CheckSolution
to laplacians, RGprojections and checksolution
2018-09-09 11:50:26 +02:00