Class SUNLinSolDense

Inheritance Relationships

Base Type

Class Documentation

class amici::SUNLinSolDense : public amici::SUNLinSolWrapper

SUNDIALS dense direct solver.

Public Functions

SUNLinSolDense(AmiVector const &x)

Create dense solver.

Parameters
  • x: A template for cloning vectors needed within the solver.

SUNMatrix getMatrix() const override

Get the matrix A (matrix solvers only).

Return

A