Definition at line 77 of file matrix-symm.cpp.
80 {
81 if (pow == 0)
83 else
84 {
85 for (
int i = lastn; i <
ncols; i++)
86 {
87 ring_elem r =
m->elem(0, i);
88 vec h =
R->copy_vec(f);
89 R->mult_vec_to(h, r,
false);
91 }
93 }
94 }
void symm1(vec f, int lastn, int pow)
References m, ncols, R, result, symm1(), and symm1_next.
Referenced by symm1(), and SymmMatrix().