James Foster

Results 10 issues of James Foster

Would you accept a PR for the following?: a page in the docs in the Tutorial section called "Getting Started with optimization" that gives an overview of the math. formulation...

Type: Documentation

This adds to the docs on the issue of fixing "Connecting to kernel" failures. This questions seems to arise often among a variety of users and may be worth providing...

Addresses #52302 (_StackOverflowError when using LinearAlgebra norm on "wrong" datatypes_) in the specific sense of intercepting `AbstractChar` when generically calling `norm` before the recursive loop starts.

linear algebra

This is an attempt at building from #53 (and addressing issue #31) that aims to follow the existing style of code and docstrings of NaNMath. I'm going for clarity in...

Based on the nice suggested change of @chbrandt in #353, since the block on "relational database" is somewhat vague and confusing. --------- Co-authored-by: Carlos H Brandt

We have a multi-platform, cross-compiling build system for binaries in the Julia ecosystem ( [BinaryBuilder.jl](https://github.com/JuliaPackaging/BinaryBuilder.jl) ), with the [Yggdrasil](https://github.com/JuliaPackaging/Yggdrasil) repo hosting the recipes. While the latest recipe for the shiny...

I've been working on "porting" the Windows specific logic in the build scripts from BLIS to the `configure` and `Makefile` to their equivalent in libflame (diffs are here: https://github.com/JuliaPackaging/Yggdrasil/pull/8671/files) It's...

Based on #431, this demonstrates how to get the BLIS extension working using `libblastrampoline` combined with `LAPACK_jll` (based on Reference LAPACK 3.11 https://github.com/Reference-LAPACK/lapack/releases/tag/v3.11) Note that `suffix_hint="64_",` in `BLAS.lbt_forward` enables ILP...

Build scripts for [libflame](https://github.com/flame/libflame) Addresses #7660 ~Currently MacOS is omitted until linking errors can be resolved cf. https://github.com/flame/libflame/issues/100~

linear algebra :1234:

Possibly addresses: #2576 cf. https://github.com/JuliaDynamics/PeriodicOrbits.jl/pull/3#issuecomment-2348661221