Mattias Fält

Results 29 issues of Mattias Fält

The implementation of empty square is `const PIECE_TYPE_NONE = PieceType(7)` however, `Board` has the field `bytype::MVector{6,SquareSet}`, and the implementation of pieces is ```julia function pieces(b::Board, t::PieceType)::SquareSet @inbounds b.bytype[t.val] end ```...

Julia crashes when using PyPlot with Immerse, PyPlot however seems to work fine with for example Gadfly. I'm running Julia v0.4.2. (I updated julia to 0.4.4 and all the packages,...

It seems that almost any function I try give me an error because of ambiguity, am I doing something wrong? ```julia julia> using CUSPARSE, CUDArt julia> A = sprand(20,10,0.2) julia>...

See https://github.com/JuliaGPU/CUSPARSE.jl/issues/36

I am working on a project where I wanted to do eigenvalue decomposition on Rectangular Full Packed Matrices and found the [sspev](http://www.netlib.org/lapack/explore-html/d5/d16/sspev_8f_aee30ff1f2a1f001a8c75a1d233985bb5.html#aee30ff1f2a1f001a8c75a1d233985bb5)/[dspev](http://www.netlib.org/lapack/explore-html/d4/d0f/dspev_8f_aa31d35b52c937fdbacaa2e034d8bb52b.html#aa31d35b52c937fdbacaa2e034d8bb52b) functions in LAPACK. Are you still actively working...

I have found this package quite useful, but it seems to lack support for common types such as views of arrays. Hope you like it. Notable things: * I added...

Removes built in ConeProduct in favor of ProximalOperators SlicedSeparableSum, should benchmark before pull

Several of the examples in the example folder are outdated and using the old internal functions.

The heuristics for tests should be properly proven before we pull