Home | History | Annotate | Download | only in Polynomials

Lines Matching refs:_Scalar

28 template< typename _Scalar, int _Deg >
32 EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE(_Scalar,_Deg==Dynamic ? Dynamic : _Deg)
34 typedef _Scalar Scalar;
62 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
203 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
226 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
249 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
272 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
309 * \param _Scalar the scalar type, i.e., the type of the polynomial coefficients
330 template< typename _Scalar, int _Deg >
331 class PolynomialSolver : public PolynomialSolverBase<_Scalar,_Deg>
334 EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE(_Scalar,_Deg==Dynamic ? Dynamic : _Deg)
336 typedef PolynomialSolverBase<_Scalar,_Deg> PS_Base;
376 template< typename _Scalar >
377 class PolynomialSolver<_Scalar,1> : public PolynomialSolverBase<_Scalar,1>
380 typedef PolynomialSolverBase<_Scalar,1> PS_Base;