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

/external/eigen/Eigen/src/Core/
H A DSolveTriangular.h182 typename internal::plain_matrix_type_column_major<OtherDerived>::type, OtherDerived&>::type OtherCopy; typedef
183 OtherCopy otherCopy(other);
185 internal::triangular_solver_selector<MatrixType, typename internal::remove_reference<OtherCopy>::type,
/external/eigen/Eigen/src/SparseCore/
H A DTriangularSolver.h174 typename internal::plain_matrix_type_column_major<OtherDerived>::type, OtherDerived&>::type OtherCopy; typedef
175 OtherCopy otherCopy(other.derived());
177 internal::sparse_solve_triangular_selector<ExpressionType, typename internal::remove_reference<OtherCopy>::type, Mode>::run(m_matrix, otherCopy);
299 // typename internal::plain_matrix_type_column_major<OtherDerived>::type, OtherDerived&>::type OtherCopy;
300 // OtherCopy otherCopy(other.derived());
H A DSparseMatrix.h1070 typedef typename internal::nested<OtherDerived,2>::type OtherCopy; typedef
1071 typedef typename internal::remove_all<OtherCopy>::type _OtherCopy;
1072 OtherCopy otherCopy(other.derived());

Completed in 84 milliseconds