PolyFEM
Loading...
Searching...
No Matches
AutodiffTypes.hpp File Reference
#include <polyfem/utils/Types.hpp>
#include "autodiff.h"
Include dependency graph for AutodiffTypes.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  polyfem::AutoDiffAllocator< T >
 
class  polyfem::AutoDiffAllocator< double >
 

Namespaces

namespace  polyfem
 

Typedefs

typedef DScalar1< double, Eigen::Matrix< double, Eigen::Dynamic, 1, 0, 3, 1 > > polyfem::AutodiffScalarGrad
 
typedef DScalar2< double, Eigen::Matrix< double, Eigen::Dynamic, 1, 0, 3, 1 >, Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic, 0, 3, 3 > > polyfem::AutodiffScalarHessian
 
typedef Eigen::Matrix< AutodiffScalarGrad, Eigen::Dynamic, 1, 0, 3, 1 > polyfem::AutodiffGradPt
 
typedef Eigen::Matrix< AutodiffScalarHessian, Eigen::Dynamic, 1, 0, 3, 1 > polyfem::AutodiffHessianPt