├── Contents.m ├── auxiliary ├── Contents.m ├── demos │ ├── demos.m │ ├── dmdexamples.m │ ├── dmtdomains.m │ ├── dmthow2solve.m │ └── dmtutorial.m ├── documentation │ ├── DiffMan_ug.pdf │ ├── class_arrays.m │ ├── classdoc.doc │ ├── classdoc.ps │ ├── diffmanlib.doc │ ├── diffmanlib.ps │ ├── dm_optimization.m │ └── dmdirectories.m ├── examples │ ├── Contents.m │ ├── dmex1.m │ ├── dmex10.m │ ├── dmex10a.m │ ├── dmex1a.m │ ├── dmex2.m │ ├── dmex3.m │ ├── dmex4.m │ ├── dmex5.m │ ├── dmex6.m │ ├── dmex7.m │ ├── dmex8.m │ ├── dmex9.m │ ├── exacta │ │ ├── exacta1.m │ │ ├── exacta2.m │ │ ├── magparclas.m │ │ ├── magpart.m │ │ ├── vfmagpart.m │ │ └── vfparticle.m │ ├── exlafree │ │ ├── Contents.m │ │ ├── atgeirr6.m │ │ ├── cmagnus.m │ │ ├── exlafree.m │ │ └── rkgauss.m │ ├── expolar │ │ ├── bernoulli.m │ │ ├── expolar1.m │ │ ├── firstpartition.m │ │ ├── lafpolar.m │ │ ├── nbch.m │ │ ├── nextpartition.m │ │ ├── xpolar.m │ │ └── ypolar.m │ ├── exprog │ │ └── setxxx.m │ ├── extools │ │ ├── extools1.m │ │ └── vfex1.m │ ├── vfex1.m │ ├── vfex10.m │ ├── vfex2.m │ ├── vfex3.m │ ├── vfex4.m │ ├── vfex5.m │ ├── vfex6.m │ ├── vfex7.m │ ├── vfex8.m │ └── vfex9.m └── utilities │ ├── Contents.m │ ├── addsubdir.m │ ├── array.m │ ├── dmargcheck.m │ ├── dmclear.m │ ├── dmhelp.m │ ├── dmisinteger.m │ ├── dmoptimize.m │ ├── dmprogrep.m │ ├── dmshowdata.m │ ├── dmshowshape.m │ ├── dmshstr.m │ ├── flowtools │ ├── ftorder.m │ ├── setmethod_order.txt │ └── setmethodtest.m │ ├── helpwindm.m │ ├── iscellempty.m │ ├── iseven.m │ ├── lafreeutil │ ├── bch.m │ ├── bch2.m │ ├── cdopri5.m │ ├── divisors.m │ ├── killing.m │ ├── lafcount.m │ ├── lafdim.m │ ├── magnusdim.m │ ├── mobius.m │ ├── rkgl.m │ ├── rkmk4.m │ ├── rkmk4mod.m │ └── slegendre.m │ ├── repprogress.m │ ├── skew.m │ └── unskew.m ├── dminit.m ├── dmpath.m ├── dmversion.m ├── domain ├── Contents.m ├── hmanifold │ ├── @hmanifold │ │ ├── Contents.m │ │ ├── display.m │ │ ├── dist.m │ │ ├── getdata.m │ │ ├── getshape.m │ │ ├── hasshape.m │ │ ├── hmanifold.m │ │ ├── invlambda.m │ │ ├── isdata.m │ │ ├── lambda.m │ │ ├── liealgebra.m │ │ ├── origin.m │ │ ├── project.m │ │ ├── random.m │ │ ├── sameshape.m │ │ ├── setdata.m │ │ ├── setshape.m │ │ ├── stabilizer.m │ │ └── zeros.m │ ├── @hmisospec │ │ ├── getdata.m │ │ ├── getshape.m │ │ ├── hasshape.m │ │ ├── hmisospec.m │ │ ├── isdata.m │ │ ├── lambda.m │ │ ├── origin.m │ │ ├── random.m │ │ ├── setdata.m │ │ └── setshape.m │ ├── @hmlie │ │ ├── display.m │ │ ├── getdata.m │ │ ├── getshape.m │ │ ├── hasshape.m │ │ ├── hmlie.m │ │ ├── isdata.m │ │ ├── lambda.m │ │ ├── origin.m │ │ ├── private │ │ │ └── hmshstr.m │ │ ├── random.m │ │ ├── setdata.m │ │ └── setshape.m │ ├── @hmnsphere │ │ ├── getdata.m │ │ ├── getshape.m │ │ ├── hasshape.m │ │ ├── hmnsphere.m │ │ ├── isdata.m │ │ ├── lambda.m │ │ ├── origin.m │ │ ├── random.m │ │ ├── setdata.m │ │ └── setshape.m │ ├── @hmrigid │ │ ├── display.m │ │ ├── getdata.m │ │ ├── getshape.m │ │ ├── hasshape.m │ │ ├── hmrigid.m │ │ ├── isdata.m │ │ ├── lambda.m │ │ ├── origin.m │ │ ├── project.m │ │ ├── random.m │ │ ├── setdata.m │ │ └── setshape.m │ ├── @hmrn │ │ ├── getdata.m │ │ ├── getshape.m │ │ ├── hasshape.m │ │ ├── hmrn.m │ │ ├── isdata.m │ │ ├── lambda.m │ │ ├── origin.m │ │ ├── random.m │ │ ├── setdata.m │ │ └── setshape.m │ ├── @hmsineeuler │ │ ├── display.m │ │ ├── getdata.m │ │ ├── getshape.m │ │ ├── hasshape.m │ │ ├── hmsineeuler.m │ │ ├── isdata.m │ │ ├── lambda.m │ │ ├── origin.m │ │ ├── project.m │ │ ├── random.m │ │ ├── setdata.m │ │ └── setshape.m │ ├── @hmtop │ │ ├── display.m │ │ ├── dist.m │ │ ├── getdata.m │ │ ├── getshape.m │ │ ├── hasshape.m │ │ ├── hmtop.m │ │ ├── isdata.m │ │ ├── lambda.m │ │ ├── origin.m │ │ ├── project.m │ │ ├── random.m │ │ ├── setdata.m │ │ └── setshape.m │ └── Contents.m ├── liealgebra │ ├── @ladirprod │ │ ├── Contents.m │ │ ├── adjoint.m │ │ ├── dcayinv.m │ │ ├── dimension.m │ │ ├── display.m │ │ ├── dist.m │ │ ├── getdata.m │ │ ├── getshape.m │ │ ├── hasmatrix.m │ │ ├── hasshape.m │ │ ├── horzcat.m │ │ ├── isabelian.m │ │ ├── isdata.m │ │ ├── ladirprod.m │ │ ├── liegroup.m │ │ ├── minus.m │ │ ├── mtimes.m │ │ ├── pi.m │ │ ├── plus.m │ │ ├── private │ │ │ ├── addcells.m │ │ │ ├── la2lgshape.m │ │ │ ├── ladpdimension.m │ │ │ ├── ladpdist.m │ │ │ ├── ladphasmatrix.m │ │ │ ├── ladphorzcat.m │ │ │ ├── ladpisabelian.m │ │ │ ├── ladpisdata.m │ │ │ ├── ladpminus.m │ │ │ ├── ladpmtimes.m │ │ │ ├── ladpplus.m │ │ │ ├── ladpproject.m │ │ │ ├── ladprandom.m │ │ │ ├── ladpuminus.m │ │ │ ├── ladpzero.m │ │ │ ├── scalmultcell.m │ │ │ └── shapestr.m │ │ ├── project.m │ │ ├── random.m │ │ ├── sameshape.m │ │ ├── setdata.m │ │ ├── setshape.m │ │ ├── uminus.m │ │ ├── zero.m │ │ └── zeros.m │ ├── @lafree │ │ ├── Contents.m │ │ ├── basis.m │ │ ├── degree.m │ │ ├── dexpinv.m │ │ ├── dimension.m │ │ ├── display.m │ │ ├── eval.m │ │ ├── freedim.m │ │ ├── getcommtab.m │ │ ├── getdata.m │ │ ├── getdegree.m │ │ ├── getorder.m │ │ ├── getshape.m │ │ ├── getvector.m │ │ ├── hasmatrix.m │ │ ├── hasshape.m │ │ ├── horzcat.m │ │ ├── isabelian.m │ │ ├── isdata.m │ │ ├── ismatrix.m │ │ ├── lafree.m │ │ ├── minus.m │ │ ├── mtimes.m │ │ ├── order.m │ │ ├── plus.m │ │ ├── private │ │ │ ├── bascomm.m │ │ │ ├── basvec2str.m │ │ │ ├── eqshape.m │ │ │ ├── getlafdata.m │ │ │ ├── lafreeinit.m │ │ │ └── removeps.m │ │ ├── sameshape.m │ │ ├── setcommtab.m │ │ ├── setdata.m │ │ ├── setshape.m │ │ ├── setvector.m │ │ ├── uminus.m │ │ └── zero.m │ ├── @lagl │ │ ├── Contents.m │ │ ├── dimension.m │ │ ├── getdata.m │ │ ├── getmatrix.m │ │ ├── getnumberfield.m │ │ ├── getshape.m │ │ ├── getvector.m │ │ ├── hasmatrix.m │ │ ├── hasshape.m │ │ ├── isabelian.m │ │ ├── isdata.m │ │ ├── ismatrix.m │ │ ├── lagl.m │ │ ├── project.m │ │ ├── random.m │ │ ├── setdata.m │ │ ├── setmatrix.m │ │ ├── setnumberfield.m │ │ ├── setshape.m │ │ └── setvector.m │ ├── @larn │ │ ├── Contents.m │ │ ├── dimension.m │ │ ├── getdata.m │ │ ├── getmatrix.m │ │ ├── getnumberfield.m │ │ ├── getshape.m │ │ ├── getvector.m │ │ ├── hasmatrix.m │ │ ├── hasshape.m │ │ ├── isabelian.m │ │ ├── isdata.m │ │ ├── ismatrix.m │ │ ├── larn.m │ │ ├── project.m │ │ ├── setdata.m │ │ ├── setmatrix.m │ │ ├── setnumberfield.m │ │ ├── setshape.m │ │ └── setvector.m │ ├── @lase │ │ ├── dcayinv.m │ │ ├── dimension.m │ │ ├── display.m │ │ ├── dist.m │ │ ├── getdata.m │ │ ├── getmatrix.m │ │ ├── getnumberfield.m │ │ ├── getshape.m │ │ ├── getvector.m │ │ ├── hasmatrix.m │ │ ├── hasshape.m │ │ ├── horzcat.m │ │ ├── isabelian.m │ │ ├── isdata.m │ │ ├── ismatrix.m │ │ ├── lase.m │ │ ├── minus.m │ │ ├── mtimes.m │ │ ├── norm.m │ │ ├── plus.m │ │ ├── project.m │ │ ├── random.m │ │ ├── setdata.m │ │ ├── setmatrix.m │ │ ├── setnumberfield.m │ │ ├── setshape.m │ │ ├── setvector.m │ │ ├── uminus.m │ │ └── zero.m │ ├── @lasl │ │ ├── Contents.m │ │ ├── dimension.m │ │ ├── getdata.m │ │ ├── getmatrix.m │ │ ├── getnumberfield.m │ │ ├── getshape.m │ │ ├── getvector.m │ │ ├── hasmatrix.m │ │ ├── hasshape.m │ │ ├── isabelian.m │ │ ├── isdata.m │ │ ├── ismatrix.m │ │ ├── lasl.m │ │ ├── project.m │ │ ├── setdata.m │ │ ├── setmatrix.m │ │ ├── setnumberfield.m │ │ ├── setshape.m │ │ └── setvector.m │ ├── @laso │ │ ├── Contents.m │ │ ├── dimension.m │ │ ├── getdata.m │ │ ├── getmatrix.m │ │ ├── getnumberfield.m │ │ ├── getshape.m │ │ ├── getvector.m │ │ ├── hasmatrix.m │ │ ├── hasshape.m │ │ ├── horzcat.m │ │ ├── isabelian.m │ │ ├── isdata.m │ │ ├── ismatrix.m │ │ ├── laso.m │ │ ├── project.m │ │ ├── setdata.m │ │ ├── setmatrix.m │ │ ├── setnumberfield.m │ │ ├── setshape.m │ │ └── setvector.m │ ├── @laso_pq │ │ ├── dimension.m │ │ ├── getdata.m │ │ ├── getmatrix.m │ │ ├── getnumberfield.m │ │ ├── getshape.m │ │ ├── getvector.m │ │ ├── hasmatrix.m │ │ ├── hasshape.m │ │ ├── isabelian.m │ │ ├── isdata.m │ │ ├── ismatrix.m │ │ ├── laso_pq.m │ │ ├── project.m │ │ ├── setdata.m │ │ ├── setmatrix.m │ │ ├── setnumberfield.m │ │ ├── setshape.m │ │ └── setvector.m │ ├── @lasp │ │ ├── Contents.m │ │ ├── dimension.m │ │ ├── getdata.m │ │ ├── getmatrix.m │ │ ├── getnumberfield.m │ │ ├── getshape.m │ │ ├── getvector.m │ │ ├── hasmatrix.m │ │ ├── hasshape.m │ │ ├── isabelian.m │ │ ├── isdata.m │ │ ├── ismatrix.m │ │ ├── lasp.m │ │ ├── mtimes.m │ │ ├── project.m │ │ ├── random.m │ │ ├── setdata.m │ │ ├── setmatrix.m │ │ ├── setnumberfield.m │ │ ├── setshape.m │ │ ├── setvector.m │ │ └── zero.m │ ├── @lasu │ │ ├── dimension.m │ │ ├── getdata.m │ │ ├── getmatrix.m │ │ ├── getnumberfield.m │ │ ├── getshape.m │ │ ├── getvector.m │ │ ├── hasmatrix.m │ │ ├── hasshape.m │ │ ├── isabelian.m │ │ ├── isdata.m │ │ ├── ismatrix.m │ │ ├── lasu.m │ │ ├── mtimes.m │ │ ├── project.m │ │ ├── random.m │ │ ├── setdata.m │ │ ├── setmatrix.m │ │ ├── setnumberfield.m │ │ ├── setshape.m │ │ ├── setvector.m │ │ └── zero.m │ ├── @latangent │ │ ├── Contents.m │ │ ├── adjoint.m │ │ ├── dimension.m │ │ ├── display.m │ │ ├── dist.m │ │ ├── getdata.m │ │ ├── getshape.m │ │ ├── hasmatrix.m │ │ ├── hasshape.m │ │ ├── horzcat.m │ │ ├── isabelian.m │ │ ├── isdata.m │ │ ├── latangent.m │ │ ├── liegroup.m │ │ ├── minus.m │ │ ├── mtimes.m │ │ ├── plus.m │ │ ├── private │ │ │ ├── addcells.m │ │ │ ├── la2lgshape.m │ │ │ ├── latdimension.m │ │ │ ├── latdist.m │ │ │ ├── lathasmatrix.m │ │ │ ├── lathorzcat.m │ │ │ ├── latisabelian.m │ │ │ ├── latisdata.m │ │ │ ├── latlog.m │ │ │ ├── latminus.m │ │ │ ├── latplus.m │ │ │ ├── latproject.m │ │ │ ├── latrandom.m │ │ │ ├── latuminus.m │ │ │ ├── latzero.m │ │ │ ├── scalmultcell.m │ │ │ └── shapestr.m │ │ ├── project.m │ │ ├── random.m │ │ ├── sameshape.m │ │ ├── setdata.m │ │ ├── setshape.m │ │ ├── uminus.m │ │ ├── zero.m │ │ └── zeros.m │ ├── @laun │ │ ├── dimension.m │ │ ├── getdata.m │ │ ├── getmatrix.m │ │ ├── getnumberfield.m │ │ ├── getshape.m │ │ ├── getvector.m │ │ ├── hasmatrix.m │ │ ├── hasshape.m │ │ ├── isabelian.m │ │ ├── isdata.m │ │ ├── ismatrix.m │ │ ├── laun.m │ │ ├── mtimes.m │ │ ├── project.m │ │ ├── random.m │ │ ├── setdata.m │ │ ├── setmatrix.m │ │ ├── setnumberfield.m │ │ ├── setshape.m │ │ ├── setvector.m │ │ └── zero.m │ ├── @liealgebra │ │ ├── Contents.m │ │ ├── adjoint.m │ │ ├── basis.m │ │ ├── dcay.m │ │ ├── dcaycay.m │ │ ├── dcaycayinv.m │ │ ├── dcayinv.m │ │ ├── dexp.m │ │ ├── dexpexp.m │ │ ├── dexpexpinv.m │ │ ├── dexpinv.c │ │ ├── dexpinv.m │ │ ├── dexpinvtest.m │ │ ├── dimension.m │ │ ├── display.m │ │ ├── dist.m │ │ ├── dpade22.m │ │ ├── dpade22inv.m │ │ ├── eig.m │ │ ├── getdata.m │ │ ├── getmatrix.m │ │ ├── getnumberfield.m │ │ ├── getshape.m │ │ ├── getvector.m │ │ ├── hasmatrix.m │ │ ├── hasshape.m │ │ ├── horzcat.c │ │ ├── horzcat.m │ │ ├── isabelian.m │ │ ├── isdata.m │ │ ├── ismatrix.m │ │ ├── liealgebra.m │ │ ├── liegroup.m │ │ ├── minus.m │ │ ├── mtimes.c │ │ ├── mtimes.m │ │ ├── norm.m │ │ ├── plus.m │ │ ├── project.m │ │ ├── random.m │ │ ├── sameshape.m │ │ ├── setdata.m │ │ ├── setmatrix.m │ │ ├── setnumberfield.m │ │ ├── setshape.m │ │ ├── setvector.m │ │ ├── uminus.m │ │ ├── zero.m │ │ └── zeros.m │ └── Contents.m └── liegroup │ ├── @lgdirprod │ ├── Contents.m │ ├── cay.m │ ├── display.m │ ├── dist.m │ ├── exp.m │ ├── getdata.m │ ├── getshape.m │ ├── hasmatrix.m │ ├── hasshape.m │ ├── identity.m │ ├── inv.m │ ├── isabelian.m │ ├── isdata.m │ ├── lgdirprod.m │ ├── liealgebra.m │ ├── log.m │ ├── mtimes.m │ ├── private │ │ ├── lg2lashape.m │ │ ├── lgdpcay.m │ │ ├── lgdpdist.m │ │ ├── lgdpexp.m │ │ ├── lgdphasmatrix.m │ │ ├── lgdpidentity.m │ │ ├── lgdpinv.m │ │ ├── lgdpisabelian.m │ │ ├── lgdpisdata.m │ │ ├── lgdplog.m │ │ ├── lgdpmtimes.m │ │ ├── lgdpproject.m │ │ ├── lgdprandom.m │ │ └── shapestr.m │ ├── project.m │ ├── random.m │ ├── sameshape.m │ ├── setdata.m │ └── setshape.m │ ├── @lggl │ ├── getdata.m │ ├── getmatrix.m │ ├── getnumberfield.m │ ├── getshape.m │ ├── hasmatrix.m │ ├── hasshape.m │ ├── isabelian.m │ ├── isdata.m │ ├── ismatrix.m │ ├── lggl.m │ ├── project.m │ ├── setdata.m │ ├── setmatrix.m │ ├── setnumberfield.m │ └── setshape.m │ ├── @lgon │ ├── getdata.m │ ├── getmatrix.m │ ├── getnumberfield.m │ ├── getshape.m │ ├── hasmatrix.m │ ├── hasshape.m │ ├── isabelian.m │ ├── isdata.m │ ├── ismatrix.m │ ├── lgon.m │ ├── liealgebra.m │ ├── project.m │ ├── setdata.m │ ├── setmatrix.m │ ├── setnumberfield.m │ └── setshape.m │ ├── @lgon_pq │ ├── getdata.m │ ├── getmatrix.m │ ├── getnumberfield.m │ ├── getshape.m │ ├── hasmatrix.m │ ├── hasshape.m │ ├── identity.m │ ├── isabelian.m │ ├── isdata.m │ ├── ismatrix.m │ ├── lgon_pq.m │ ├── liealgebra.m │ ├── project.m │ ├── random.m │ ├── setdata.m │ ├── setmatrix.m │ ├── setnumberfield.m │ └── setshape.m │ ├── @lgrn │ ├── getdata.m │ ├── getmatrix.m │ ├── getnumberfield.m │ ├── getshape.m │ ├── hasmatrix.m │ ├── hasshape.m │ ├── isabelian.m │ ├── isdata.m │ ├── ismatrix.m │ ├── lgrn.m │ ├── project.m │ ├── setdata.m │ ├── setmatrix.m │ ├── setnumberfield.m │ └── setshape.m │ ├── @lgse │ ├── cay.m │ ├── display.m │ ├── exp.m │ ├── getdata.m │ ├── getmatrix.m │ ├── getnumberfield.m │ ├── getshape.m │ ├── hasmatrix.m │ ├── hasshape.m │ ├── identity.m │ ├── inv.m │ ├── isabelian.m │ ├── isdata.m │ ├── ismatrix.m │ ├── lgse.m │ ├── log.m │ ├── mtimes.m │ ├── project.m │ ├── random.m │ ├── setdata.m │ ├── setmatrix.m │ ├── setnumberfield.m │ └── setshape.m │ ├── @lgsl │ ├── getdata.m │ ├── getmatrix.m │ ├── getnumberfield.m │ ├── getshape.m │ ├── hasmatrix.m │ ├── hasshape.m │ ├── isabelian.m │ ├── isdata.m │ ├── ismatrix.m │ ├── lgsl.m │ ├── project.m │ ├── setdata.m │ ├── setmatrix.m │ ├── setnumberfield.m │ └── setshape.m │ ├── @lgso │ ├── exp.m │ ├── getdata.m │ ├── getmatrix.m │ ├── getnumberfield.m │ ├── getshape.m │ ├── hasmatrix.m │ ├── hasshape.m │ ├── isabelian.m │ ├── isdata.m │ ├── ismatrix.m │ ├── lgso.m │ ├── log.m │ ├── project.m │ ├── setdata.m │ ├── setmatrix.m │ ├── setnumberfield.m │ └── setshape.m │ ├── @lgso_pq │ ├── getdata.m │ ├── getmatrix.m │ ├── getnumberfield.m │ ├── getshape.m │ ├── hasmatrix.m │ ├── hasshape.m │ ├── identity.m │ ├── isabelian.m │ ├── isdata.m │ ├── ismatrix.m │ ├── lgso_pq.m │ ├── project.m │ ├── random.m │ ├── setdata.m │ ├── setmatrix.m │ ├── setnumberfield.m │ └── setshape.m │ ├── @lgsp │ ├── getdata.m │ ├── getmatrix.m │ ├── getnumberfield.m │ ├── getshape.m │ ├── hasmatrix.m │ ├── hasshape.m │ ├── isabelian.m │ ├── isdata.m │ ├── ismatrix.m │ ├── lgsp.m │ ├── project.m │ ├── setdata.m │ ├── setmatrix.m │ ├── setnumberfield.m │ └── setshape.m │ ├── @lgsu │ ├── getdata.m │ ├── getmatrix.m │ ├── getnumberfield.m │ ├── getshape.m │ ├── hasmatrix.m │ ├── hasshape.m │ ├── isabelian.m │ ├── isdata.m │ ├── ismatrix.m │ ├── lgsu.m │ ├── project.m │ ├── setdata.m │ ├── setmatrix.m │ ├── setnumberfield.m │ └── setshape.m │ ├── @lgtangent │ ├── Contents.m │ ├── display.m │ ├── dist.m │ ├── exp.m │ ├── getdata.m │ ├── getnumberfield.m │ ├── getshape.m │ ├── hasmatrix.m │ ├── hasshape.m │ ├── identity.m │ ├── inv.m │ ├── isabelian.m │ ├── isdata.m │ ├── lgtangent.m │ ├── liealgebra.m │ ├── log.m │ ├── mtimes.m │ ├── private │ │ ├── lg2lashape.m │ │ ├── lgtdist.m │ │ ├── lgtexp.m │ │ ├── lgthasmatrix.m │ │ ├── lgtidentity.m │ │ ├── lgtinv.m │ │ ├── lgtisabelian.m │ │ ├── lgtisdata.m │ │ ├── lgtlog.m │ │ ├── lgtmtimes.m │ │ ├── lgtproject.m │ │ ├── lgtrandom.m │ │ └── shapestr.m │ ├── project.m │ ├── random.m │ ├── sameshape.m │ ├── setdata.m │ └── setshape.m │ ├── @lgun │ ├── getdata.m │ ├── getmatrix.m │ ├── getnumberfield.m │ ├── getshape.m │ ├── hasmatrix.m │ ├── hasshape.m │ ├── isabelian.m │ ├── isdata.m │ ├── ismatrix.m │ ├── lgun.m │ ├── project.m │ ├── setdata.m │ ├── setmatrix.m │ ├── setnumberfield.m │ └── setshape.m │ ├── @liegroup │ ├── Contents.m │ ├── cay.m │ ├── caycay.m │ ├── display.m │ ├── dist.m │ ├── eig.m │ ├── exp.m │ ├── expexp.m │ ├── getdata.m │ ├── getmatrix.m │ ├── getnumberfield.m │ ├── getshape.m │ ├── hasmatrix.m │ ├── hasshape.m │ ├── identity.m │ ├── inv.m │ ├── invcay.m │ ├── invcaycay.m │ ├── invexpexp.m │ ├── invpade22.m │ ├── isabelian.m │ ├── isdata.m │ ├── ismatrix.m │ ├── liealgebra.m │ ├── liegroup.m │ ├── log.m │ ├── mtimes.m │ ├── norm.m │ ├── pade22.m │ ├── project.m │ ├── random.m │ ├── sameshape.m │ ├── setdata.m │ ├── setmatrix.m │ ├── setnumberfield.m │ └── setshape.m │ └── Contents.m ├── field ├── @vectorfield │ ├── Contents.m │ ├── display.m │ ├── getdomain.m │ ├── geteqntype.m │ ├── getfm2g.m │ ├── setdomain.m │ ├── seteqntype.m │ ├── setfm2g.m │ └── vectorfield.m └── Contents.m └── flow ├── @flow ├── Contents.m ├── display.m ├── flow.m ├── getdefaults.m ├── gettimestepper.m ├── getvectorfield.m ├── newstepsize.m ├── setdefaults.m ├── settimestepper.m ├── setvectorfield.m └── subsref.m ├── Contents.m └── timestepper ├── @timestepper ├── Contents.m ├── display.m ├── getcoordinate.m ├── getmethod.m ├── setcoordinate.m ├── setmethod.m ├── subsref.m └── timestepper.m ├── @tscg ├── subsref.m ├── subsref_old.m └── tscg.m ├── @tsfer ├── subsref.m └── tsfer.m ├── @tslieqn ├── display.m ├── subsref.m └── tslieqn.m ├── @tsmagnus ├── subsref.m └── tsmagnus.m ├── @tsprkmk ├── subsref.m └── tsprkmk.m ├── @tsqq ├── subsref.m └── tsqq.m ├── @tsrk ├── subsref.m └── tsrk.m ├── @tsrkmk ├── subsref.m └── tsrkmk.m ├── @tsrkmkgeo ├── subsref.m └── tsrkmkgeo.m ├── @tsscg ├── subsref.m └── tsscg.m ├── @tssym ├── subsref.m └── tssym.m └── Contents.m /Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/Contents.m -------------------------------------------------------------------------------- /auxiliary/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/Contents.m -------------------------------------------------------------------------------- /auxiliary/demos/demos.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/demos/demos.m -------------------------------------------------------------------------------- /auxiliary/demos/dmdexamples.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/demos/dmdexamples.m -------------------------------------------------------------------------------- /auxiliary/demos/dmtutorial.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/demos/dmtutorial.m -------------------------------------------------------------------------------- /auxiliary/documentation/DiffMan_ug.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/documentation/DiffMan_ug.pdf -------------------------------------------------------------------------------- /auxiliary/documentation/classdoc.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/documentation/classdoc.ps -------------------------------------------------------------------------------- /auxiliary/documentation/diffmanlib.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/documentation/diffmanlib.ps -------------------------------------------------------------------------------- /auxiliary/documentation/dm_optimization.m: -------------------------------------------------------------------------------- 1 | % DiffMan Quick start guide. TBW = to be written. 2 | % 3 | % See also SIN, COS, TAN. -------------------------------------------------------------------------------- /auxiliary/documentation/dmdirectories.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/documentation/dmdirectories.m -------------------------------------------------------------------------------- /auxiliary/examples/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/examples/Contents.m -------------------------------------------------------------------------------- /auxiliary/examples/exprog/setxxx.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/examples/exprog/setxxx.m -------------------------------------------------------------------------------- /auxiliary/utilities/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/utilities/Contents.m -------------------------------------------------------------------------------- /auxiliary/utilities/addsubdir.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/utilities/addsubdir.m -------------------------------------------------------------------------------- /auxiliary/utilities/dmclear.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/utilities/dmclear.m -------------------------------------------------------------------------------- /auxiliary/utilities/dmhelp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/utilities/dmhelp.m -------------------------------------------------------------------------------- /auxiliary/utilities/dmisinteger.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/utilities/dmisinteger.m -------------------------------------------------------------------------------- /auxiliary/utilities/dmoptimize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/utilities/dmoptimize.m -------------------------------------------------------------------------------- /auxiliary/utilities/dmshowdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/utilities/dmshowdata.m -------------------------------------------------------------------------------- /auxiliary/utilities/dmshowshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/utilities/dmshowshape.m -------------------------------------------------------------------------------- /auxiliary/utilities/dmshstr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/utilities/dmshstr.m -------------------------------------------------------------------------------- /auxiliary/utilities/iscellempty.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/utilities/iscellempty.m -------------------------------------------------------------------------------- /auxiliary/utilities/lafreeutil/bch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/utilities/lafreeutil/bch.m -------------------------------------------------------------------------------- /auxiliary/utilities/lafreeutil/divisors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/utilities/lafreeutil/divisors.m -------------------------------------------------------------------------------- /auxiliary/utilities/lafreeutil/lafcount.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/utilities/lafreeutil/lafcount.m -------------------------------------------------------------------------------- /auxiliary/utilities/lafreeutil/lafdim.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/utilities/lafreeutil/lafdim.m -------------------------------------------------------------------------------- /auxiliary/utilities/lafreeutil/magnusdim.m: -------------------------------------------------------------------------------- 1 | function d = magnusdim(m) 2 | d = 0; 3 | for i = 1:2:2*m, 4 | nu = lafcount(i,[1:m]); 5 | d = d + nu; 6 | end; 7 | -------------------------------------------------------------------------------- /auxiliary/utilities/skew.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/utilities/skew.m -------------------------------------------------------------------------------- /auxiliary/utilities/unskew.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/auxiliary/utilities/unskew.m -------------------------------------------------------------------------------- /dminit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/dminit.m -------------------------------------------------------------------------------- /dmpath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/dmpath.m -------------------------------------------------------------------------------- /dmversion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/dmversion.m -------------------------------------------------------------------------------- /domain/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/Contents.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/Contents.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/display.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/dist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/dist.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/getdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/getshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/hasshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/hmanifold.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/hmanifold.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/invlambda.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/invlambda.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/isdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/lambda.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/lambda.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/liealgebra.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/liealgebra.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/origin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/origin.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/project.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/random.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/sameshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/sameshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/setdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/setshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/stabilizer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/stabilizer.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmanifold/zeros.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmanifold/zeros.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmisospec/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmisospec/getdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmisospec/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmisospec/getshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmisospec/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmisospec/hasshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmisospec/hmisospec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmisospec/hmisospec.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmisospec/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmisospec/isdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmisospec/lambda.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmisospec/lambda.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmisospec/origin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmisospec/origin.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmisospec/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmisospec/random.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmisospec/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmisospec/setdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmisospec/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmisospec/setshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmlie/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmlie/display.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmlie/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmlie/getdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmlie/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmlie/getshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmlie/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmlie/hasshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmlie/hmlie.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmlie/hmlie.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmlie/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmlie/isdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmlie/lambda.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmlie/lambda.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmlie/origin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmlie/origin.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmlie/private/hmshstr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmlie/private/hmshstr.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmlie/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmlie/random.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmlie/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmlie/setdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmlie/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmlie/setshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmnsphere/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmnsphere/getdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmnsphere/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmnsphere/getshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmnsphere/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmnsphere/hasshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmnsphere/hmnsphere.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmnsphere/hmnsphere.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmnsphere/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmnsphere/isdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmnsphere/lambda.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmnsphere/lambda.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmnsphere/origin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmnsphere/origin.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmnsphere/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmnsphere/random.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmnsphere/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmnsphere/setdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmnsphere/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmnsphere/setshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrigid/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrigid/display.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrigid/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrigid/getdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrigid/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrigid/getshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrigid/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrigid/hasshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrigid/hmrigid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrigid/hmrigid.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrigid/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrigid/isdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrigid/lambda.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrigid/lambda.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrigid/origin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrigid/origin.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrigid/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrigid/project.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrigid/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrigid/random.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrigid/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrigid/setdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrigid/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrigid/setshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrn/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrn/getdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrn/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrn/getshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrn/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrn/hasshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrn/hmrn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrn/hmrn.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrn/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrn/isdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrn/lambda.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrn/lambda.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrn/origin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrn/origin.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrn/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrn/random.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrn/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrn/setdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmrn/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmrn/setshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmsineeuler/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmsineeuler/display.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmsineeuler/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmsineeuler/getdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmsineeuler/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmsineeuler/getshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmsineeuler/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmsineeuler/hasshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmsineeuler/hmsineeuler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmsineeuler/hmsineeuler.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmsineeuler/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmsineeuler/isdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmsineeuler/lambda.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmsineeuler/lambda.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmsineeuler/origin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmsineeuler/origin.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmsineeuler/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmsineeuler/project.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmsineeuler/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmsineeuler/random.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmsineeuler/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmsineeuler/setdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmsineeuler/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmsineeuler/setshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmtop/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmtop/display.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmtop/dist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmtop/dist.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmtop/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmtop/getdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmtop/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmtop/getshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmtop/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmtop/hasshape.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmtop/hmtop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmtop/hmtop.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmtop/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmtop/isdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmtop/lambda.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmtop/lambda.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmtop/origin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmtop/origin.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmtop/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmtop/project.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmtop/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmtop/random.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmtop/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmtop/setdata.m -------------------------------------------------------------------------------- /domain/hmanifold/@hmtop/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/@hmtop/setshape.m -------------------------------------------------------------------------------- /domain/hmanifold/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/hmanifold/Contents.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/Contents.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/adjoint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/adjoint.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/dcayinv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/dcayinv.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/dimension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/dimension.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/display.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/dist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/dist.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/getdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/getshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/hasmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/hasshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/horzcat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/horzcat.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/isabelian.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/isdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/ladirprod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/ladirprod.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/liegroup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/liegroup.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/minus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/minus.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/mtimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/mtimes.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/pi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/pi.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/plus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/plus.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/project.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/random.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/sameshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/sameshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/setdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/setshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/uminus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/uminus.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/zero.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/zero.m -------------------------------------------------------------------------------- /domain/liealgebra/@ladirprod/zeros.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@ladirprod/zeros.m -------------------------------------------------------------------------------- /domain/liealgebra/@lafree/dexpinv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lafree/dexpinv.m -------------------------------------------------------------------------------- /domain/liealgebra/@lafree/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lafree/getdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@lafree/getvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lafree/getvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@lafree/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lafree/hasmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lafree/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lafree/hasshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lafree/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lafree/isabelian.m -------------------------------------------------------------------------------- /domain/liealgebra/@lafree/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lafree/isdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@lafree/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lafree/ismatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lafree/private/bascomm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lafree/private/bascomm.m -------------------------------------------------------------------------------- /domain/liealgebra/@lafree/private/basvec2str.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lafree/private/basvec2str.m -------------------------------------------------------------------------------- /domain/liealgebra/@lafree/private/eqshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lafree/private/eqshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lafree/private/removeps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lafree/private/removeps.m -------------------------------------------------------------------------------- /domain/liealgebra/@lafree/sameshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lafree/sameshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lafree/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lafree/setshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/dimension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/dimension.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/getdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/getmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/getnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/getshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/getvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/getvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/hasmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/hasshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/isabelian.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/isdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/ismatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/lagl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/lagl.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/project.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/random.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/setdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/setmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/setnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/setshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lagl/setvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lagl/setvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/Contents.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/dimension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/dimension.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/getdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/getmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/getnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/getshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/getvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/getvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/hasmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/hasshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/isabelian.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/isdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/ismatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/larn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/larn.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/project.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/setdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/setmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/setnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/setshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@larn/setvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@larn/setvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/dcayinv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/dcayinv.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/dimension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/dimension.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/display.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/dist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/dist.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/getdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/getmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/getnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/getshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/getvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/getvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/hasmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/hasshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/horzcat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/horzcat.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/isabelian.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/isdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/ismatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/lase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/lase.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/minus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/minus.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/mtimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/mtimes.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/norm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/norm.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/plus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/plus.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/project.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/random.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/setdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/setmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/setnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/setshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/setvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/setvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/uminus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/uminus.m -------------------------------------------------------------------------------- /domain/liealgebra/@lase/zero.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lase/zero.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/Contents.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/dimension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/dimension.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/getdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/getmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/getnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/getshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/getvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/getvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/hasmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/hasshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/isabelian.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/isdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/ismatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/lasl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/lasl.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/project.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/setdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/setmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/setnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/setshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasl/setvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasl/setvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/Contents.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/dimension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/dimension.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/getdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/getmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/getnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/getshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/getvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/getvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/hasmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/hasshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/isabelian.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/isdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/ismatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/laso.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/laso.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/project.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/setdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/setmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/setnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/setshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso/setvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso/setvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/dimension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/dimension.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/getdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/getmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/getnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/getshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/getvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/getvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/hasmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/hasshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/isabelian.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/isdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/ismatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/laso_pq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/laso_pq.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/project.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/setdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/setmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/setnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/setshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@laso_pq/setvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laso_pq/setvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/Contents.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/dimension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/dimension.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/getdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/getmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/getnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/getshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/getvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/getvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/hasmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/hasshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/isabelian.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/isdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/ismatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/lasp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/lasp.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/mtimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/mtimes.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/project.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/random.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/setdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/setmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/setnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/setshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/setvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/setvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasp/zero.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasp/zero.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/dimension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/dimension.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/getdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/getmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/getnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/getshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/getvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/getvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/hasmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/hasshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/isabelian.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/isdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/ismatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/lasu.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/lasu.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/mtimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/mtimes.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/project.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/random.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/setdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/setmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/setnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/setshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/setvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/setvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@lasu/zero.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@lasu/zero.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/Contents.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/adjoint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/adjoint.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/dimension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/dimension.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/display.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/dist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/dist.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/getdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/getshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/hasmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/hasshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/horzcat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/horzcat.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/isabelian.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/isdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/latangent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/latangent.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/liegroup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/liegroup.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/minus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/minus.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/mtimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/mtimes.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/plus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/plus.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/private/latdist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/private/latdist.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/private/latlog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/private/latlog.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/private/latplus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/private/latplus.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/private/latzero.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/private/latzero.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/project.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/random.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/sameshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/sameshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/setdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/setshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/uminus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/uminus.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/zero.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/zero.m -------------------------------------------------------------------------------- /domain/liealgebra/@latangent/zeros.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@latangent/zeros.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/dimension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/dimension.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/getdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/getmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/getnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/getshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/getvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/getvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/hasmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/hasshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/isabelian.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/isdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/ismatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/laun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/laun.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/mtimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/mtimes.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/project.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/random.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/setdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/setmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/setnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/setshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/setvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/setvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@laun/zero.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@laun/zero.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/Contents.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/adjoint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/adjoint.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/basis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/basis.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/dcay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/dcay.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/dcaycay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/dcaycay.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/dcaycayinv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/dcaycayinv.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/dcayinv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/dcayinv.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/dexp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/dexp.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/dexpexp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/dexpexp.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/dexpexpinv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/dexpexpinv.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/dexpinv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/dexpinv.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/dexpinvtest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/dexpinvtest.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/dimension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/dimension.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/display.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/dist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/dist.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/dpade22.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/dpade22.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/dpade22inv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/dpade22inv.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/eig.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/eig.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/getdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/getmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/getnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/getshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/getvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/getvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/hasmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/hasshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/horzcat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/horzcat.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/isabelian.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/isdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/ismatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/liealgebra.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/liealgebra.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/liegroup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/liegroup.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/minus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/minus.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/mtimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/mtimes.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/norm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/norm.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/plus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/plus.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/project.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/random.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/sameshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/sameshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/setdata.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/setmatrix.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/setnumberfield.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/setshape.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/setvector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/setvector.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/uminus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/uminus.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/zero.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/zero.m -------------------------------------------------------------------------------- /domain/liealgebra/@liealgebra/zeros.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/@liealgebra/zeros.m -------------------------------------------------------------------------------- /domain/liealgebra/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liealgebra/Contents.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/Contents.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/cay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/cay.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/display.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/dist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/dist.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/exp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/exp.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/getdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/getshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/hasmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/hasshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/identity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/identity.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/inv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/inv.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/isabelian.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/isdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/lgdirprod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/lgdirprod.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/liealgebra.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/liealgebra.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/log.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/log.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/mtimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/mtimes.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/private/lgdpcay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/private/lgdpcay.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/private/lgdpdist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/private/lgdpdist.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/private/lgdpexp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/private/lgdpexp.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/private/lgdpinv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/private/lgdpinv.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/private/lgdplog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/private/lgdplog.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/private/shapestr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/private/shapestr.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/project.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/random.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/sameshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/sameshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/setdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgdirprod/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgdirprod/setshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lggl/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lggl/getdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lggl/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lggl/getmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lggl/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lggl/getnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lggl/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lggl/getshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lggl/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lggl/hasmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lggl/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lggl/hasshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lggl/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lggl/isabelian.m -------------------------------------------------------------------------------- /domain/liegroup/@lggl/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lggl/isdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lggl/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lggl/ismatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lggl/lggl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lggl/lggl.m -------------------------------------------------------------------------------- /domain/liegroup/@lggl/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lggl/project.m -------------------------------------------------------------------------------- /domain/liegroup/@lggl/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lggl/setdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lggl/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lggl/setmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lggl/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lggl/setnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lggl/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lggl/setshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon/getdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon/getmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon/getnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon/getshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon/hasmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon/hasshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon/isabelian.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon/isdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon/ismatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon/lgon.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon/lgon.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon/liealgebra.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon/liealgebra.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon/project.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon/setdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon/setmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon/setnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon/setshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/getdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/getmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/getnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/getshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/hasmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/hasshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/identity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/identity.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/isabelian.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/isdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/ismatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/lgon_pq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/lgon_pq.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/liealgebra.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/liealgebra.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/project.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/random.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/setdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/setmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/setnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgon_pq/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgon_pq/setshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgrn/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgrn/getdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgrn/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgrn/getmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgrn/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgrn/getnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgrn/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgrn/getshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgrn/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgrn/hasmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgrn/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgrn/hasshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgrn/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgrn/isabelian.m -------------------------------------------------------------------------------- /domain/liegroup/@lgrn/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgrn/isdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgrn/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgrn/ismatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgrn/lgrn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgrn/lgrn.m -------------------------------------------------------------------------------- /domain/liegroup/@lgrn/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgrn/project.m -------------------------------------------------------------------------------- /domain/liegroup/@lgrn/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgrn/setdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgrn/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgrn/setmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgrn/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgrn/setnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgrn/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgrn/setshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/cay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/cay.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/display.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/exp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/exp.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/getdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/getmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/getnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/getshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/hasmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/hasshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/identity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/identity.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/inv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/inv.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/isabelian.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/isdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/ismatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/lgse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/lgse.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/log.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/log.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/mtimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/mtimes.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/project.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/random.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/setdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/setmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/setnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgse/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgse/setshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsl/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsl/getdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsl/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsl/getmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsl/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsl/getnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsl/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsl/getshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsl/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsl/hasmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsl/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsl/hasshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsl/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsl/isabelian.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsl/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsl/isdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsl/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsl/ismatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsl/lgsl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsl/lgsl.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsl/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsl/project.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsl/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsl/setdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsl/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsl/setmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsl/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsl/setnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsl/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsl/setshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso/getdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso/getmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso/getnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso/getshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso/hasmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso/hasshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso/isabelian.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso/isdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso/ismatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso/lgso.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso/lgso.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso/project.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso/setdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso/setmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso/setnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso/setshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso_pq/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso_pq/getdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso_pq/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso_pq/getmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso_pq/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso_pq/getnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso_pq/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso_pq/getshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso_pq/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso_pq/hasmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso_pq/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso_pq/hasshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso_pq/identity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso_pq/identity.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso_pq/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso_pq/isabelian.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso_pq/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso_pq/isdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso_pq/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso_pq/ismatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso_pq/lgso_pq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso_pq/lgso_pq.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso_pq/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso_pq/project.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso_pq/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso_pq/random.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso_pq/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso_pq/setdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso_pq/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso_pq/setmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso_pq/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso_pq/setnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgso_pq/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgso_pq/setshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsp/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsp/getdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsp/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsp/getmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsp/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsp/getnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsp/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsp/getshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsp/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsp/hasmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsp/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsp/hasshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsp/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsp/isabelian.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsp/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsp/isdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsp/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsp/ismatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsp/lgsp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsp/lgsp.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsp/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsp/project.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsp/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsp/setdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsp/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsp/setmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsp/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsp/setnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsp/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsp/setshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsu/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsu/getdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsu/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsu/getmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsu/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsu/getnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsu/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsu/getshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsu/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsu/hasmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsu/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsu/hasshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsu/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsu/isabelian.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsu/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsu/isdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsu/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsu/ismatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsu/lgsu.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsu/lgsu.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsu/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsu/project.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsu/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsu/setdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsu/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsu/setmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsu/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsu/setnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgsu/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgsu/setshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/Contents.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/display.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/dist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/dist.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/exp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/exp.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/getdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/getnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/getshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/hasmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/hasshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/identity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/identity.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/inv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/inv.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/isabelian.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/isdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/lgtangent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/lgtangent.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/liealgebra.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/liealgebra.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/log.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/log.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/mtimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/mtimes.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/private/lgtdist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/private/lgtdist.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/private/lgtexp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/private/lgtexp.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/private/lgtinv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/private/lgtinv.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/private/lgtisdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/private/lgtisdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/private/lgtlog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/private/lgtlog.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/private/lgtmtimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/private/lgtmtimes.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/private/lgtrandom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/private/lgtrandom.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/private/shapestr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/private/shapestr.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/project.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/random.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/sameshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/sameshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/setdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgtangent/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgtangent/setshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgun/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgun/getdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgun/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgun/getmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgun/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgun/getnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgun/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgun/getshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgun/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgun/hasmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgun/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgun/hasshape.m -------------------------------------------------------------------------------- /domain/liegroup/@lgun/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgun/isabelian.m -------------------------------------------------------------------------------- /domain/liegroup/@lgun/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgun/isdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgun/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgun/ismatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgun/lgun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgun/lgun.m -------------------------------------------------------------------------------- /domain/liegroup/@lgun/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgun/project.m -------------------------------------------------------------------------------- /domain/liegroup/@lgun/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgun/setdata.m -------------------------------------------------------------------------------- /domain/liegroup/@lgun/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgun/setmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@lgun/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgun/setnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@lgun/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@lgun/setshape.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/Contents.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/cay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/cay.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/caycay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/caycay.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/display.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/dist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/dist.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/eig.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/eig.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/exp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/exp.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/expexp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/expexp.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/getdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/getdata.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/getmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/getmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/getnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/getnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/getshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/getshape.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/hasmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/hasmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/hasshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/hasshape.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/identity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/identity.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/inv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/inv.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/invcay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/invcay.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/invcaycay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/invcaycay.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/invexpexp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/invexpexp.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/invpade22.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/invpade22.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/isabelian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/isabelian.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/isdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/isdata.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/ismatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/ismatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/liealgebra.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/liealgebra.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/liegroup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/liegroup.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/log.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/log.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/mtimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/mtimes.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/norm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/norm.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/pade22.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/pade22.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/project.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/random.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/sameshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/sameshape.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/setdata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/setdata.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/setmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/setmatrix.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/setnumberfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/setnumberfield.m -------------------------------------------------------------------------------- /domain/liegroup/@liegroup/setshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/@liegroup/setshape.m -------------------------------------------------------------------------------- /domain/liegroup/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/domain/liegroup/Contents.m -------------------------------------------------------------------------------- /field/@vectorfield/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/field/@vectorfield/Contents.m -------------------------------------------------------------------------------- /field/@vectorfield/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/field/@vectorfield/display.m -------------------------------------------------------------------------------- /field/@vectorfield/getdomain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/field/@vectorfield/getdomain.m -------------------------------------------------------------------------------- /field/@vectorfield/geteqntype.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/field/@vectorfield/geteqntype.m -------------------------------------------------------------------------------- /field/@vectorfield/getfm2g.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/field/@vectorfield/getfm2g.m -------------------------------------------------------------------------------- /field/@vectorfield/setdomain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/field/@vectorfield/setdomain.m -------------------------------------------------------------------------------- /field/@vectorfield/seteqntype.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/field/@vectorfield/seteqntype.m -------------------------------------------------------------------------------- /field/@vectorfield/setfm2g.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/field/@vectorfield/setfm2g.m -------------------------------------------------------------------------------- /field/@vectorfield/vectorfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/field/@vectorfield/vectorfield.m -------------------------------------------------------------------------------- /field/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/field/Contents.m -------------------------------------------------------------------------------- /flow/@flow/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/@flow/Contents.m -------------------------------------------------------------------------------- /flow/@flow/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/@flow/display.m -------------------------------------------------------------------------------- /flow/@flow/flow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/@flow/flow.m -------------------------------------------------------------------------------- /flow/@flow/getdefaults.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/@flow/getdefaults.m -------------------------------------------------------------------------------- /flow/@flow/gettimestepper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/@flow/gettimestepper.m -------------------------------------------------------------------------------- /flow/@flow/getvectorfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/@flow/getvectorfield.m -------------------------------------------------------------------------------- /flow/@flow/newstepsize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/@flow/newstepsize.m -------------------------------------------------------------------------------- /flow/@flow/setdefaults.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/@flow/setdefaults.m -------------------------------------------------------------------------------- /flow/@flow/settimestepper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/@flow/settimestepper.m -------------------------------------------------------------------------------- /flow/@flow/setvectorfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/@flow/setvectorfield.m -------------------------------------------------------------------------------- /flow/@flow/subsref.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/@flow/subsref.m -------------------------------------------------------------------------------- /flow/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/Contents.m -------------------------------------------------------------------------------- /flow/timestepper/@timestepper/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@timestepper/Contents.m -------------------------------------------------------------------------------- /flow/timestepper/@timestepper/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@timestepper/display.m -------------------------------------------------------------------------------- /flow/timestepper/@timestepper/getmethod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@timestepper/getmethod.m -------------------------------------------------------------------------------- /flow/timestepper/@timestepper/setmethod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@timestepper/setmethod.m -------------------------------------------------------------------------------- /flow/timestepper/@timestepper/subsref.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@timestepper/subsref.m -------------------------------------------------------------------------------- /flow/timestepper/@timestepper/timestepper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@timestepper/timestepper.m -------------------------------------------------------------------------------- /flow/timestepper/@tscg/subsref.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tscg/subsref.m -------------------------------------------------------------------------------- /flow/timestepper/@tscg/subsref_old.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tscg/subsref_old.m -------------------------------------------------------------------------------- /flow/timestepper/@tscg/tscg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tscg/tscg.m -------------------------------------------------------------------------------- /flow/timestepper/@tsfer/subsref.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tsfer/subsref.m -------------------------------------------------------------------------------- /flow/timestepper/@tsfer/tsfer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tsfer/tsfer.m -------------------------------------------------------------------------------- /flow/timestepper/@tsmagnus/subsref.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tsmagnus/subsref.m -------------------------------------------------------------------------------- /flow/timestepper/@tsmagnus/tsmagnus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tsmagnus/tsmagnus.m -------------------------------------------------------------------------------- /flow/timestepper/@tsprkmk/subsref.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tsprkmk/subsref.m -------------------------------------------------------------------------------- /flow/timestepper/@tsprkmk/tsprkmk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tsprkmk/tsprkmk.m -------------------------------------------------------------------------------- /flow/timestepper/@tsqq/subsref.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tsqq/subsref.m -------------------------------------------------------------------------------- /flow/timestepper/@tsqq/tsqq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tsqq/tsqq.m -------------------------------------------------------------------------------- /flow/timestepper/@tsrk/subsref.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tsrk/subsref.m -------------------------------------------------------------------------------- /flow/timestepper/@tsrk/tsrk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tsrk/tsrk.m -------------------------------------------------------------------------------- /flow/timestepper/@tsrkmk/subsref.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tsrkmk/subsref.m -------------------------------------------------------------------------------- /flow/timestepper/@tsrkmk/tsrkmk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tsrkmk/tsrkmk.m -------------------------------------------------------------------------------- /flow/timestepper/@tsrkmkgeo/subsref.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tsrkmkgeo/subsref.m -------------------------------------------------------------------------------- /flow/timestepper/@tsrkmkgeo/tsrkmkgeo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tsrkmkgeo/tsrkmkgeo.m -------------------------------------------------------------------------------- /flow/timestepper/@tsscg/subsref.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tsscg/subsref.m -------------------------------------------------------------------------------- /flow/timestepper/@tsscg/tsscg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tsscg/tsscg.m -------------------------------------------------------------------------------- /flow/timestepper/@tssym/tssym.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/@tssym/tssym.m -------------------------------------------------------------------------------- /flow/timestepper/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenthe/DiffMan/b8fc3e8e7f771c6d92de8b83865a732ef94fd70e/flow/timestepper/Contents.m --------------------------------------------------------------------------------