HomeSort by relevance Sort by last modified time
    Searched refs:_Scalar (Results 26 - 50 of 55) sorted by null

12 3

  /external/eigen/Eigen/src/SparseCore/
SparseVector.h 20 * \tparam _Scalar the scalar type, i.e. the type of the coefficients
29 template<typename _Scalar, int _Options, typename _StorageIndex>
30 struct traits<SparseVector<_Scalar, _Options, _StorageIndex> >
32 typedef _Scalar Scalar;
63 template<typename _Scalar, int _Options, typename _StorageIndex>
65 : public SparseCompressedBase<SparseVector<_Scalar, _Options, _StorageIndex> >
409 template<typename _Scalar, int _Options, typename _Index>
410 struct evaluator<SparseVector<_Scalar,_Options,_Index> >
411 : evaluator_base<SparseVector<_Scalar,_Options,_Index> >
413 typedef SparseVector<_Scalar,_Options,_Index> SparseVectorType
    [all...]
SparseMatrix.h 32 * \tparam _Scalar the scalar type, i.e. the type of the coefficients
46 template<typename _Scalar, int _Options, typename _StorageIndex>
47 struct traits<SparseMatrix<_Scalar, _Options, _StorageIndex> >
49 typedef _Scalar Scalar;
63 template<typename _Scalar, int _Options, typename _StorageIndex, int DiagIndex>
64 struct traits<Diagonal<SparseMatrix<_Scalar, _Options, _StorageIndex>, DiagIndex> >
66 typedef SparseMatrix<_Scalar, _Options, _StorageIndex> MatrixType;
70 typedef _Scalar Scalar;
84 template<typename _Scalar, int _Options, typename _StorageIndex, int DiagIndex>
85 struct traits<Diagonal<const SparseMatrix<_Scalar, _Options, _StorageIndex>, DiagIndex>
    [all...]
SparseBlock.h 286 template<typename _Scalar, int _Options, typename _StorageIndex, int BlockRows, int BlockCols>
287 class BlockImpl<SparseMatrix<_Scalar, _Options, _StorageIndex>,BlockRows,BlockCols,true,Sparse>
288 : public internal::sparse_matrix_block_impl<SparseMatrix<_Scalar, _Options, _StorageIndex>,BlockRows,BlockCols>
292 typedef SparseMatrix<_Scalar, _Options, _StorageIndex> SparseMatrixType;
305 template<typename _Scalar, int _Options, typename _StorageIndex, int BlockRows, int BlockCols>
306 class BlockImpl<const SparseMatrix<_Scalar, _Options, _StorageIndex>,BlockRows,BlockCols,true,Sparse>
307 : public internal::sparse_matrix_block_impl<const SparseMatrix<_Scalar, _Options, _StorageIndex>,BlockRows,BlockCols>
311 typedef const SparseMatrix<_Scalar, _Options, _StorageIndex> SparseMatrixType;
580 template<typename _Scalar, int _Options, typename _StorageIndex, int BlockRows, int BlockCols>
581 struct unary_evaluator<Block<SparseMatrix<_Scalar, _Options, _StorageIndex>,BlockRows,BlockCols,true>, IteratorBased
    [all...]
CompressedStorage.h 21 template<typename _Scalar,typename _StorageIndex>
26 typedef _Scalar Scalar;
  /external/eigen/Eigen/src/Core/
DiagonalMatrix.h 95 * \param _Scalar the type of coefficients
104 template<typename _Scalar, int SizeAtCompileTime, int MaxSizeAtCompileTime>
105 struct traits<DiagonalMatrix<_Scalar,SizeAtCompileTime,MaxSizeAtCompileTime> >
106 : traits<Matrix<_Scalar,SizeAtCompileTime,SizeAtCompileTime,0,MaxSizeAtCompileTime,MaxSizeAtCompileTime> >
108 typedef Matrix<_Scalar,SizeAtCompileTime,1,0,MaxSizeAtCompileTime,1> DiagonalVectorType;
115 template<typename _Scalar, int SizeAtCompileTime, int MaxSizeAtCompileTime>
117 : public DiagonalBase<DiagonalMatrix<_Scalar,SizeAtCompileTime,MaxSizeAtCompileTime> >
123 typedef _Scalar Scalar;
BandMatrix.h 164 * \tparam _Scalar Numeric type, i.e. float, double, int
177 template<typename _Scalar, int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
178 struct traits<BandMatrix<_Scalar,_Rows,_Cols,_Supers,_Subs,_Options> >
180 typedef _Scalar Scalar;
198 template<typename _Scalar, int Rows, int Cols, int Supers, int Subs, int Options>
199 class BandMatrix : public BandMatrixBase<BandMatrix<_Scalar,Rows,Cols,Supers,Subs,Options> >
333 template<typename _Scalar, int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
334 struct evaluator_traits<BandMatrix<_Scalar,_Rows,_Cols,_Supers,_Subs,_Options> >
335 : public evaluator_traits_base<BandMatrix<_Scalar,_Rows,_Cols,_Supers,_Subs,_Options> >
  /external/eigen/Eigen/src/Geometry/
RotationBase.h 138 template<typename _Scalar, int _Rows, int _Cols, int _Storage, int _MaxRows, int _MaxCols>
140 EIGEN_DEVICE_FUNC Matrix<_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols>
151 template<typename _Scalar, int _Rows, int _Cols, int _Storage, int _MaxRows, int _MaxCols>
153 EIGEN_DEVICE_FUNC Matrix<_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols>&
154 Matrix<_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols>
Scaling.h 21 * \tparam _Scalar the scalar type, i.e., the type of the coefficients.
32 template<typename _Scalar>
37 typedef _Scalar Scalar;
Hyperplane.h 25 * \tparam _Scalar the scalar type, i.e., the type of the coefficients
33 template <typename _Scalar, int _AmbientDim, int _Options>
37 EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE(_Scalar,_AmbientDim==Dynamic ? Dynamic : _AmbientDim+1)
42 typedef _Scalar Scalar;
Translation.h 21 * \tparam _Scalar the scalar type, i.e., the type of the coefficients.
29 template<typename _Scalar, int _Dim>
33 EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE(_Scalar,_Dim)
37 typedef _Scalar Scalar;
AlignedBox.h 22 * \tparam _Scalar the type of the scalar coefficients
29 template <typename _Scalar, int _AmbientDim>
33 EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE(_Scalar,_AmbientDim)
35 typedef _Scalar Scalar;
  /external/eigen/unsupported/test/
NumericalDiff.cpp 12 template<typename _Scalar, int NX=Dynamic, int NY=Dynamic>
15 typedef _Scalar Scalar;
forward_adolc.cpp 23 template<typename _Scalar, int NX=Dynamic, int NY=Dynamic>
26 typedef _Scalar Scalar;
autodiff.cpp 32 template<typename _Scalar, int NX=Dynamic, int NY=Dynamic>
35 typedef _Scalar Scalar;
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 56 template<typename _Scalar, int _Rows, int _Cols,
102 template<typename _Scalar, int SizeAtCompileTime, int MaxSizeAtCompileTime=SizeAtCompileTime> class DiagonalMatrix;
143 template<typename _Scalar, int Rows=Dynamic, int Cols=Dynamic, int Supers=Dynamic, int Subs=Dynamic, int Options=0> class BandMatrix;
226 template<typename _Scalar, int _Rows, int _Cols,
275 template <typename _Scalar, int _AmbientDim, int Options=AutoAlign> class ParametrizedLine;
276 template <typename _Scalar, int _AmbientDim, int Options=AutoAlign> class Hyperplane;
XprHelper.h 230 template<typename _Scalar, int _Rows, int _Cols,
247 typedef Matrix<_Scalar, _Rows, _Cols, Options, _MaxRows, _MaxCols> type;
333 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
334 struct eval<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>, Dense>
336 typedef const Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& type;
339 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
340 struct eval<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>, Dense>
342 typedef const Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& type;
    [all...]
  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockSparseMatrix.h 49 * \tparam _Scalar The Scalar type
54 template<typename _Scalar, int _BlockAtCompileTime=Dynamic, int _Options=ColMajor, typename _StorageIndex=int> class BlockSparseMatrix;
59 template<typename _Scalar, int _BlockAtCompileTime, int _Options, typename _Index>
60 struct traits<BlockSparseMatrix<_Scalar,_BlockAtCompileTime,_Options, _Index> >
62 typedef _Scalar Scalar;
283 template<typename _Scalar, int _BlockAtCompileTime, int _Options, typename _StorageIndex>
284 class BlockSparseMatrix : public SparseMatrixBase<BlockSparseMatrix<_Scalar,_BlockAtCompileTime, _Options,_StorageIndex> >
287 typedef _Scalar Scalar;
290 typedef typename internal::ref_selector<BlockSparseMatrix<_Scalar, _BlockAtCompileTime, _Options, _StorageIndex> >::type Nested;
    [all...]
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 41 template <typename _Scalar, int NX=Dynamic, int NY=Dynamic>
44 typedef _Scalar Scalar;
68 template <typename _Scalar, typename _Index>
71 typedef _Scalar Scalar;
  /external/eigen/Eigen/src/SparseLU/
SparseLU_SupernodalMatrix.h 32 template <typename _Scalar, typename _StorageIndex>
36 typedef _Scalar Scalar;
  /external/eigen/unsupported/Eigen/src/BVH/
KdBVH.h 57 * \param _Scalar The underlying scalar type of the bounding boxes
60 * be defined and return an AlignedBox<_Scalar, _Dim> or bounding boxes must be provided to the tree initializer.
67 template<typename _Scalar, int _Dim, typename _Object> class KdBVH
73 typedef _Scalar Scalar;
  /external/eigen/unsupported/Eigen/src/EulerAngles/
EulerSystem.h 16 template <typename _Scalar, class _System>
302 template <typename _Scalar, class _System>
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 98 template <typename _Scalar, typename _StorageIndex = int>
99 class IncompleteLUT : public SparseSolverBase<IncompleteLUT<_Scalar, _StorageIndex> >
105 typedef _Scalar Scalar;
  /external/eigen/unsupported/Eigen/src/FFT/
ei_kissfft_impl.h 17 template <typename _Scalar>
20 typedef _Scalar Scalar;
264 template <typename _Scalar>
267 typedef _Scalar Scalar;
ei_fftw_impl.h 176 template <typename _Scalar>
179 typedef _Scalar Scalar;
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrix.h 27 * \param _Scalar the scalar type, i.e. the type of the coefficients
34 template<typename _Scalar, int _Options>
35 struct traits<SkylineMatrix<_Scalar, _Options> > {
36 typedef _Scalar Scalar;
50 template<typename _Scalar, int _Options>
52 : public SkylineMatrixBase<SkylineMatrix<_Scalar, _Options> > {

Completed in 752 milliseconds

12 3