Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
matlab_format.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <Eigen/Sparse>
#include <string>
#include "matlab_format.cpp"
+ Include dependency graph for matlab_format.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedM >
IGL_INLINE const Eigen::WithFormat< DerivedM > igl::matlab_format (const Eigen::DenseBase< DerivedM > &M, const std::string name="")
 
template<typename DerivedS >
IGL_INLINE const std::string igl::matlab_format (const Eigen::SparseMatrix< DerivedS > &S, const std::string name="")
 
IGL_INLINE const std::string igl::matlab_format (const double v, const std::string name="")
 
IGL_INLINE const std::string igl::matlab_format (const float v, const std::string name="")
 
IGL_INLINE Eigen::IOFormat igl::matlab_format ()