Logs: freenode/#haskell
| 2020-10-16 06:51:58 | → | fragamus joins (~michaelgo@73.93.155.61) |
| 2020-10-16 06:52:25 | × | justanotheruser quits (~justanoth@unaffiliated/justanotheruser) (Ping timeout: 240 seconds) |
| 2020-10-16 06:52:29 | → | dhouthoo joins (~dhouthoo@ptr-eiv6509pb4ifhdr9lsd.18120a2.ip6.access.telenet.be) |
| 2020-10-16 06:52:53 | × | jonathanx quits (~jonathan@dyn-8-sc.cdg.chalmers.se) (Remote host closed the connection) |
| 2020-10-16 06:53:08 | <fragamus> | howdy do we have a way to solve a set of six linear equations |
| 2020-10-16 06:53:55 | <fragamus> | I kinda want to not use something that would require me to add a bulky external package |
| 2020-10-16 06:54:01 | → | ech joins (~user@gateway/tor-sasl/ech) |
| 2020-10-16 06:54:22 | <Axman6> | what does "external" mean? |
| 2020-10-16 06:54:30 | → | jonathanx joins (~jonathan@dyn-8-sc.cdg.chalmers.se) |
| 2020-10-16 06:54:32 | <Axman6> | I'm sure hmatrix has something? |
| 2020-10-16 06:54:34 | <fragamus> | I just want a sleek all haskell package that solves a system of linear equations |
| 2020-10-16 06:55:01 | <fragamus> | external means someone wrote one in C and then someone else ported it to haskell |
| 2020-10-16 06:55:07 | <fragamus> | I just want all haskell |
| 2020-10-16 06:55:14 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2020-10-16 06:55:15 | <fragamus> | I will have a look at hmatrix |
| 2020-10-16 06:55:44 | <fragamus> | I don't want one that uses FFI |
| 2020-10-16 06:55:54 | <Axman6> | I believe hmatrix uses lapack |
| 2020-10-16 06:56:49 | → | dcoutts_ joins (~duncan@33.14.75.194.dyn.plus.net) |
| 2020-10-16 06:57:20 | <Axman6> | https://hackage.haskell.org/package/linear-1.21.3/docs/Linear-Matrix.html#v:luSolve? |
| 2020-10-16 06:57:20 | × | wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Quit: leaving) |
| 2020-10-16 06:57:30 | <Axman6> | pretty sure there' no C deps for the linear package |
| 2020-10-16 06:57:32 | <fragamus> | I just want to do gaussian elimination on a six by six matrix |
| 2020-10-16 06:58:02 | <fragamus> | yes Linear is nice but it appears to top out at vecors of length 4 |
| 2020-10-16 06:58:02 | × | polyrain quits (~polyrain@130.102.13.188) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2020-10-16 06:58:16 | <fragamus> | vectors even |
| 2020-10-16 06:58:32 | <Axman6> | V is an arbitrary sizex vector |
| 2020-10-16 06:58:50 | → | alp joins (~alp@2a01:e0a:58b:4920:e911:6d8c:d3c2:ba84) |
| 2020-10-16 06:58:54 | <fragamus> | elimination and back substitution |
| 2020-10-16 06:59:02 | <Axman6> | so you want V 6 (V 6 Double) or something |
| 2020-10-16 06:59:33 | <fragamus> | ok lemme try that |
| 2020-10-16 07:00:02 | <Axman6> | I have no idea if this'll work though, I'm just following the types |
| 2020-10-16 07:00:18 | × | rprije quits (~rprije@14-203-72-60.tpgi.com.au) (Ping timeout: 260 seconds) |
| 2020-10-16 07:00:32 | <fragamus> | V would have to implement typeclass Additive etc. |
| 2020-10-16 07:00:49 | <Axman6> | which it does |
| 2020-10-16 07:02:37 | × | xff0x quits (~fox@2001:1a81:5391:7900:f127:8532:42d4:579b) (Ping timeout: 244 seconds) |
| 2020-10-16 07:03:56 | → | sdx23 joins (~sdx23@unaffiliated/sdx23) |
| 2020-10-16 07:04:59 | → | snakemas1 joins (~snakemast@213.100.206.23) |
| 2020-10-16 07:08:10 | <fragamus> | ok Linear.V looks like a winner |
| 2020-10-16 07:08:40 | <fragamus> | what does Portability non-portable mean? |
| 2020-10-16 07:08:57 | <Axman6> | probably works with GHC |
| 2020-10-16 07:09:22 | <fragamus> | ok so it is prtable |
| 2020-10-16 07:09:29 | <fragamus> | portable even |
| 2020-10-16 07:09:44 | × | pera quits (~pera@unaffiliated/pera) (Ping timeout: 256 seconds) |
| 2020-10-16 07:09:49 | × | snakemas1 quits (~snakemast@213.100.206.23) (Ping timeout: 260 seconds) |
| 2020-10-16 07:10:42 | → | chaosmasttter joins (~chaosmast@p200300c4a710fa01b4d1efe2d5e04ce9.dip0.t-ipconnect.de) |
| 2020-10-16 07:11:20 | × | whatisRT quits (~whatisRT@2002:5b41:6a33:0:e9bc:8751:d550:a446) (Ping timeout: 246 seconds) |
| 2020-10-16 07:13:16 | × | Sgeo_ quits (~Sgeo@ool-18b982ad.dyn.optonline.net) (Read error: Connection reset by peer) |
| 2020-10-16 07:13:42 | → | whiteline joins (~whiteline@unaffiliated/whiteline) |
| 2020-10-16 07:16:12 | × | tzh quits (~tzh@2601:448:c500:5300::8e04) (Quit: zzz) |
| 2020-10-16 07:16:21 | → | aqd joins (~aqd@ip-87-108-38-187.customer.academica.fi) |
| 2020-10-16 07:16:23 | → | justanotheruser joins (~justanoth@unaffiliated/justanotheruser) |
| 2020-10-16 07:16:38 | × | Buntspecht quits (~user@unaffiliated/siracusa) (Quit: Bye!) |
| 2020-10-16 07:19:54 | → | vilpan joins (~0@mail.elitnet.lt) |
| 2020-10-16 07:20:15 | × | bliminse quits (~bliminse@host217-42-95-37.range217-42.btcentralplus.com) (Quit: leaving) |
| 2020-10-16 07:23:23 | × | perdent quits (~blah@101.175.98.122) (Remote host closed the connection) |
| 2020-10-16 07:23:33 | → | bliminse joins (~bliminse@host217-42-95-37.range217-42.btcentralplus.com) |
| 2020-10-16 07:25:21 | → | thir joins (~thir@p200300f27f02580079ce311adf6fad1c.dip0.t-ipconnect.de) |
| 2020-10-16 07:25:40 | <merijn> | honestly "portability" and "stability" fields have no well defined meaning |
| 2020-10-16 07:25:51 | <merijn> | Some of my packages have stability "haha" :p |
| 2020-10-16 07:26:31 | → | snakemas1 joins (~snakemast@213.100.206.23) |
| 2020-10-16 07:26:57 | → | funkatronixxx joins (~funkatron@a83-161-198-206.adsl.xs4all.nl) |
| 2020-10-16 07:30:02 | × | thir quits (~thir@p200300f27f02580079ce311adf6fad1c.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
| 2020-10-16 07:30:38 | × | AHADI-DANIEL quits (~Thunderbi@45.195.7.35) (Ping timeout: 256 seconds) |
| 2020-10-16 07:30:44 | nikotine | is now known as ping |
| 2020-10-16 07:31:02 | × | GyroW quits (~GyroW@unaffiliated/gyrow) (Quit: Someone ate my pie) |
| 2020-10-16 07:31:20 | → | GyroW joins (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) |
| 2020-10-16 07:31:21 | × | GyroW quits (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) (Changing host) |
| 2020-10-16 07:31:21 | → | GyroW joins (~GyroW@unaffiliated/gyrow) |
| 2020-10-16 07:31:52 | → | polyrain joins (~polyrain@130.102.13.188) |
| 2020-10-16 07:31:54 | → | AHADI-DANIEL joins (~Thunderbi@45.195.7.35) |
| 2020-10-16 07:35:01 | × | snakemas1 quits (~snakemast@213.100.206.23) (Ping timeout: 264 seconds) |
| 2020-10-16 07:36:50 | × | olligobber quits (olligobber@gateway/vpn/privateinternetaccess/olligobber) (Ping timeout: 272 seconds) |
| 2020-10-16 07:39:45 | × | dddddd quits (~dddddd@unaffiliated/dddddd) (Ping timeout: 240 seconds) |
| 2020-10-16 07:39:45 | → | danvet_ joins (~Daniel@2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa) |
| 2020-10-16 07:41:01 | → | snakemas1 joins (~snakemast@213.100.206.23) |
| 2020-10-16 07:42:43 | → | coot joins (~coot@37.30.50.102.nat.umts.dynamic.t-mobile.pl) |
| 2020-10-16 07:44:58 | → | AHADI-DANIEL1 joins (~Thunderbi@45.195.7.35) |
| 2020-10-16 07:44:59 | × | AHADI-DANIEL quits (~Thunderbi@45.195.7.35) (Read error: Connection reset by peer) |
| 2020-10-16 07:45:00 | AHADI-DANIEL1 | is now known as AHADI-DANIEL |
| 2020-10-16 07:49:39 | → | olligobber joins (olligobber@gateway/vpn/privateinternetaccess/olligobber) |
| 2020-10-16 07:50:26 | → | xff0x joins (~fox@217.110.198.158) |
| 2020-10-16 07:53:28 | × | sw1nn quits (~sw1nn@host86-173-104-87.range86-173.btcentralplus.com) (Quit: WeeChat 2.9) |
| 2020-10-16 07:53:39 | × | sea-gull quits (~sea-gull@li1815-136.members.linode.com) (Ping timeout: 258 seconds) |
| 2020-10-16 07:53:46 | → | sea-gull joins (~sea-gull@li1815-136.members.linode.com) |
| 2020-10-16 07:55:00 | → | sw1nn joins (~sw1nn@host86-173-104-87.range86-173.btcentralplus.com) |
| 2020-10-16 07:55:02 | × | toorevitimirp quits (~tooreviti@117.182.180.0) (Remote host closed the connection) |
| 2020-10-16 07:55:08 | → | supercoven joins (~Supercove@dsl-hkibng32-54fb54-166.dhcp.inet.fi) |
| 2020-10-16 07:55:09 | × | supercoven quits (~Supercove@dsl-hkibng32-54fb54-166.dhcp.inet.fi) (Max SendQ exceeded) |
| 2020-10-16 07:55:14 | × | Stanley00 quits (~stanley00@unaffiliated/stanley00) (Read error: Connection reset by peer) |
| 2020-10-16 07:55:16 | → | Stanley|00 joins (~stanley00@unaffiliated/stanley00) |
| 2020-10-16 07:55:23 | → | supercoven joins (~Supercove@dsl-hkibng32-54fb54-166.dhcp.inet.fi) |
| 2020-10-16 07:55:30 | → | toorevitimirp joins (~tooreviti@117.182.180.0) |
| 2020-10-16 07:56:02 | → | raichoo joins (~raichoo@213.240.178.58) |
| 2020-10-16 07:57:55 | → | proofofme joins (~proofofme@184-96-74-65.hlrn.qwest.net) |
| 2020-10-16 07:59:23 | × | supercoven quits (~Supercove@dsl-hkibng32-54fb54-166.dhcp.inet.fi) (Max SendQ exceeded) |
| 2020-10-16 07:59:24 | × | jgt1 quits (~jgt@77-255-14-254.adsl.inetia.pl) (Read error: Connection reset by peer) |
| 2020-10-16 07:59:41 | → | supercoven joins (~Supercove@dsl-hkibng32-54fb54-166.dhcp.inet.fi) |
| 2020-10-16 08:00:04 | × | Stanley|00 quits (~stanley00@unaffiliated/stanley00) (Ping timeout: 246 seconds) |
| 2020-10-16 08:00:12 | → | jgt1 joins (~jgt@77-255-14-254.adsl.inetia.pl) |
| 2020-10-16 08:00:13 | → | anik joins (~anik@103.23.207.150) |
All times are in UTC.