Sorry for the confusion here. We have moved the CHOLMOD module to SparseMatrix.CHOLMOD in 0.4 and SparseArrays.CHOLMOD in 0.5. However, update! will probably be an exported function in 0.5 so this should become much easier.
On Tuesday, December 1, 2015 at 7:08:12 AM UTC-5, Matthew Pearce wrote: > > Thanks, but I'm afraid not. I guess the inclusion of Cholmod into Julia > must have been restructured since that part of the code was written. > E.g.: > > ``` > julia> using Base.LinAlg.CHOLMOD.CholmodFactor > ERROR: UndefVarError: CHOLMOD not defined > ``` > > Matthew > > On Tuesday, November 24, 2015 at 3:43:21 PM UTC, Pieterjan Robbe wrote: >> >> is this of any help? >> >> https://groups.google.com/forum/#!msg/julia-users/tgO3hd238Ac/olgfSJLXvzoJ >> >
