|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
Expression template specialization for LogicalSparse. More...
#include <Sacado_LFad_LogicalSparse.hpp>

Public Member Functions | |
| Expr () | |
| Default constructor. | |
| Expr (const ValT &x) | |
Constructor with supplied value x. | |
| Expr (const int sz, const ValT &x) | |
Constructor with size sz and value x. | |
| Expr (const int sz, const int i, const ValT &x) | |
Constructor with size sz, index i, and value x. | |
| Expr (const Expr &x) | |
| Copy constructor. | |
| template<typename S > | |
| Expr (const Expr< S > &x) | |
| Copy constructor from any Expression object. | |
| ~Expr () | |
| Destructor. | |
Expression template specialization for LogicalSparse.
Definition at line 208 of file Sacado_LFad_LogicalSparse.hpp.
| Sacado::LFad::Expr< LogicalSparseImp< ValT, LogT > >::Expr | ( | ) | [inline] |
Default constructor.
Definition at line 214 of file Sacado_LFad_LogicalSparse.hpp.
| Sacado::LFad::Expr< LogicalSparseImp< ValT, LogT > >::Expr | ( | const ValT & | x | ) | [inline] |
Constructor with supplied value x.
Initializes value to x and derivative array is empty
Definition at line 221 of file Sacado_LFad_LogicalSparse.hpp.
| Sacado::LFad::Expr< LogicalSparseImp< ValT, LogT > >::Expr | ( | const int | sz, |
| const ValT & | x | ||
| ) | [inline] |
Constructor with size sz and value x.
Initializes value to x and derivative array 0 of length sz
Definition at line 228 of file Sacado_LFad_LogicalSparse.hpp.
| Sacado::LFad::Expr< LogicalSparseImp< ValT, LogT > >::Expr | ( | const int | sz, |
| const int | i, | ||
| const ValT & | x | ||
| ) | [inline] |
Constructor with size sz, index i, and value x.
Initializes value to x and derivative array of length sz as row i of the identity matrix, i.e., sets derivative component i to 1 and all other's to zero.
Definition at line 237 of file Sacado_LFad_LogicalSparse.hpp.
| Sacado::LFad::Expr< LogicalSparseImp< ValT, LogT > >::Expr | ( | const Expr< LogicalSparseImp< ValT, LogT > > & | x | ) | [inline] |
Copy constructor.
Definition at line 241 of file Sacado_LFad_LogicalSparse.hpp.
| Sacado::LFad::Expr< LogicalSparseImp< ValT, LogT > >::Expr | ( | const Expr< S > & | x | ) | [inline] |
Copy constructor from any Expression object.
Definition at line 245 of file Sacado_LFad_LogicalSparse.hpp.
| Sacado::LFad::Expr< LogicalSparseImp< ValT, LogT > >::~Expr | ( | ) | [inline] |
Destructor.
Definition at line 249 of file Sacado_LFad_LogicalSparse.hpp.
1.7.4