Hi Kai Welcome to Julia and thank you for reporting the problem. It is good practice to include an example that can be copy-pasted into the terminal. It makes it easier to investigate the problem. Please also provide the output from versioninfo().
2014-04-14 3:32 GMT+02:00 coolzai <[email protected]>: > Hi, > I have two sparse matrix. For example A = sparse(i,j,v); b = > sparse(2,1,-1,10,1); > > I want to solve the equation Ax = b... when I try to do that: A\b, it > will return error: > > ERROR: no method > A_ldiv_B!(SparseMatrixCSC{Float64,Int64},SparseMatrixCSC{Int64,Int64}) > > in \ at linalg/generic.jl:108 > > > I was wondering how can I solve the linear equation? > > > Thanks > > Kai > -- Med venlig hilsen Andreas Noack Jensen
