![]() |
Prusa Slicer 2.6.0
|
Include dependency graph for diag.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | igl |
Macros | |
| #define | EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET |
Functions | |
| template<typename T > | |
| IGL_INLINE void | igl::diag (const Eigen::SparseMatrix< T > &X, Eigen::SparseVector< T > &V) |
| template<typename T , typename DerivedV > | |
| IGL_INLINE void | igl::diag (const Eigen::SparseMatrix< T > &X, Eigen::MatrixBase< DerivedV > &V) |
| template<typename T > | |
| IGL_INLINE void | igl::diag (const Eigen::SparseVector< T > &V, Eigen::SparseMatrix< T > &X) |
| template<typename T , typename DerivedV > | |
| IGL_INLINE void | igl::diag (const Eigen::MatrixBase< DerivedV > &V, Eigen::SparseMatrix< T > &X) |
| #define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET |