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::__anon5741
30 * Note that the right hand side for a SPD matrix is named as matname_SPD_b.mtx
195 // Find if the matrix is SPD
196 size_t found = m_matname.find("SPD");
198 m_sym = SPD;

Completed in 100 milliseconds