Class SUNLinSolBand
Defined in File sundials_linsol_wrapper.h
Inheritance Relationships
Base Type
public amici::SUNLinSolWrapper
(Class SUNLinSolWrapper)
Class Documentation
-
class SUNLinSolBand : public amici::SUNLinSolWrapper
SUNDIALS band direct solver.
Public Functions
-
SUNLinSolBand(N_Vector x, SUNMatrixWrapper A)
Create solver using existing matrix A.
- Parameters:
x – A template for cloning vectors needed within the solver.
A – square matrix
-
SUNLinSolBand(N_Vector x, SUNMatrixWrapper A)