Home
last modified time | relevance | path

Searched refs:GetMarketLine (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/SparseExtra/
DMarketIO.h21 …inline bool GetMarketLine (std::stringstream& line, Index& M, Index& N, Index& i, Index& j, Scalar… in GetMarketLine() function
34 …inline bool GetMarketLine (std::stringstream& line, Index& M, Index& N, Index& i, Index& j, std::c… in GetMarketLine() function
175 if( internal::GetMarketLine(line, M, N, i, j, value) ) in loadMarket()