HomeSort by relevance Sort by last modified time
    Searched refs:_Scalar (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/eigen/unsupported/test/
polynomialutils.cpp 28 template<typename _Scalar, int _Deg>
32 typedef Matrix<_Scalar,Dim::ret,1> PolynomialType;
33 typedef Matrix<_Scalar,_Deg,1> EvalRootsType;
43 bool evalToZero = evr.isZero( test_precision<_Scalar>() );
49 template<typename _Scalar> void realRoots_to_monicPolynomial_scalar()
51 CALL_SUBTEST_2( (realRoots_to_monicPolynomial_test<_Scalar,2>(2)) );
52 CALL_SUBTEST_3( (realRoots_to_monicPolynomial_test<_Scalar,3>(3)) );
53 CALL_SUBTEST_4( (realRoots_to_monicPolynomial_test<_Scalar,4>(4)) );
54 CALL_SUBTEST_5( (realRoots_to_monicPolynomial_test<_Scalar,5>(5)) );
55 CALL_SUBTEST_6( (realRoots_to_monicPolynomial_test<_Scalar,6>(6)) )
    [all...]
polynomialsolver.cpp 163 template<typename _Scalar, int _Deg>
167 typedef Matrix<_Scalar,Dim::ret,1> PolynomialType;
168 typedef Matrix<_Scalar,_Deg,1> EvalRootsType;
175 _Scalar multipleRoot = internal::random<_Scalar>();
187 typename NumTraits<_Scalar>::Real
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFwd.h 25 template <typename _Scalar, int _Dim, int _Degree>
26 struct SplineTraits< Spline<_Scalar, _Dim, _Degree>, Dynamic >
28 typedef _Scalar Scalar; /*!< The spline curve's scalar type. */
60 template < typename _Scalar, int _Dim, int _Degree, int _DerivativeOrder >
61 struct SplineTraits< Spline<_Scalar, _Dim, _Degree>, _DerivativeOrder > : public SplineTraits< Spline<_Scalar, _Dim, _Degree> >
67 typedef Array<_Scalar,Dynamic,Dynamic,RowMajor,NumOfDerivativesAtCompileTime,OrderAtCompileTime> BasisDerivativeType;
70 typedef Array<_Scalar,_Dim,Dynamic,ColMajor,_Dim,NumOfDerivativesAtCompileTime> DerivativeType;
Spline.h 28 * \tparam _Scalar The underlying data type (typically float or double)
34 template <typename _Scalar, int _Dim, int _Degree>
38 typedef _Scalar Scalar; /*!< The spline curve's scalar type. */
212 template <typename _Scalar, int _Dim, int _Degree>
213 DenseIndex Spline<_Scalar, _Dim, _Degree>::Span(
214 typename SplineTraits< Spline<_Scalar, _Dim, _Degree> >::Scalar u,
216 const typename SplineTraits< Spline<_Scalar, _Dim, _Degree> >::KnotVectorType& knots)
224 template <typename _Scalar, int _Dim, int _Degree>
225 typename Spline<_Scalar, _Dim, _Degree>::BasisVectorType
226 Spline<_Scalar, _Dim, _Degree>::BasisFunctions
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
ParametrizedLine.h 25 * \param _Scalar the scalar type, i.e., the type of the coefficients
28 template <typename _Scalar, int _AmbientDim>
32 EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE(_Scalar,_AmbientDim)
34 typedef _Scalar Scalar;
51 explicit ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim>& hyperplane);
85 Scalar intersection(const Hyperplane<_Scalar, _AmbientDim>& hyperplane);
124 template <typename _Scalar, int _AmbientDim>
125 inline ParametrizedLine<_Scalar, _AmbientDim>::ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim>& hyperplane)
134 template <typename _Scalar, int _AmbientDim
    [all...]
Rotation2D.h 20 * \param _Scalar the scalar type, i.e., the type of the coefficients
30 template<typename _Scalar> struct ei_traits<Rotation2D<_Scalar> >
32 typedef _Scalar Scalar;
35 template<typename _Scalar>
36 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
38 typedef RotationBase<Rotation2D<_Scalar>,2> Base;
46 typedef _Scalar Scalar;
RotationBase.h 61 template<typename _Scalar, int _Rows, int _Cols, int _Storage, int _MaxRows, int _MaxCols>
63 Matrix<_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols>
74 template<typename _Scalar, int _Rows, int _Cols, int _Storage, int _MaxRows, int _MaxCols>
76 Matrix<_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols>&
77 Matrix<_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols>
AngleAxis.h 20 * \param _Scalar the scalar type, i.e., the type of the coefficients.
40 template<typename _Scalar> struct ei_traits<AngleAxis<_Scalar> >
42 typedef _Scalar Scalar;
45 template<typename _Scalar>
46 class AngleAxis : public RotationBase<AngleAxis<_Scalar>,3>
48 typedef RotationBase<AngleAxis<_Scalar>,3> Base;
56 typedef _Scalar Scalar;
  /external/eigen/Eigen/src/Geometry/
ParametrizedLine.h 26 * \param _Scalar the scalar type, i.e., the type of the coefficients
29 template <typename _Scalar, int _AmbientDim, int _Options>
33 EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE(_Scalar,_AmbientDim)
38 typedef _Scalar Scalar;
62 explicit ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane);
99 Scalar intersectionParameter(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const;
102 Scalar intersection(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const;
105 VectorType intersectionPoint(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const;
144 template <typename _Scalar, int _AmbientDim, int _Options>
146 inline ParametrizedLine<_Scalar, _AmbientDim,_Options>::ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim,OtherOptions>& hype (…)
    [all...]
Rotation2D.h 21 * \param _Scalar the scalar type, i.e., the type of the coefficients
34 template<typename _Scalar> struct traits<Rotation2D<_Scalar> >
36 typedef _Scalar Scalar;
40 template<typename _Scalar>
41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
43 typedef RotationBase<Rotation2D<_Scalar>,2> Base;
51 typedef _Scalar Scalar;
AngleAxis.h 21 * \param _Scalar the scalar type, i.e., the type of the coefficients.
42 template<typename _Scalar> struct traits<AngleAxis<_Scalar> >
44 typedef _Scalar Scalar;
48 template<typename _Scalar>
49 class AngleAxis : public RotationBase<AngleAxis<_Scalar>,3>
51 typedef RotationBase<AngleAxis<_Scalar>,3> Base;
59 typedef _Scalar Scalar;
Quaternion.h 192 * \tparam _Scalar the scalar type, i.e., the type of the coefficients
212 template<typename _Scalar,int _Options>
213 struct traits<Quaternion<_Scalar,_Options> >
215 typedef Quaternion<_Scalar,_Options> PlainObject;
216 typedef _Scalar Scalar;
217 typedef Matrix<_Scalar,4,1,_Options> Coefficients;
225 template<typename _Scalar, int _Options>
226 class Quaternion : public QuaternionBase<Quaternion<_Scalar,_Options> >
228 typedef QuaternionBase<Quaternion<_Scalar,_Options> > Base;
232 typedef _Scalar Scalar
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseRedux.h 27 template<typename _Scalar, int _Options, typename _Index>
28 typename internal::traits<SparseMatrix<_Scalar,_Options,_Index> >::Scalar
29 SparseMatrix<_Scalar,_Options,_Index>::sum() const
35 template<typename _Scalar, int _Options, typename _Index>
36 typename internal::traits<SparseVector<_Scalar,_Options, _Index> >::Scalar
37 SparseVector<_Scalar,_Options,_Index>::sum() const
AmbiVector.h 22 template<typename _Scalar, typename _Index>
26 typedef _Scalar Scalar;
124 template<typename _Scalar,typename _Index>
125 _Index AmbiVector<_Scalar,_Index>::nonZeros() const
133 template<typename _Scalar,typename _Index>
134 void AmbiVector<_Scalar,_Index>::init(double estimatedDensity)
142 template<typename _Scalar,typename _Index>
143 void AmbiVector<_Scalar,_Index>::init(int mode)
158 template<typename _Scalar,typename _Index>
159 void AmbiVector<_Scalar,_Index>::restart(
    [all...]
SparseUtil.h 71 template<typename _Scalar, int _Flags = 0, typename _Index = int> class SparseMatrix;
72 template<typename _Scalar, int _Flags = 0, typename _Index = int> class DynamicSparseMatrix;
73 template<typename _Scalar, int _Flags = 0, typename _Index = int> class SparseVector;
74 template<typename _Scalar, int _Flags = 0, typename _Index = int> class MappedSparseMatrix;
102 typedef typename traits<T>::Scalar _Scalar;
105 typedef SparseVector<_Scalar, RowMajor, _Index> type;
109 typedef typename traits<T>::Scalar _Scalar;
112 typedef SparseVector<_Scalar, ColMajor, _Index> type;
116 typedef typename traits<T>::Scalar _Scalar;
120 typedef SparseMatrix<_Scalar, _Options, _Index> type
    [all...]
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineUtil.h 64 template<typename _Scalar, int _Flags = 0> class SkylineMatrix;
65 template<typename _Scalar, int _Flags = 0> class DynamicSkylineMatrix;
66 template<typename _Scalar, int _Flags = 0> class SkylineVector;
67 template<typename _Scalar, int _Flags = 0> class MappedSkylineMatrix;
76 typedef typename traits<T>::Scalar _Scalar;
82 typedef SkylineMatrix<_Scalar, _Flags> type;
  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 38 template< typename _Scalar, int _Deg >
42 EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE(_Scalar,_Deg==Dynamic ? Dynamic : _Deg)
49 typedef _Scalar Scalar;
63 EIGEN_STRONG_INLINE const _Scalar operator()(Index row, Index col ) const
140 template< typename _Scalar, int _Deg >
142 bool companion<_Scalar,_Deg>::balanced( Scalar colNorm, Scalar rowNorm,
183 template< typename _Scalar, int _Deg >
185 bool companion<_Scalar,_Deg>::balancedR( Scalar colNorm, Scalar rowNorm,
195 const _Scalar q = colNorm/rowNorm;
196 if( !isApprox( q, _Scalar(1) )
    [all...]
PolynomialSolver.h 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
    [all...]
  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockOfDynamicSparseMatrix.h 17 // NOTE Have to be reimplemented as a specialization of BlockImpl< DynamicSparseMatrix<_Scalar, _Options, _Index>, ... >
25 template<typename _Scalar, int _Options, typename _Index, int Size>
26 class SparseInnerVectorSet<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size>
27 : public SparseMatrixBase<SparseInnerVectorSet<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size> >
29 typedef DynamicSparseMatrix<_Scalar, _Options, _Index> MatrixType;
  /external/eigen/Eigen/src/Core/
DiagonalMatrix.h 113 * \param _Scalar the type of coefficients
122 template<typename _Scalar, int SizeAtCompileTime, int MaxSizeAtCompileTime>
123 struct traits<DiagonalMatrix<_Scalar,SizeAtCompileTime,MaxSizeAtCompileTime> >
124 : traits<Matrix<_Scalar,SizeAtCompileTime,SizeAtCompileTime,0,MaxSizeAtCompileTime,MaxSizeAtCompileTime> >
126 typedef Matrix<_Scalar,SizeAtCompileTime,1,0,MaxSizeAtCompileTime,1> DiagonalVectorType;
134 template<typename _Scalar, int SizeAtCompileTime, int MaxSizeAtCompileTime>
136 : public DiagonalBase<DiagonalMatrix<_Scalar,SizeAtCompileTime,MaxSizeAtCompileTime> >
142 typedef _Scalar Scalar;
Map.h 176 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
177 inline Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>
183 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
184 inline Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>
Array.h 33 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
34 struct traits<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > : traits<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> >
37 typedef ArrayBase<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > XprBase;
41 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
43 : public PlainObjectBase<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> >
Matrix.h 27 * \tparam _Scalar \anchor matrix_tparam_scalar Numeric type, e.g. float, double, int or std::complex<float>.
105 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
106 struct traits<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> >
108 typedef _Scalar Scalar;
117 Flags = compute_matrix_flags<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::ret,
126 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
128 : public PlainObjectBase<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> >
  /external/eigen/test/eigen2/
eigen2_swap.cpp 19 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
20 struct other_matrix_type<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> >
22 typedef Matrix<_Scalar, _Rows, _Cols, _Options^RowMajor, _MaxRows, _MaxCols> type;
  /external/eigen/test/
swap.cpp 19 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
20 struct other_matrix_type<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> >
22 typedef Matrix<_Scalar, _Rows, _Cols, _Options^RowMajor, _MaxRows, _MaxCols> type;

Completed in 340 milliseconds

1 2 3