Macaulay2 Engine
Loading...
Searching...
No Matches

◆ IM2_Matrix_homogenize()

const Matrix * IM2_Matrix_homogenize ( const Matrix * M,
int var,
M2_arrayint wts )

Definition at line 641 of file matrix.cpp.

644{
645 return M->homogenize(var, M2_arrayint_to_stdvector<int>(wts));
646}
Matrix * homogenize(int v, const std::vector< int > &wts) const
Definition matrix.cpp:359
std::vector< T > M2_arrayint_to_stdvector(M2_arrayint arr)
Definition util.hpp:96

References Matrix::homogenize(), M2_arrayint_to_stdvector(), and Matrix.