Searched refs:Symmetric (Results 1 - 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DMarketIO.h72 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/
H A DConstants.h185 Symmetric=0x20 enumerator in enum:Eigen::__anon20796
/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h511 * \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);

Completed in 113 milliseconds