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

  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 18 NonSymmetric = 0x0
89 if (m_sym != NonSymmetric)
90 { // Store the upper part of the matrix. It is needed by the solvers dealing with nonsymmetric matrices ??
208 if( (found!=std::string::npos) && (m_sym != NonSymmetric) )
  /external/eigen/bench/spbench/
spbenchsolver.h 308 // First, deal with Nonsymmetric and symmetric matrices
387 if (sym != NonSymmetric)
506 if (it.sym()!=NonSymmetric)
517 statbuf << " <SYMMETRY> NonSymmetric </SYMMETRY>\n" ;

Completed in 230 milliseconds