/external/eigen/Eigen/src/Core/ |
Diagonal.h | 19 * \brief Expression of a diagonal/subdiagonal/superdiagonal in a matrix 26 * The matrix is not required to be square. 29 * of a square matrix. It is the return type of MatrixBase::diagonal() and MatrixBase::diagonal(Index) and most of the 72 inline Diagonal(MatrixType& matrix, Index index = DiagIndex) : m_matrix(matrix), m_index(index) {} 157 /** \returns an expression of the main diagonal of the matrix \c *this 180 /** \returns an expression of the \a DiagIndex-th sub or super diagonal of the matrix \c *this 206 /** \returns an expression of the \a DiagIndex-th sub or super diagonal of the matrix \c *this
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
BiCGSTAB.h | 19 * \param mat The matrix A 37 typedef Matrix<Scalar,Dynamic,1> VectorType; 111 * \tparam _MatrixType the type of the sparse matrix A, can be a dense or a sparse matrix. 172 /** Initialize the solver with matrix \a A for further \c Ax=b solving. 177 * \warning this class stores a reference to the matrix A as well as some 180 * matrix A, or modify a copy of A. 197 && "BiCGSTAB::solve(): invalid number of rows of the right hand side matrix b");
|
/external/eigen/Eigen/src/SparseCore/ |
CoreIterators.h | 20 * \brief An InnerIterator allows to loop over the element of a sparse (or dense) matrix or expression 25 // generic version for dense matrix and expressions
|
/external/eigen/doc/ |
TopicMultithreading.dox | 25 * general matrix - matrix products
|
/external/eigen/test/eigen2/ |
eigen2_inverse.cpp | 24 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> VectorType; 56 CALL_SUBTEST_1( inverse(Matrix<double,1,1>()) );
|
eigen2_product_large.cpp | 19 CALL_SUBTEST_5( product(Matrix<float,Dynamic,Dynamic,RowMajor>(ei_random<int>(1,320), ei_random<int>(1,320))) ); 33 // test deferred resizing in Matrix::operator=
|
/external/eigen/test/ |
geo_eulerangles.cpp | 17 typedef Matrix<Scalar,3,3> Matrix3; 18 typedef Matrix<Scalar,3,1> Vector3;
|
/external/eigen/unsupported/Eigen/src/Polynomials/ |
Companion.h | 51 typedef Matrix<Scalar, Deg, 1> RightColumn; 53 typedef Matrix<Scalar, Deg_1, 1> BottomLeftDiagonal; 55 typedef Matrix<Scalar, Deg, Deg> DenseCompanionMatrixType; 56 typedef Matrix< Scalar, _Deg, Deg_1 > LeftBlock; 57 typedef Matrix< Scalar, Deg_1, Deg_1 > BottomLeftBlock; 58 typedef Matrix< Scalar, 1, Deg_1 > LeftBlockFirstRow; 125 * "Balancing a matrix for calculation of eigenvalues and eigenvectors" 127 * A matrix with non zero row and non zero column is balanced
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Int16Mat2D.h | 34 /** 2d matrix */ 74 /** creates identity matrix */ 77 /** creates rotation matrix */ 80 /** creates rigid matrix (scale & rotation) */ 83 /** scales matrix by a factor */ 86 /** multiplies matrix with vecA; returns resulting vector */ 90 /** multiplies matrix with matA; returns resulting matrix */
|
/external/skia/src/core/ |
SkBBoxHierarchyRecord.h | 36 virtual bool concat(const SkMatrix& matrix) SK_OVERRIDE; 37 virtual void setMatrix(const SkMatrix& matrix) SK_OVERRIDE;
|
/external/skia/src/effects/ |
SkDropShadowImageFilter.cpp | 43 bool SkDropShadowImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& source, const SkMatrix& matrix, SkBitmap* result, SkIPoint* loc) 46 if (getInput(0) && !getInput(0)->filterImage(proxy, source, matrix, &src, loc))
|
SkGpuBlurUtils.cpp | 162 SkMatrix matrix; local 163 matrix.setIDiv(srcTexture->width(), srcTexture->height()); 169 matrix.mapRect(&domain, rect); 174 matrix, 181 paint.addColorTextureEffect(srcTexture, matrix, params); 238 SkMatrix matrix; local 239 matrix.setIDiv(srcTexture->width(), srcTexture->height()); 245 paint.addColorTextureEffect(srcTexture, matrix, params);
|
/external/skia/src/gpu/effects/ |
GrConfigConversionEffect.h | 41 const SkMatrix& matrix); 66 const SkMatrix& matrix);
|
GrSingleTextureEffect.h | 17 * A base class for effects that draw a single texture with a texture matrix. This effect has no 26 /** Indicates whether the matrix operates on local coords or positions */
|
/external/skia/src/utils/ |
SkNWayCanvas.cpp | 123 bool SkNWayCanvas::concat(const SkMatrix& matrix) { 126 iter->concat(matrix); 128 return this->INHERITED::concat(matrix); 131 void SkNWayCanvas::setMatrix(const SkMatrix& matrix) { 134 iter->setMatrix(matrix); 136 this->INHERITED::setMatrix(matrix); 272 const SkPath& path, const SkMatrix* matrix, 276 iter->drawTextOnPath(text, byteLength, path, matrix, paint);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_FillVLDBuffer.c | 35 * [in] pIndex pointer to coefficient index in 8x8 matrix 37 * matrix
|
/frameworks/rs/ |
rsProgramVertex.cpp | 70 "Attempting to set fixed function emulation matrix projection on user program"); 75 "Unable to set fixed function emulation matrix projection because allocation is missing"); 88 "Attempting to set fixed function emulation matrix modelview on user program"); 93 "Unable to set fixed function emulation matrix modelview because allocation is missing"); 106 "Attempting to set fixed function emulation matrix texture on user program"); 111 "Unable to set fixed function emulation matrix texture because allocation is missing"); 124 "Attempting to get fixed function emulation matrix projection on user program"); 129 "Unable to get fixed function emulation matrix projection because allocation is missing");
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_rotation.h | 34 Takes a unit quaternion and gives its corresponding rotation matrix. 35 \param R rotation matrix (out)
|
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_utilities_rotation.h | 34 Takes a unit quaternion and gives its corresponding rotation matrix. 35 \param R rotation matrix (out)
|
/packages/apps/Camera2/src/com/android/camera/crop/ |
CropDrawingUtils.java | 21 import android.graphics.Matrix; 161 public static Matrix getBitmapToDisplayMatrix(RectF imageBounds, RectF displayBounds) { 162 Matrix m = new Matrix(); 167 public static boolean setBitmapToDisplayMatrix(Matrix m, RectF imageBounds, 170 return m.setRectToRect(imageBounds, displayBounds, Matrix.ScaleToFit.CENTER); 173 public static boolean setImageToScreenMatrix(Matrix dst, RectF image, 181 boolean rToR = dst.setRectToRect(rotatedImage, screen, Matrix.ScaleToFit.CENTER);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropDrawingUtils.java | 21 import android.graphics.Matrix; 161 public static Matrix getBitmapToDisplayMatrix(RectF imageBounds, RectF displayBounds) { 162 Matrix m = new Matrix(); 167 public static boolean setBitmapToDisplayMatrix(Matrix m, RectF imageBounds, 170 return m.setRectToRect(imageBounds, displayBounds, Matrix.ScaleToFit.CENTER); 173 public static boolean setImageToScreenMatrix(Matrix dst, RectF image, 181 boolean rToR = dst.setRectToRect(rotatedImage, screen, Matrix.ScaleToFit.CENTER);
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_rotation.h | 34 Takes a unit quaternion and gives its corresponding rotation matrix. 35 \param R rotation matrix (out)
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/ |
MultiTouchView.java | 26 import android.graphics.Matrix; 58 /** Base matrix that keep emulator->device display scaling */ 59 private Matrix mBaseMatrix = new Matrix(); 60 /** Matrix that is used to draw emulator's screen on the device. */ 61 private Matrix mDrawMatrix = new Matrix(); 131 * Computes draw matrix for the emulator screen update.
|
/frameworks/base/graphics/java/android/graphics/ |
Canvas.java | 209 * of the current matrix and clip stack. Additionally, as a side-effect 334 /** restore the current matrix when restore() is called */ 348 * Saves the current matrix and clip onto a private stack. Subsequent 359 * Based on saveFlags, can save the current matrix and clip onto a private 378 * deleted and the previous matrix/clip state is restored. 410 * deleted and the previous matrix/clip state is restored. 435 * modifications to the matrix/clip state since the last save call. It is 441 * Returns the number of matrix/clip states on the Canvas' private stack. 462 * Preconcat the current matrix with the specified translation 470 * Preconcat the current matrix with the specified scale [all...] |
/development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/ |
AnticiButton.java | 23 import android.graphics.Matrix; 221 Matrix matrix = new Matrix(); local 222 matrix.setSkew(-mSkewX, 0); 224 matrix.mapRect(mTempRect);
|