Support for Mac / Tatin ?

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Quiet
Tech stack
fortran

Research direction

Start with Math.dyalog and test.eigen, reproducing the reported Dyalog APL 20 error from the Linux version on Mac. Inspect the existing LAPACK binding and any Tatin packaging relevant to this workspace; done means the eigenvector example and test.eigen run successfully on Mac.

Written by the indexing model from the issue text.

Description

I was curious about calculating an eigenvector in APL and happy to discover this package. Would support for Mac be possible, either via a Mac-specific Math.dyalog (I tried the Linux one and was unsuccessful) or via Tatin?

FWIW on Mac I get the following (Dyalog APL Version 20.0.53963)

    ]get /path/to/Math-linux/Math.dyalog ⍝ linux version
#.Math
    m←[0 0 1⋄0.5 0 0⋄0.5 1 0]
    Math.Eigen m
⍎SYNTAX ERROR: Invalid Keyword: ":"
Call[0] ***ERROR 102 : ⎕NA'lapack64|dgeev_ <C1 <C1 <I4 =F8[] <I4 >F8[] >F8[] >I
      4 <I4 >F8[] <I4 >F8[] <I4 >I4'
                     ∧

and the same for test.eigen.

I'd be happy to hear I've just used it incorrectly.

Dominant language
Fortran
Stars
16
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Dyalog/Math

All issues in Dyalog/Math

Similar issues

More Operating Systems issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.