Searched refs:p_null (Results 1 – 3 of 3) sorted by relevance
42 PermutationMatrix<Dynamic> p, p_null; in sparse_permutations() local68 res = mat.template selfadjointView<Upper>().twistedBy(p_null); in sparse_permutations()72 res = mat.template selfadjointView<Lower>().twistedBy(p_null); in sparse_permutations()77 res = up.template selfadjointView<Upper>().twistedBy(p_null); in sparse_permutations()81 res = lo.template selfadjointView<Lower>().twistedBy(p_null); in sparse_permutations()
492 PermutationMatrix<Dynamic,Dynamic,Index> p_null;494 …trix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null);551 PermutationMatrix<Dynamic,Dynamic,Index> p_null;553 …trix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null);
204 volatile int *p_null; // external linkage, so GCC can't tell that it variable207 *p_null = 1; in DoNullPointerDereference()