Giter VIP home page Giter VIP logo

Comments (4)

stevengj avatar stevengj commented on May 18, 2024

Since this isn't even documented in Julia, I'm not sure it really belongs in Compat; you could always put the requisite BlasInt function in a module where you need this compatibility.

from compat.jl.

dlfivefifty avatar dlfivefifty commented on May 18, 2024

I ended up removing the BlasInt conversion call: regular ints seem to work.

The usage was a wrapper for the LAPack routine zhseqr_, which mimiced the Base/LinAlg/LAPack.jl implementations

Cheers,
Sheehan

On 25 Jun 2015, at 3:26 pm, Steven G. Johnson [email protected] wrote:

Since this isn't even documented in Julia, I'm not sure it really belongs in Compat; you could always put the requisite BlasInt function in a module where you need this compatibility.


Reply to this email directly or view it on GitHub #104 (comment).

from compat.jl.

stevengj avatar stevengj commented on May 18, 2024

ccall will do the conversions for you, but you need to declare the correct type (BlasInt) in the argument list. (Int may or may not work depending on what BLAS implementation you link.)

from compat.jl.

dlfivefifty avatar dlfivefifty commented on May 18, 2024

Yes I left the declaration as BlasInt, which works in both 0.4 and 0.3

Sent from my iPad

On 26 Jun 2015, at 12:23 am, Steven G. Johnson [email protected] wrote:

ccall will do the conversions for you, but you need to declare the correct type (BlasInt) in the argument list. (Int may or may not work depending on what BLAS implementation you link.)


Reply to this email directly or view it on GitHub.

from compat.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.