Home
last modified time | relevance | path

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

/external/eigen/test/
Dsvd_common.h114 typedef Matrix<Scalar, ColsAtCompileTime, Dynamic> SolutionType; in svd_least_square() typedef
122 SolutionType x = svd.solve(rhs); in svd_least_square()
148 SolutionType y(x); in svd_least_square()
178 typedef Matrix<Scalar, ColsAtCompileTime, Dynamic> SolutionType; in svd_min_norm() typedef
202 SolutionType x21 = qr.householderQ() * tmp; in svd_min_norm()
205 SolutionType x22 = svd2.solve(rhs2); in svd_min_norm()
218 SolutionType x3 = svd3.solve(rhs3); in svd_min_norm()