Searched refs:Matrix (Results 426 - 450 of 515) sorted by relevance

<<11121314151617181920>>

/external/eigen/Eigen/src/Core/
H A DBandMatrix.h34 typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> DenseMatrixType;
195 typedef Matrix<Scalar,DataRowsAtCompileTime,ColsAtCompileTime,Options&RowMajor?RowMajor:ColMajor> CoefficientsType;
H A DProductBase.h142 Matrix<Scalar,1,1> result = *this;
151 Matrix<Scalar,1,1> result = *this;
H A DTranspositions.h151 typedef Matrix<Index, SizeAtCompileTime, 1, 0, MaxSizeAtCompileTime, 1> IndicesType;
222 typedef Map<const Matrix<Index,SizeAtCompileTime,1,0,MaxSizeAtCompileTime,1>, _PacketAccess> IndicesType;
H A DGeneralProduct.h194 : traits<Matrix<typename scalar_product_traits<typename Lhs::Scalar, typename Rhs::Scalar>::ReturnType,1,1> >
202 public Matrix<typename internal::scalar_product_traits<typename Lhs::Scalar, typename Rhs::Scalar>::ReturnType,1,1>
204 typedef Matrix<typename internal::scalar_product_traits<typename Lhs::Scalar, typename Rhs::Scalar>::ReturnType,1,1> Base;
304 * Implementation of General Matrix Vector Product
420 typedef Map<Matrix<ResScalar,Dynamic,1>, Aligned> MappedDest;
/external/eigen/Eigen/src/Eigenvalues/
H A DTridiagonalization.h38 * Matrix class template.
80 typedef Matrix<Scalar, SizeMinusOne, 1, Options & ~RowMajor, MaxSizeMinusOne, 1> CoeffVectorType;
82 typedef Matrix<RealScalar, SizeMinusOne, 1, Options & ~RowMajor, MaxSizeMinusOne, 1> SubDiagonalType;
341 * Implemented from Golub's "Matrix Computations", algorithm 8.3.1.
/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DIncompleteLUT.h100 typedef Matrix<Scalar,Dynamic,1> Vector;
106 typedef Matrix<Scalar,Dynamic,Dynamic> MatrixType;
H A DBiCGSTAB.h37 typedef Matrix<Scalar,Dynamic,1> VectorType;
H A DConjugateGradient.h36 typedef Matrix<Scalar,Dynamic,1> VectorType;
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_gemm_kernel.h258 typedef Map<Matrix<Scalar,Dynamic,1>, Alignment > MapVector;
259 typedef Map<const Matrix<Scalar,Dynamic,1>, Alignment > ConstMapVector;
H A DSparseLU.h83 typedef Matrix<Scalar,Dynamic,1> ScalarVector;
84 typedef Matrix<Index,Dynamic,1> IndexVector;
704 Map<const Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > A( &(m_mapL.valuePtr()[luptr]), nsupc, nsupc, OuterStride<>(lda) );
705 Map< Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > U (&(X(fsupc,0)), nsupc, nrhs, OuterStride<>(n) );
/external/ceres-solver/include/ceres/internal/
H A Dautodiff.h196 Eigen::Map<Eigen::Matrix<T, N, 1> >(dst + N * i, N) =
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType1FormDictionary_autogen.cpp83 SkMatrix SkPdfType1FormDictionary::Matrix(SkPdfNativeDoc* doc) { function in class:SkPdfType1FormDictionary
84 SkPdfNativeObject* ret = get("Matrix", "");
92 return get("Matrix", "") != NULL;
/external/chromium_org/third_party/skia/src/animator/
H A DSkPathParts.cpp300 SK_MEMBER(matrix, Matrix),
H A DSkDisplayType.cpp147 CASE_DRAW_NEW(Matrix);
302 CASE_GET_DRAW_INFO(Matrix);
/external/eigen/Eigen/src/Geometry/
H A DParametrizedLine.h41 typedef Matrix<Scalar,AmbientDimAtCompileTime,1,Options> VectorType;
/external/eigen/Eigen/src/SparseCore/
H A DSparseUtil.h126 typedef Matrix<_Scalar, 1, 1> type;
/external/eigen/demos/mandelbrot/
H A Dmandelbrot.cpp67 typedef Eigen::Matrix<int, packetSize, 1> Packeti;
/external/eigen/test/eigen2/
H A Deigen2_packetmath.cpp87 typedef Matrix<Scalar, PacketSize, 1> Vector;
/external/eigen/test/
H A Dstable_norm.cpp114 CALL_SUBTEST_1( stable_norm(Matrix<float, 1, 1>()) );
/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffVector.h27 * AutoDiffScalar can be used as the scalar type of an Eigen::Matrix object. However,
28 * in that case, the expression template mechanism only occurs at the top Matrix level,
38 typedef AutoDiffScalar<Matrix<BaseScalar,JacobianType::RowsAtCompileTime,1> > ActiveScalar;
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DMINRES.h38 typedef Matrix<Scalar,Dynamic,1> VectorType;
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusHeaders.h79 Status Transform(IN const Matrix* matrix);
139 UINT GetRegionScansCount(IN const Matrix* matrix) const;
140 Status GetRegionScans(IN const Matrix* matrix,
143 Status GetRegionScans(IN const Matrix* matrix,
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType1FormDictionary_autogen.cpp83 SkMatrix SkPdfType1FormDictionary::Matrix(SkPdfNativeDoc* doc) { function in class:SkPdfType1FormDictionary
84 SkPdfNativeObject* ret = get("Matrix", "");
92 return get("Matrix", "") != NULL;
/external/skia/src/animator/
H A DSkPathParts.cpp300 SK_MEMBER(matrix, Matrix),
/external/ceres-solver/examples/
H A Dlibmv_bundle_adjuster.cc115 typedef Eigen::Matrix<double, 3, 3> Mat3;
116 typedef Eigen::Matrix<double, 6, 1> Vec6;

Completed in 423 milliseconds

<<11121314151617181920>>