/external/ceres-solver/internal/ceres/ |
dogleg_strategy.cc | 115 // Vector used to form the diagonal matrix that is used to 161 // diagonal scaling matrix D defined by sqrt(diagonal_). 184 (gradient_.array() / diagonal_.array()).matrix(); 257 // where r is the trust region radius and B is the matrix with unit columns 295 // polynomial in y, which can be solved using e.g. the companion matrix. 518 // The Jacobian matrix is often quite poorly conditioned. Thus it is 519 // necessary to add a diagonal matrix at the bottom to prevent the 522 // We do this by computing the same diagonal matrix as the one used 639 Matrix basis_vectors(jacobian->num_cols(), 2); 642 Eigen::ColPivHouseholderQR<Matrix> basis_qr(basis_vectors) [all...] |
runtime_numeric_diff_cost_function.cc | 56 using Eigen::Matrix; 60 typedef Matrix<double, Dynamic, 1> ResidualVector; 61 typedef Matrix<double, Dynamic, 1> ParameterVector; 62 typedef Matrix<double, Dynamic, Dynamic, RowMajor> JacobianMatrix;
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_tree_browser_cell_unittest.mm | 35 NSMatrix* testMatrix = [cell matrix];
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/ |
jasmine.yml | 14 - dist/gl-matrix.js
|
/external/chromium_org/cc/layers/ |
video_frame_provider_client_impl.h | 43 virtual void DidUpdateMatrix(const float* matrix) OVERRIDE;
|
/external/chromium_org/cc/quads/ |
texture_draw_quad.cc | 94 float x_scale = static_cast<float>(quadTransform().matrix().getDouble(0, 0)); 95 float y_scale = static_cast<float>(quadTransform().matrix().getDouble(1, 1)); 99 static_cast<float>(quadTransform().matrix().getDouble(0, 3)), 100 static_cast<float>(quadTransform().matrix().getDouble(1, 3)));
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_tree_browser_cell_unittest.mm | 35 NSMatrix* testMatrix = [cell matrix];
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGFEColorMatrixElement.idl | 29 // Color Matrix Types
|
SVGPoint.idl | 27 [StrictTypeChecking] SVGPoint matrixTransform(SVGMatrix matrix);
|
SVGTransformDistance.h | 49 AffineTransform m_transform; // for storing scale, translation or matrix transforms
|
/external/chromium_org/third_party/mesa/src/docs/OLD/ |
MESA_sprite_point.spec | 52 Texgen and the texture matrix have no effect on the point's s and t 54 by texgen or the texture matrix. Note that with a 3D texture and/or 142 matrix. Note, however, that the texture r and q coordinates are passed 144 matrix.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_csc.h | 56 vl_csc_matrix *matrix);
|
/external/chromium_org/third_party/skia/include/effects/ |
SkColorMatrixFilter.h | 23 virtual bool asColorMatrix(SkScalar matrix[20]) const SK_OVERRIDE;
|
SkLayerRasterizer.h | 42 virtual bool onRasterize(const SkPath& path, const SkMatrix& matrix,
|
/external/chromium_org/third_party/skia/include/gpu/ |
SkGpuDevice.h | 96 const SkPath& path, const SkMatrix* matrix, 155 // sets the render target, clip, and matrix on GrContext. Use forceIdenity to override 156 // SkDraw's matrix and draw in device coords. 170 * matrix has already been set on GrContext
|
/external/chromium_org/third_party/skia/include/views/ |
SkTouchGesture.h | 21 bool evaluateMatrix(SkMatrix* matrix);
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawMatrix.cpp | 36 SK_MEMBER_ARRAY(matrix, Float), 100 SkDebugf("matrix=\"identity\"/>\n"); 185 if (matrix.count() > 0) { 186 SkScalar* vals = matrix.begin();
|
SkPaintParts.h | 57 SkDrawMatrix* matrix; member in class:SkDrawShader
|
/external/chromium_org/third_party/skia/src/core/ |
SkComposeShader.cpp | 79 const SkMatrix& matrix) { 80 if (!this->INHERITED::setContext(device, paint, matrix)) { 84 // we preconcat our localMatrix (if any) with the device matrix 89 tmpM.setConcat(matrix, this->getLocalMatrix());
|
/external/chromium_org/third_party/skia/src/effects/ |
SkStippleMaskFilter.cpp | 13 const SkMatrix& matrix,
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLProgram.h | 85 * The GrDrawState's view matrix along with the aspects of the render target determine the 86 * matrix sent to GL. The size of the render target affects the GL matrix because we must 202 // Helper for setData() that sets the view matrix and loads the render target height uniform
|
/external/chromium_org/third_party/skia/src/utils/ |
SkCanvasStack.h | 32 virtual void setMatrix(const SkMatrix& matrix) SK_OVERRIDE;
|
SkCullPoints.cpp | 188 SkMatrix matrix; local 189 matrix.setRectToRect(bounds, limit, SkMatrix::kFill_ScaleToFit); 191 path.transform(matrix, &devPath); 192 matrix.mapRect(&devTarget, target);
|
/external/chromium_org/third_party/skia/src/utils/debugger/ |
SkDrawCommand.cpp | 38 case DRAW_BITMAP_MATRIX: return "Draw Bitmap Matrix"; 60 case SET_MATRIX: return "Set Matrix"; 244 SkConcatCommand::SkConcatCommand(const SkMatrix& matrix) { 245 fMatrix = matrix; 248 fInfo.push(SkObjectParser::MatrixToString(matrix)); 286 const SkMatrix& matrix, 289 fMatrix = matrix; 299 fInfo.push(SkObjectParser::MatrixToString(matrix)); 667 const SkPath& path, const SkMatrix* matrix, 673 if (NULL != matrix) { [all...] |
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_filter_operations_impl.h | 34 virtual void appendColorMatrixFilter(SkScalar matrix[20]);
|