Definition at line 96 of file matrix-symm.cpp.
98 {
99 const FreeModule *Fp = m0->
rows()->
symm(
p);
100 const FreeModule *Gp = m0->
cols()->
symm(
p);
101
102 monomial dp =
R->degree_monoid()->make_new(
m->degree_shift());
103 R->degree_monoid()->power(dp,
p, dp);
104
105 result = MatrixConstructor(Fp, Gp, dp);
106
108 {
109 vec f =
R->e_sub_i(0);
111 }
112 }
FreeModule * symm(int p) const
const Ring * get_ring() const
const FreeModule * rows() const
const FreeModule * cols() const
void symm1(vec f, int lastn, int pow)
References Matrix::cols(), m, Matrix, monomial, ncols, p, R, result, Matrix::rows(), symm1(), and symm1_next.
Referenced by symmetricPower().