|
@@ -18,7 +18,7 @@ IGL_INLINE void igl::full(
|
|
|
}
|
|
|
|
|
|
template <typename DerivedA,typename DerivedB>
|
|
|
-IGL_INLINE bool igl::full(
|
|
|
+IGL_INLINE void igl::full(
|
|
|
const Eigen::PlainObjectBase<DerivedA>& A,
|
|
|
Eigen::PlainObjectBase<DerivedB>& B)
|
|
|
{
|
|
@@ -28,7 +28,7 @@ IGL_INLINE bool igl::full(
|
|
|
#ifndef IGL_HEADER_ONLY
|
|
|
// Explicit template specialization
|
|
|
// generated by autoexplicit.sh
|
|
|
-template bool igl::full<Eigen::Matrix<double, -1, -1, 0, -1, -1>, Eigen::Matrix<double, -1, -1, 0, -1, -1> >(Eigen::PlainObjectBase<Eigen::Matrix<double, -1, -1, 0, -1, -1> > const&, Eigen::PlainObjectBase<Eigen::Matrix<double, -1, -1, 0, -1, -1> >&);
|
|
|
+template void igl::full<Eigen::Matrix<double, -1, -1, 0, -1, -1>, Eigen::Matrix<double, -1, -1, 0, -1, -1> >(Eigen::PlainObjectBase<Eigen::Matrix<double, -1, -1, 0, -1, -1> > const&, Eigen::PlainObjectBase<Eigen::Matrix<double, -1, -1, 0, -1, -1> >&);
|
|
|
// generated by autoexplicit.sh
|
|
|
template void igl::full<double>(Eigen::SparseMatrix<double, 0, int> const&, Eigen::Matrix<double, -1, -1, 0, -1, -1>&);
|
|
|
#endif
|