Wildmeshing Toolkit
AutoDiffUtils.hpp File Reference
#include "autodiff.h"
Include dependency graph for AutoDiffUtils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 wmtk
 
 wmtk::function
 
 wmtk::function::utils
 

Functions

template<typename DScalarType , int Rows = Eigen::Dynamic, int Cols = Eigen::Dynamic>
auto wmtk::function::utils::make_DScalar_matrix (int rows=0, int cols=0)
 
template<typename DScalarType , typename Derived >
auto wmtk::function::utils::as_DScalar (const Eigen::MatrixBase< Derived > &data)