Douglas Bates
Douglas Bates
On further examination it seems that the problems start when a value of zero for the theta parameter is passed to the objective function within `MixedModels.profilevc`, which returns `Inf`, and...
This PR is *finally* ready for others to take it out for a spin. It adds a `profile` function that can be applied to a `LinearMixedModel`. At present it profiles...
I think the way around this may be to edit the `$pkgdir/deps/build.j`l file and then run ``` julia $pkgdir/deps/build.jl` ``` explicitly At least that is helping me to muddle through...
Another question, if I may. It seems that `Pkg.build("Metis")` has an idea of whether the package has been successfully built in the past. It appears that it does run the...
Thanks, Keno
To avoid cross-talk between the two formulations I will create a new package `MKLsparseinspector` to experiment with the inspector-executor routines.
Having looked at this a bit, I think it may be possible to re-use much of the structure of the existing package and that it would be worthwhile working on...
I have pushed some changes to the `dmb/matrix_sparse` branch implementing what I had suggested for the `mv`, `mm`, `sv`, and `sm` operations. Some of the tests in the triangular test...
The test failures are very weird. Multiplications of a vector by a triangular sparse matrix on the left that go through cscmv! and, hence the C function mkl_sparse_d_mv give incorrect...
General call for help given in https://discourse.julialang.org/t/help-with-debugging-some-code-for-the-mklsparse-package/48764