|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
Implementation class for computing the logical sparsity of a derivative using forward-mode AD. More...
#include <Sacado_LFad_LogicalSparse.hpp>

Public Types | |
| typedef ValT | value_type |
| Typename of values (e.g., double) | |
| typedef LogT | logical_type |
| Logical type (i.e., type for derivative array components (e.g., bool) | |
Private Types | |
| typedef Fad::DynamicStorage < ValT, LogT > | Storage |
Initialization methods | |
| LogicalSparseImp () | |
| Default constructor. | |
| LogicalSparseImp (const value_type &x) | |
Constructor with supplied value x. | |
| LogicalSparseImp (const int sz, const value_type &x) | |
Constructor with size sz and value x. | |
| LogicalSparseImp (const int sz, const int i, const value_type &x) | |
Constructor with size sz, index i, and value x. | |
| LogicalSparseImp (const LogicalSparseImp &x) | |
| Copy constructor. | |
| template<typename S > | |
| LogicalSparseImp (const Expr< S > &x) | |
| Copy constructor from any Expression object. | |
| ~LogicalSparseImp () | |
| Destructor. | |
| void | diff (const int ith, const int n) |
Set LogicalSparseImp object as the ith independent variable. | |
| template<typename S > | |
| bool | isEqualTo (const Expr< S > &x) const |
| Returns whether two LFad objects have the same values. | |
Derivative accessor methods | |
| bool | hasFastAccess () const |
| Returns true if derivative array is not empty. | |
| bool | isPassive () const |
| Returns true if derivative array is empty. | |
| void | setIsConstant (bool is_const) |
| Set whether variable is constant. | |
Assignment operators | |
| LogicalSparseImp & | operator= (const value_type &val) |
| Assignment operator with constant right-hand-side. | |
| LogicalSparseImp & | operator= (const LogicalSparseImp &x) |
| Assignment with Expr right-hand-side. | |
| template<typename S > | |
| LogicalSparseImp & | operator= (const Expr< S > &x) |
| Assignment operator with any expression right-hand-side. | |
Unary operators | |
| LogicalSparseImp & | operator+= (const value_type &x) |
| Addition-assignment operator with constant right-hand-side. | |
| LogicalSparseImp & | operator-= (const value_type &x) |
| Subtraction-assignment operator with constant right-hand-side. | |
| LogicalSparseImp & | operator*= (const value_type &x) |
| Multiplication-assignment operator with constant right-hand-side. | |
| LogicalSparseImp & | operator/= (const value_type &x) |
| Division-assignment operator with constant right-hand-side. | |
| template<typename S > | |
| LogicalSparseImp & | operator+= (const Expr< S > &x) |
| Addition-assignment operator with Expr right-hand-side. | |
| template<typename S > | |
| LogicalSparseImp & | operator-= (const Expr< S > &x) |
| Subtraction-assignment operator with Expr right-hand-side. | |
| template<typename S > | |
| LogicalSparseImp & | operator*= (const Expr< S > &x) |
| Multiplication-assignment operator with Expr right-hand-side. | |
| template<typename S > | |
| LogicalSparseImp & | operator/= (const Expr< S > &x) |
| Division-assignment operator with Expr right-hand-side. | |
Implementation class for computing the logical sparsity of a derivative using forward-mode AD.
Definition at line 56 of file Sacado_LFad_LogicalSparse.hpp.
typedef Fad::DynamicStorage<ValT,LogT> Sacado::LFad::LogicalSparseImp< ValT, LogT >::Storage [private] |
Definition at line 59 of file Sacado_LFad_LogicalSparse.hpp.
| typedef ValT Sacado::LFad::LogicalSparseImp< ValT, LogT >::value_type |
Typename of values (e.g., double)
Definition at line 64 of file Sacado_LFad_LogicalSparse.hpp.
| typedef LogT Sacado::LFad::LogicalSparseImp< ValT, LogT >::logical_type |
Logical type (i.e., type for derivative array components (e.g., bool)
Definition at line 67 of file Sacado_LFad_LogicalSparse.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT >::LogicalSparseImp | ( | ) | [inline] |
Default constructor.
Definition at line 75 of file Sacado_LFad_LogicalSparse.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT >::LogicalSparseImp | ( | const value_type & | x | ) | [inline] |
Constructor with supplied value x.
Initializes value to x and derivative array is empty
Definition at line 81 of file Sacado_LFad_LogicalSparse.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT >::LogicalSparseImp | ( | const int | sz, |
| const value_type & | x | ||
| ) | [inline] |
Constructor with size sz and value x.
Initializes value to x and derivative array 0 of length sz
Definition at line 87 of file Sacado_LFad_LogicalSparse.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT >::LogicalSparseImp | ( | const int | sz, |
| const int | i, | ||
| const value_type & | 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 95 of file Sacado_LFad_LogicalSparse.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT >::LogicalSparseImp | ( | const LogicalSparseImp< ValT, LogT > & | x | ) | [inline] |
Copy constructor.
Definition at line 101 of file Sacado_LFad_LogicalSparse.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT >::LogicalSparseImp | ( | const Expr< S > & | x | ) | [inline] |
Copy constructor from any Expression object.
Definition at line 59 of file Sacado_LFad_LogicalSparseImp.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT >::~LogicalSparseImp | ( | ) | [inline] |
Destructor.
Definition at line 108 of file Sacado_LFad_LogicalSparse.hpp.
| void Sacado::LFad::LogicalSparseImp< ValT, LogT >::diff | ( | const int | ith, |
| const int | n | ||
| ) | [inline] |
Set LogicalSparseImp object as the ith independent variable.
Sets the derivative array of length n to the ith row of the identity matrix and has the same affect as the Implementation(const int sz, const int i, const T & x) constructor.
Definition at line 83 of file Sacado_LFad_LogicalSparseImp.hpp.
| bool Sacado::LFad::LogicalSparseImp< ValT, LogT >::isEqualTo | ( | const Expr< S > & | x | ) | const [inline] |
Returns whether two LFad objects have the same values.
Definition at line 121 of file Sacado_LFad_LogicalSparse.hpp.
| bool Sacado::LFad::LogicalSparseImp< ValT, LogT >::hasFastAccess | ( | ) | const [inline] |
Returns true if derivative array is not empty.
Definition at line 138 of file Sacado_LFad_LogicalSparse.hpp.
| bool Sacado::LFad::LogicalSparseImp< ValT, LogT >::isPassive | ( | ) | const [inline] |
Returns true if derivative array is empty.
Definition at line 141 of file Sacado_LFad_LogicalSparse.hpp.
| void Sacado::LFad::LogicalSparseImp< ValT, LogT >::setIsConstant | ( | bool | is_const | ) | [inline] |
Set whether variable is constant.
Definition at line 144 of file Sacado_LFad_LogicalSparse.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT > & Sacado::LFad::LogicalSparseImp< ValT, LogT >::operator= | ( | const value_type & | val | ) | [inline] |
Assignment operator with constant right-hand-side.
Reimplemented in Sacado::LFad::LogicalSparse< ValT, LogT >.
Definition at line 96 of file Sacado_LFad_LogicalSparseImp.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT > & Sacado::LFad::LogicalSparseImp< ValT, LogT >::operator= | ( | const LogicalSparseImp< ValT, LogT > & | x | ) | [inline] |
Assignment with Expr right-hand-side.
Definition at line 111 of file Sacado_LFad_LogicalSparseImp.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT > & Sacado::LFad::LogicalSparseImp< ValT, LogT >::operator= | ( | const Expr< S > & | x | ) | [inline] |
Assignment operator with any expression right-hand-side.
Reimplemented in Sacado::LFad::LogicalSparse< ValT, LogT >.
Definition at line 123 of file Sacado_LFad_LogicalSparseImp.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT > & Sacado::LFad::LogicalSparseImp< ValT, LogT >::operator+= | ( | const value_type & | x | ) | [inline] |
Addition-assignment operator with constant right-hand-side.
Definition at line 147 of file Sacado_LFad_LogicalSparseImp.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT > & Sacado::LFad::LogicalSparseImp< ValT, LogT >::operator-= | ( | const value_type & | x | ) | [inline] |
Subtraction-assignment operator with constant right-hand-side.
Definition at line 157 of file Sacado_LFad_LogicalSparseImp.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT > & Sacado::LFad::LogicalSparseImp< ValT, LogT >::operator*= | ( | const value_type & | x | ) | [inline] |
Multiplication-assignment operator with constant right-hand-side.
Definition at line 167 of file Sacado_LFad_LogicalSparseImp.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT > & Sacado::LFad::LogicalSparseImp< ValT, LogT >::operator/= | ( | const value_type & | x | ) | [inline] |
Division-assignment operator with constant right-hand-side.
Definition at line 177 of file Sacado_LFad_LogicalSparseImp.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT > & Sacado::LFad::LogicalSparseImp< ValT, LogT >::operator+= | ( | const Expr< S > & | x | ) | [inline] |
Addition-assignment operator with Expr right-hand-side.
Definition at line 188 of file Sacado_LFad_LogicalSparseImp.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT > & Sacado::LFad::LogicalSparseImp< ValT, LogT >::operator-= | ( | const Expr< S > & | x | ) | [inline] |
Subtraction-assignment operator with Expr right-hand-side.
Definition at line 226 of file Sacado_LFad_LogicalSparseImp.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT > & Sacado::LFad::LogicalSparseImp< ValT, LogT >::operator*= | ( | const Expr< S > & | x | ) | [inline] |
Multiplication-assignment operator with Expr right-hand-side.
Definition at line 265 of file Sacado_LFad_LogicalSparseImp.hpp.
| Sacado::LFad::LogicalSparseImp< ValT, LogT > & Sacado::LFad::LogicalSparseImp< ValT, LogT >::operator/= | ( | const Expr< S > & | x | ) | [inline] |
Division-assignment operator with Expr right-hand-side.
Definition at line 303 of file Sacado_LFad_LogicalSparseImp.hpp.
1.7.4