PolyFEM
Loading...
Searching...
No Matches
auto_eigs.hpp File Reference
#include <Eigen/Dense>
Include dependency graph for auto_eigs.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  polyfem
 
namespace  polyfem::autogen
 

Functions

template<typename T >
polyfem::autogen::int_pow (T val, int exp)
 
template<typename T >
void polyfem::autogen::eigs_2d (const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic, 0, 3, 3 > &m, Eigen::Matrix< T, Eigen::Dynamic, 1, 0, 3, 1 > &res)
 
template<typename T >
void polyfem::autogen::eigs_3d (const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic, 0, 3, 3 > &m, Eigen::Matrix< T, Eigen::Dynamic, 1, 0, 3, 1 > &res)