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

◆ compute_column_degrees()

void MatrixConstructor::compute_column_degrees ( )

Definition at line 59 of file matrix-con.cpp.

61{
62 if (cols_frozen)
63 {
64 INTERNAL_ERROR("trying to append to an immutable free module.");
65 }
66 for (int i = 0; i < cols->rank(); i++) compute_column_degree(i);
67}
void compute_column_degree(int i)
const FreeModule * cols
void INTERNAL_ERROR(const char *s,...)
Definition error.c:36

References cols, cols_frozen, compute_column_degree(), and INTERNAL_ERROR().

Referenced by Matrix::homogenize(), IM2_Matrix_lift(), IM2_Matrix_promote(), LocalRing::lift_up(), Matrix::make(), Matrix::make(), Matrix::make_sparse(), polyListToMatrix(), and Matrix::remake().