|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Sacado_Fad_LAPACK.hpp>

Additional Inherited Members | |
Public Member Functions inherited from Sacado::Fad::Fad_LAPACK< OrdinalType, Sacado::Fad::DFad< ScalarType > > | |
| 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. More... | |
| Fad_LAPACK (bool use_default_impl=true, bool use_dynamic=true, OrdinalType static_workspace_size=0) | |
| Default constructor. More... | |
| Fad_LAPACK (const Fad_LAPACK &x) | |
| Copy constructor. More... | |
| virtual | ~Fad_LAPACK () |
| Destructor. More... | |
Protected Member Functions inherited from Sacado::Fad::Fad_LAPACK< OrdinalType, Sacado::Fad::DFad< ScalarType > > | |
| void | Fad_GESV () const |
| Implementation of GESV. More... | |
Protected Attributes inherited from Sacado::Fad::Fad_LAPACK< OrdinalType, Sacado::Fad::DFad< ScalarType > > | |
| ArrayTraits< OrdinalType, Sacado::Fad::DFad< ScalarType > > | arrayTraits |
| ArrayTraits for packing/unpacking value/derivative arrays. More... | |
| Teuchos::LAPACK< OrdinalType, ValueType > | lapack |
| LAPACK for values. More... | |
| bool | use_default_impl |
| Use custom or default implementation. More... | |
Definition at line 148 of file Sacado_Fad_LAPACK.hpp.
1.8.14