|
void | GESV (const OrdinalType n, const OrdinalType nrhs, Sacado::Fad::DFad< ScalarType > *A, const OrdinalType lda, OrdinalType *IPIV, Sacado::Fad::DFad< ScalarType > *B, const OrdinalType ldb, OrdinalType *info) const |
| Computes the solution to a real system of linear equations.
|
|
| Fad_LAPACK (bool use_default_impl=true, bool use_dynamic=true, OrdinalType static_workspace_size=0) |
| Default constructor.
|
|
| Fad_LAPACK (const Fad_LAPACK &x) |
| Copy constructor.
|
|
virtual | ~Fad_LAPACK () |
| Destructor.
|
|
void | Fad_GESV () const |
| Implementation of GESV.
|
|
ArrayTraits< OrdinalType, Sacado::Fad::DFad< ScalarType > > | arrayTraits |
| ArrayTraits for packing/unpacking value/derivative arrays.
|
|
Teuchos::LAPACK< OrdinalType, ValueType > | lapack |
| LAPACK for values.
|
|
bool | use_default_impl |
| Use custom or default implementation.
|
|
The documentation for this class was generated from the following file: