HomeSort by relevance Sort by last modified time
    Searched refs:p_null (Results 1 - 4 of 4) sorted by null

  /external/eigen/test/
sparse_permutations.cpp 42 PermutationMatrix<Dynamic> p, p_null; local
68 res = mat.template selfadjointView<Upper>().twistedBy(p_null);
72 res = mat.template selfadjointView<Lower>().twistedBy(p_null);
77 res = up.template selfadjointView<Upper>().twistedBy(p_null);
81 res = lo.template selfadjointView<Lower>().twistedBy(p_null);
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 492 PermutationMatrix<Dynamic,Dynamic,Index> p_null;
494 m_matrix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null);
551 PermutationMatrix<Dynamic,Dynamic,Index> p_null;
553 m_matrix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null);
  /external/chromium_org/tools/idl_parser/
idl_ppapi_parser.py 236 def p_null(self, p): member in class:IDLPPAPIParser
idl_parser.py 416 def p_null(self, p): member in class:IDLParser
844 def p_Null(self, p):
    [all...]

Completed in 120 milliseconds