diff --git a/dev/hypre-matrix-vector/index.html b/dev/hypre-matrix-vector/index.html index b9f8b0a..7714b9d 100644 --- a/dev/hypre-matrix-vector/index.html +++ b/dev/hypre-matrix-vector/index.html @@ -30,4 +30,4 @@ x = solve(solver, A, b) # Inplace solve with x as initial guess x = zeros(length(b)) -solve!(solver, x, A, b)
SparseMatrixCSC / SparseMatrixCSR (multi-process)This interface isn't finalized yet and is therefore not documented since it is subject to change.
Settings
This document was generated with Documenter.jl version 0.28.0-DEV on Wednesday 27 July 2022. Using Julia version 1.7.3.