Searched refs:Matrix (Results 476 - 500 of 515) sorted by relevance

<<11121314151617181920>>

/external/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp318 SK_MEMBER(matrix, Matrix)
/external/eigen/Eigen/src/Core/
H A DPlainObjectBase.h75 struct dense_xpr_base_dispatcher_for_doxygen<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> >
76 : public MatrixBase<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > {};
258 * than 1. For example it will not work with Matrix<double, 2, Dynamic>.
377 * than 1. For example it will not work with Matrix<double, 2, Dynamic>.
H A DDenseBase.h214 * Matrix::resize() and Array::resize(). The present method only asserts that the new size equals the old size, and does
224 * Matrix::resize() and Array::resize(). The present method only asserts that the new size equals the old size, and does
244 typedef Matrix<typename NumTraits<typename internal::traits<Derived>::Scalar>::Real, internal::traits<Derived>::ColsAtCompileTime, 1> EigenvaluesReturnType;
/external/eigen/blas/
H A Dlevel2_impl.h178 Matrix<Scalar,Dynamic,1> res(*n);
448 Matrix<Scalar,Dynamic,1> res(*n);
H A Dlevel3_impl.h220 Matrix<Scalar,Dynamic,Dynamic,ColMajor> tmp = matrix(b,*m,*n,*ldb);
272 Matrix<Scalar,Dynamic,Dynamic,ColMajor> matA(size,size);
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A DLevenbergMarquardt.h70 typedef Matrix< Scalar, Dynamic, 1 > FVectorType;
71 typedef Matrix< Scalar, Dynamic, Dynamic > JacobianType;
/external/opencv/cvaux/src/
H A Dcvscanlines.cpp47 icvGetNormalVector3( CvMatrix3 * Matrix, float *v ) argument
50 to all the row vectors of Matrix */
57 if( Matrix == 0 || v == 0 )
63 M[i * 3 + j] = (double) (Matrix->m[i][j]);
/external/ceres-solver/internal/ceres/
H A Dcompressed_row_sparse_matrix.cc201 void CompressedRowSparseMatrix::ToDenseMatrix(Matrix* dense_matrix) const {
/external/chromium_org/third_party/skia/src/xml/
H A DSkJSDisplayable.cpp149 JS_INIT(SkDraw, Matrix)
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h63 typedef Matrix<Scalar, RowsAtCompileTime, 1, Options, MaxRowsAtCompileTime, 1> TmpMatrixType;
H A DLLT.h200 typedef Matrix<Scalar,Dynamic,1> TempVectorType;
/external/eigen/Eigen/src/CholmodSupport/
H A DCholmodSupport.h309 dest = Matrix<Scalar,Dest::RowsAtCompileTime,Dest::ColsAtCompileTime>::Map(reinterpret_cast<Scalar*>(x_cd->x),b.rows(),b.cols());
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h142 Matrix<ResScalar,BlockSize,BlockSize,ColMajor> buffer;
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h70 > class Matrix;
/external/eigen/Eigen/src/Eigenvalues/
H A DSelfAdjointEigenSolver.h33 * eigendecomposition; this is expected to be an instantiation of the Matrix
178 * Section 8.3 of Golub \& Van Loan, <i>%Matrix Computations</i>.
375 * Implemented from Golub's "Matrix Computations", algorithm 8.3.2:
792 Map<Matrix<Scalar,Dynamic,Dynamic,StorageOrder> > q(matrixQ,n,n);
/external/eigen/Eigen/src/SparseCore/
H A DSparseBlock.h224 return Map<const Matrix<Index,OuterSize,1> >(m_matrix.innerNonZeroPtr()+m_outerStart, m_outerSize.value()).sum();
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixLogarithm.h39 // typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
430 * \param[in] A %Matrix (expression) forming the argument of the matrix logarithm.
447 typedef Matrix<ComplexScalar, Dynamic, Dynamic, Options, RowsAtCompileTime, ColsAtCompileTime> DynMatrixType;
/external/eigen/unsupported/Eigen/src/Splines/
H A DSpline.h370 Matrix<Scalar,Order,Order> ndu(p+1,p+1);
/external/skia/src/xml/
H A DSkJSDisplayable.cpp149 JS_INIT(SkDraw, Matrix)
/external/eigen/unsupported/test/
H A DNonLinearOptimization.cpp114 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
115 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType;
116 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType;
/external/eigen/Eigen/src/Geometry/
H A DTransform.h81 * \tparam _Options has the same meaning as in class Matrix. It allows to specify DontAlign and/or RowMajor.
103 * with any other transformations (Transform,Translation,RotationBase,Matrix)
126 * \b Linear \b Matrix L (Dim)x(Dim):
132 * \b Affine \b Matrix A (Dim)x(Dim+1):
173 * \sa class Matrix, class Quaternion
195 typedef Matrix<Scalar,Dim,Dim,Options> LinearMatrixType;
209 typedef Matrix<Scalar,Dim,1> VectorType;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmslut.c380 const cmsFloat64Number* Matrix, const cmsFloat64Number* Offset)
411 NewElem ->Double[i] = Matrix[i];
1015 // Matrix-based conversion, which is more accurate, but slower and cannot properly be saved in devicelink profiles
379 cmsStageAllocMatrix(cmsContext ContextID, cmsUInt32Number Rows, cmsUInt32Number Cols, const cmsFloat64Number* Matrix, const cmsFloat64Number* Offset) argument
/external/ceres-solver/include/ceres/
H A Djet.h245 Eigen::Matrix<T, N, 1, Eigen::DontAlign> v;
603 // Matrix<Jet<T, N> ... > A, x, b;
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfCalrgbColorSpaceDictionary_autogen.h527 SkPdfArray* Matrix(SkPdfNativeDoc* doc);
H A DSkPdfType1PatternDictionary_autogen.h537 SkMatrix Matrix(SkPdfNativeDoc* doc);

Completed in 968 milliseconds

<<11121314151617181920>>