Searched defs:SPD (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DMatrixMarketIterator.h17 SPD = 0x100, enumerator in enum:Eigen::__anon6648
30 * Note that the right hand side for a SPD matrix is named as matname_SPD_b.mtx
221 // Find if the matrix is SPD
222 size_t found = m_matname.find("SPD");
224 m_sym = SPD;

Completed in 462 milliseconds