在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:tkluck/GaloisFields.jl开源软件地址:https://github.com/tkluck/GaloisFields.jl开源编程语言:Julia 100.0%开源软件介绍:GaloisFields.jl - finite fields for Julia
IntroductionThis module defines types representing finite fields. It supports both fields of prime order and of prime power order. SynopsisThe easiest way to create Galois fields is with the using GaloisFields
const F = @GaloisField 29 # ℤ/29ℤ
const G = @GaloisField! 27 β # degree-3 extension of ℤ/3ℤ; multiplicatively generated by β
F(2)^29 == F(2)
β^27 == β The exclamation mark The macros also accept special symbols for specifying the field. This is more difficult to type (docs) but more elegant to read: 全部评论
专题导读
上一篇:4gh/WorldBankData.jl: Access to World Bank data for Julia发布时间:2022-07-09下一篇:JuliaDatabases/JDBC.jl: Julia interface to Java database drivers发布时间:2022-07-09热门推荐
热门话题
阅读排行榜
|
请发表评论