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

  /external/eigen/unsupported/Eigen/src/SparseExtra/
MarketIO.h 72 if(sym == Symmetric) header += " symmetric";
79 if(sym == Symmetric) header += " symmetric";
126 if(substr[4].compare("symmetric") == 0) sym = Symmetric;
  /external/eigen/Eigen/src/Core/util/
Constants.h 184 /** Used to support symmetric, non-selfadjoint, complex matrices. */
185 Symmetric=0x20
  /external/v8/test/mjsunit/
mul-exhaustive-part1.js 51 if (x === y) return; // Symmetric cases not necessary.
mul-exhaustive-part10.js 51 if (x === y) return; // Symmetric cases not necessary.
mul-exhaustive-part2.js 51 if (x === y) return; // Symmetric cases not necessary.
mul-exhaustive-part3.js 51 if (x === y) return; // Symmetric cases not necessary.
mul-exhaustive-part4.js 51 if (x === y) return; // Symmetric cases not necessary.
mul-exhaustive-part5.js 51 if (x === y) return; // Symmetric cases not necessary.
mul-exhaustive-part6.js 51 if (x === y) return; // Symmetric cases not necessary.
mul-exhaustive-part7.js 51 if (x === y) return; // Symmetric cases not necessary.
mul-exhaustive-part8.js 51 if (x === y) return; // Symmetric cases not necessary.
mul-exhaustive-part9.js 51 if (x === y) return; // Symmetric cases not necessary.
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 222 bool symmetric = std::abs(m_type) < 10; local
233 m_iparm[10] = symmetric ? 0 : 1; // Use nonsymmetric permutation and scaling MPS
235 m_iparm[12] = symmetric ? 0 : 1; // Maximum weighted matching algorithm is switched-off (default for symmetric).
507 * For complex matrices, A can also be symmetric only, see the \a Options template parameter.
511 * \tparam Options can be any bitwise combination of Upper, Lower, and Symmetric. The default is Upper, meaning only the upper triangular part has to be used.
512 * Symmetric can be used for symmetric, non-selfadjoint complex matrices, the default being to assume a selfadjoint matrix.
538 pardisoInit(Base::ScalarIsComplex ? ( bool(Options&Symmetric) ? 6 : -4 ) : -2);
544 pardisoInit(Base::ScalarIsComplex ? ( bool(Options&Symmetric) ? 6 : -4 ) : -2)
    [all...]

Completed in 436 milliseconds