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 ??
197 if( (found!=std::string::npos) && (m_sym != NonSymmetric) )
  /external/eigen/bench/spbench/
spbenchsolver.h 290 // First, deal with Nonsymmetric and symmetric matrices
370 if (sym != NonSymmetric)

Completed in 452 milliseconds