Searched refs:otherCopy (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DSolveTriangular.h183 OtherCopy otherCopy(other);
186 Side, Mode>::run(nestedExpression(), otherCopy); local
189 other = otherCopy;
/external/eigen/Eigen/src/SparseCore/
H A DTriangularSolver.h175 OtherCopy otherCopy(other.derived());
177 internal::sparse_solve_triangular_selector<ExpressionType, typename internal::remove_reference<OtherCopy>::type, Mode>::run(m_matrix, otherCopy);
180 other = otherCopy;
300 // OtherCopy otherCopy(other.derived());
305 // other = otherCopy;
H A DSparseMatrix.h1072 OtherCopy otherCopy(other.derived());
1079 for (Index j=0; j<otherCopy.outerSize(); ++j)
1080 for (typename _OtherCopy::InnerIterator it(otherCopy, j); it; ++it)
1097 for (Index j=0; j<otherCopy.outerSize(); ++j)
1099 for (typename _OtherCopy::InnerIterator it(otherCopy, j); it; ++it)

Completed in 295 milliseconds