Functor for the determinant of the Jacobian matrix. More...
#include <functor.h>
Public Types | |
typedef Base::argument_type | argument_type |
The argument type. | |
typedef Base::result_type | result_type |
The result type. | |
Public Member Functions | |
SimplexDeterminant () | |
Default constructor. | |
SimplexDeterminant (const SimplexDeterminant &x) | |
Copy constructor. | |
SimplexDeterminant & | operator= (const SimplexDeterminant &other) |
Assignment operator. | |
~SimplexDeterminant () | |
Destructor. | |
result_type | operator() (const argument_type &x) const |
Return the determinant. |
Functor for the determinant of the Jacobian matrix.