Home | History | Annotate | Download | only in NonLinearOptimization

Lines Matching refs:FVectorType

66     typedef Matrix< Scalar, Dynamic, 1 > FVectorType;
72 FVectorType &x,
76 HybridNonLinearSolverSpace::Status solveInit(FVectorType &x);
77 HybridNonLinearSolverSpace::Status solveOneStep(FVectorType &x);
78 HybridNonLinearSolverSpace::Status solve(FVectorType &x);
81 FVectorType &x,
85 HybridNonLinearSolverSpace::Status solveNumericalDiffInit(FVectorType &x);
86 HybridNonLinearSolverSpace::Status solveNumericalDiffOneStep(FVectorType &x);
87 HybridNonLinearSolverSpace::Status solveNumericalDiff(FVectorType &x);
91 FVectorType fvec, qtf, diag;
113 FVectorType wa1, wa2, wa3, wa4;
123 FVectorType &x,
143 HybridNonLinearSolver<FunctorType,Scalar>::solveInit(FVectorType &x)
186 HybridNonLinearSolver<FunctorType,Scalar>::solveOneStep(FVectorType &x)
342 HybridNonLinearSolver<FunctorType,Scalar>::solve(FVectorType &x)
357 FVectorType &x,
378 HybridNonLinearSolver<FunctorType,Scalar>::solveNumericalDiffInit(FVectorType &x)
424 HybridNonLinearSolver<FunctorType,Scalar>::solveNumericalDiffOneStep(FVectorType &x)
582 HybridNonLinearSolver<FunctorType,Scalar>::solveNumericalDiff(FVectorType &x)