HomeSort by relevance Sort by last modified time
    Searched full:matrix (Results 751 - 775 of 3296) sorted by null

<<31323334353637383940>>

  /external/eigen/Eigen/src/Core/
IO.h 42 * - \b matPrefix string printed at the beginning of the matrix
43 * - \b matSuffix string printed at the end of the matrix
78 * \brief Pseudo expression providing matrix output with given format
95 WithFormat(const ExpressionType& matrix, const IOFormat& format)
96 : m_matrix(matrix), m_format(format)
109 /** \returns a WithFormat proxy object allowing to print a matrix the with given
151 * print the matrix \a _m to the output stream \a s using the output format \a fmt */
230 * Outputs the matrix, to the given stream.
232 * If you wish to print the matrix with a format different than the default, use DenseBase::format().
DenseStorage.h 75 * \brief Stores the data of a matrix
80 * \sa Matrix
84 // purely fixed-size matrix
102 // null matrix
128 // dynamic-size matrix with fixed-size storage
149 // dynamic-size matrix with fixed-size storage and fixed width
168 // dynamic-size matrix with fixed-size storage and fixed height
187 // purely dynamic matrix.
229 // matrix with dynamic width and fixed height (so that matrix has dynamic size)
    [all...]
  /external/eigen/Eigen/src/IterativeLinearSolvers/
ConjugateGradient.h 18 * \param mat The matrix A
36 typedef Matrix<Scalar,Dynamic,1> VectorType;
99 * The sparse matrix A must be selfadjoint. The vectors x and b can be either dense or sparse.
101 * \tparam _MatrixType the type of the sparse matrix A, can be a dense or a sparse matrix.
168 /** Initialize the solver with matrix \a A for further \c Ax=b solving.
173 * \warning this class stores a reference to the matrix A as well as some
176 * matrix A, or modify a copy of A.
193 && "ConjugateGradient::solve(): invalid number of rows of the right hand side matrix b");
  /external/neven/Embedded/common/src/b_TensorEm/
Int32Mat.h 35 /** square matrix */
43 /* width = height of square matrix */
46 /* array of matrix elements (data is arranged by rows) */
57 /** initializes matrix */
76 /** allocates square matrix */
101 /** computes the solution to matrix * outVecA = inVecA, returns false if the
106 * matA: the square matrix, array of size ( matWidthA * matWidthA )
107 * matWidthA: width of the matrix
111 * tmpMatA: matrix of same size as matA
  /external/pixman/pixman/
pixman-linear-gradient.c 50 if (image->common.transform->matrix[2][0] != 0 ||
51 image->common.transform->matrix[2][1] != 0 ||
52 image->common.transform->matrix[2][2] == 0)
57 v.vector[0] = image->common.transform->matrix[0][1];
58 v.vector[1] = image->common.transform->matrix[1][1];
59 v.vector[2] = image->common.transform->matrix[2][2];
121 unit.vector[0] = image->common.transform->matrix[0][0];
122 unit.vector[1] = image->common.transform->matrix[1][0];
123 unit.vector[2] = image->common.transform->matrix[2][0];
  /external/ceres-solver/internal/ceres/
suitesparse.cc 61 triplet.stype = 0; // Matrix is not symmetric.
83 triplet.stype = 0; // Matrix is not symmetric.
102 m.stype = 0; // Matrix is not symmetric.
126 // matrix dependence choice of supernodal versus simplicial
201 // Arrays storing the compressed column structure of the matrix
242 // distracting when the error (matrix is indefinite) is not a fatal
256 // NON_FATAL_FAILURE (e.g., indefinite matrix) and FATAL_FAILURE
275 LOG(WARNING) << "CHOLMOD warning: Matrix not positive definite.";
321 void SuiteSparse::ApproximateMinimumDegreeOrdering(cholmod_sparse* matrix,
323 cholmod_amd(matrix, NULL, 0, ordering, &cc_)
    [all...]
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_renderer_host.cc 150 // Convert & set the matrix.
151 SkMatrix matrix; local
152 matrix.set(SkMatrix::kMScaleX, SkFloatToScalar(params.transformation[0][0]));
153 matrix.set(SkMatrix::kMSkewX, SkFloatToScalar(params.transformation[0][1]));
154 matrix.set(SkMatrix::kMTransX, SkFloatToScalar(params.transformation[0][2]));
155 matrix.set(SkMatrix::kMSkewY, SkFloatToScalar(params.transformation[1][0]));
156 matrix.set(SkMatrix::kMScaleY, SkFloatToScalar(params.transformation[1][1]));
157 matrix.set(SkMatrix::kMTransY, SkFloatToScalar(params.transformation[1][2]));
158 matrix.set(SkMatrix::kMPersp0, SkFloatToScalar(params.transformation[2][0]));
159 matrix.set(SkMatrix::kMPersp1, SkFloatToScalar(params.transformation[2][1]))
    [all...]
  /external/chromium_org/content/common/gpu/
stream_texture_manager_android.h 44 // Send new transform matrix.
70 // Callback function when transform matrix of the surface texture
83 // Current transform matrix of the surface texture.
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
Matrix3DTransformOperation.h 35 static PassRefPtr<Matrix3DTransformOperation> create(const TransformationMatrix& matrix)
37 return adoptRef(new Matrix3DTransformOperation(matrix));
40 TransformationMatrix matrix() const {return m_matrix; } function in class:WebCore::Matrix3DTransformOperation
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGTransformListPropertyTearOff.h 42 PassRefPtr<SVGPropertyTearOff<SVGTransform> > createSVGTransformFromMatrix(SVGPropertyTearOff<SVGMatrix>* matrix, ExceptionState& es)
45 if (!matrix) {
49 return SVGPropertyTearOff<SVGTransform>::create(m_values->createSVGTransformFromMatrix(matrix->propertyReference()));
  /external/chromium_org/third_party/WebKit/public/platform/
WebTransformOperations.h 39 // false if we must resort to matrix interpolation, and matrix interpolation
40 // fails (this can happen if either matrix cannot be decomposed).
  /external/chromium_org/third_party/skia/include/effects/
Sk2DPathEffect.h 61 SkLine2DPathEffect(SkScalar width, const SkMatrix& matrix)
62 : Sk2DPathEffect(matrix), fWidth(width) {}
85 * Stamp the specified path to fill the shape, using the matrix to define
  /external/chromium_org/third_party/skia/include/utils/
SkLuaCanvas.h 32 virtual bool concat(const SkMatrix& matrix) SK_OVERRIDE;
33 virtual void setMatrix(const SkMatrix& matrix) SK_OVERRIDE;
64 const SkPath& path, const SkMatrix* matrix,
SkNWayCanvas.h 34 virtual bool concat(const SkMatrix& matrix) SK_OVERRIDE;
35 virtual void setMatrix(const SkMatrix& matrix) SK_OVERRIDE;
65 const SkPath& path, const SkMatrix* matrix,
  /external/chromium_org/third_party/skia/src/core/
SkFilterShader.cpp 57 const SkMatrix& matrix) {
61 if (!this->INHERITED::setContext(device, paint, matrix)) {
64 if (!fShader->setContext(device, paint, matrix)) {
  /external/chromium_org/ui/gfx/
skia_util.h 39 // Sets the created shader's local matrix such that it displays the image rep at
41 // The shader's local matrix should not be changed after the shader is created.
42 // TODO(pkotwicz): Allow shader's local matrix to be changed after the shader
  /external/eigen/doc/
AsciiQuickReference.txt 7 Matrix<double, 3, 3> A; // Fixed rows and cols. Same as Matrix3d.
8 Matrix<double, 3, Dynamic> B; // Fixed rows, dynamic cols.
9 Matrix<double, Dynamic, Dynamic> C; // Full dynamic. Same as MatrixXd.
10 Matrix<double, 3, 3, RowMajor> E; // Row major; default is column-major.
11 Matrix3f P, Q, R; // 3x3 float matrix.
12 Vector3f x, y, z; // 3x1 float matrix.
13 RowVector3f a, b, c; // 1x3 float matrix.
38 // Matrix slicing and blocks. All expressions listed here are read/write.
72 // Matrix-vector. Matrix-matrix. Matrix-scalar
    [all...]
  /external/eigen/test/
cholesky.cpp 33 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
48 // we are doing some downdates, so it might be the case that the matrix is not SPD anymore
72 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> SquareMatrixType;
73 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
79 // let's make sure the matrix is not singular or near singular
125 symm = -symm; // test a negative matrix
204 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> RealMatrixType;
205 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
211 // let's make sure the matrix is not singular or near singular
235 symm = -symm; // test a negative matrix
    [all...]
jacobisvd.cpp 31 typedef Matrix<Scalar, RowsAtCompileTime, RowsAtCompileTime> MatrixUType;
32 typedef Matrix<Scalar, ColsAtCompileTime, ColsAtCompileTime> MatrixVType;
33 typedef Matrix<Scalar, RowsAtCompileTime, 1> ColVectorType;
34 typedef Matrix<Scalar, ColsAtCompileTime, 1> InputVectorType;
82 typedef Matrix<Scalar, RowsAtCompileTime, Dynamic> RhsType;
83 typedef Matrix<Scalar, ColsAtCompileTime, Dynamic> SolutionType;
151 typedef Matrix<Scalar, RowsAtCompileTime, 1> RhsType;
198 typedef Matrix<RealScalar, Size, 1> RealVecType;
321 CALL_SUBTEST_5(( jacobisvd<Matrix<float,3,5> >() ));
322 CALL_SUBTEST_6(( jacobisvd<Matrix<double,Dynamic,2> >(Matrix<double,Dynamic,2>(10,2)) ))
    [all...]
product_large.cpp 19 CALL_SUBTEST_5( product(Matrix<float,Dynamic,Dynamic,RowMajor>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
33 // test deferred resizing in Matrix::operator=
54 // test regression in row-vector by matrix (bad Map type)
schur_complex.cpp 58 // Test matrix with NaN
69 CALL_SUBTEST_3(( schur<Matrix<std::complex<float>, 1, 1> >() ));
70 CALL_SUBTEST_4(( schur<Matrix<float, 3, 3, Eigen::RowMajor> >() ));
  /external/eigen/test/eigen2/
eigen2_unalignedassert.cpp 35 Matrix<float, 2, 6> m; // bad: same reason
40 Matrix<double, 3, 4> m; // bad: same reason
59 Matrix<float,2,2,DontAlign> m; // good: no alignment requested
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 41 typedef Matrix<Scalar,InputsAtCompileTime,1> DerivativeType;
45 typedef Matrix<ActiveScalar, InputsAtCompileTime, 1> ActiveInput;
46 typedef Matrix<ActiveScalar, ValuesAtCompileTime, 1> ActiveValue;
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteLU.h 19 typedef Matrix<Scalar,Dynamic,1> Vector;
24 typedef Matrix<Scalar,Dynamic,Dynamic> MatrixType;
85 && "IncompleteLU::solve(): invalid number of rows of the right hand side matrix b");
  /external/eigen/unsupported/test/
NumericalDiff.cpp 20 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
21 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType;
22 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType;

Completed in 537 milliseconds

<<31323334353637383940>>