Searched refs:SolutionType (Results 1 – 1 of 1) sorted by relevance
114 typedef Matrix<Scalar, ColsAtCompileTime, Dynamic> SolutionType; in svd_least_square() typedef122 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() typedef202 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()