HomeSort by relevance Sort by last modified time
    Searched defs:Matrix (Results 26 - 42 of 42) sorted by null

12

  /external/eigen/Eigen/src/Core/
Map.h 19 * \brief A matrix or vector expression mapping an existing array of data.
21 * \tparam PlainObjectType the equivalent matrix type of the mapped data
28 * This class represents a matrix or vector expression mapping an existing array of data.
34 * Here's an example of simply mapping a contiguous array as a \ref TopicStorageOrders "column-major" matrix:
47 * as a column-major matrix, 'outer stride' means the pointer increment between two consecutive columns.
157 /** Constructor in the dynamic-size matrix case.
160 * \param nbRows the number of rows of the matrix expression
161 * \param nbCols the number of columns of the matrix expression
184 inline Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>
185 ::Matrix(const Scalar *data
    [all...]
  /external/eigen/test/
nomalloc.cpp 54 VERIFY_IS_APPROX(m1.cwiseProduct(m1.block(0,0,rows,cols)), (m1.array()*m1.array()).matrix());
93 // The following fancy matrix-matrix products are not safe yet regarding static allocation
107 typedef Eigen::Matrix<Scalar,
110 maxSize, maxSize> Matrix;
112 typedef Eigen::Matrix<Scalar,
117 typedef Eigen::Matrix<std::complex<Scalar>,
122 const Matrix A(Matrix::Random(size, size)), B(Matrix::Random(size, size))
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 131 typedef MatrixT Matrix;
ReductionRules.h 32 typedef typename GraphT::Matrix Matrix;
41 const Matrix &ECosts = G.getEdgeCosts(EId);
76 typedef typename GraphT::Matrix Matrix;
94 const Matrix *YXECosts = FlipEdge1 ?
95 new Matrix(G.getEdgeCosts(YXEId).transpose()) :
98 const Matrix *ZXECosts = FlipEdge2 ?
99 new Matrix(G.getEdgeCosts(ZXEId).transpose()) :
132 const Matrix &YZECosts = G.getEdgeCosts(YZEId)
    [all...]
RegAllocSolver.h 41 MatrixMetadata(const PBQP::Matrix& M)
134 typedef PBQP::Matrix RawMatrix;
136 typedef RAMatrix Matrix;
139 Matrix, PBQP::MatrixComparator> CostAllocator;
198 void handleSetEdgeCosts(EdgeId EId, const Matrix& NewCosts) {
Graph.h 54 typedef typename SolverT::Matrix Matrix;
374 "Matrix dimensions mismatch.");
375 // Get cost matrix from the problem domain.
429 /// \brief Set an edge's cost matrix.
431 /// @param Costs New cost matrix.
440 /// \brief Get an edge's cost matrix (const version).
442 /// @return Edge cost matrix.
443 const Matrix& getEdgeCosts(EdgeId EId) const { return *getEdge(EId).Costs; }
601 const Matrix& M = getEdgeCosts(EId)
    [all...]
  /external/deqp/framework/common/
tcuMatrix.hpp 23 * \brief Templatized matrix class.
49 // Templated matrix class.
51 class Matrix
64 Matrix (void);
65 explicit Matrix (const T& src);
66 explicit Matrix (const T src[Rows*Cols]);
67 Matrix (const Vector<T, Rows>& src);
68 Matrix (const Matrix<T, Rows, Cols>& src);
69 ~Matrix (void)
138 namespace matrix namespace in namespace:tcu
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Matrix.cpp 15 #include "Matrix.h"
23 Matrix::Matrix() {
27 Matrix::Matrix(const Matrix& src) {
31 void Matrix::print(const char* label) {
39 bool Matrix::equals(const Matrix& src) {
50 void Matrix::loadWith(const Matrix& src)
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 27 import android.opengl.Matrix;
643 Matrix.setIdentityM(mSTMatrix, 0);
644 Matrix.setIdentityM(mMMatrix, 0);
698 Matrix.multiplyMM(mMVPMatrix, 0, mVMatrix, 0, mMMatrix, 0);
699 Matrix.multiplyMM(mMVPMatrix, 0, mProjMatrix, 0, mMVPMatrix, 0);
715 Matrix.frustumM(mProjMatrix, 0, -mRatio, mRatio, -1, 1, 3, 7);
    [all...]
  /external/ceres-solver/examples/
nist.cc 124 typedef Eigen::Matrix<double, Dynamic, 1> Vector;
125 typedef Eigen::Matrix<double, Dynamic, Dynamic, RowMajor> Matrix;
231 Matrix initial_parameters(int start) const { return initial_parameters_.row(start); }
232 Matrix final_parameters() const { return final_parameters_; }
233 Matrix predictor() const { return predictor_; }
234 Matrix response() const { return response_; }
243 Matrix predictor_;
244 Matrix response_;
245 Matrix initial_parameters_
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
TextureRender.java 30 import android.opengl.Matrix;
90 Matrix.setIdentityM(mSTMatrix, 0);
124 Matrix.setIdentityM(mMVPMatrix, 0);
EncodeVirtualDisplayWithCompositionTest.java 39 import android.opengl.Matrix;
774 Matrix.setIdentityM(mMVPMatrix, 0);
783 Matrix.setLookAtM(vMatrix, 0, wMid, hMid, 5f, wMid, hMid, 0f, 0f, 1.0f, 0.0f);
784 Matrix.orthoM(projMatrix, 0, -wMid, wMid, -hMid, hMid, 1, 10);
785 Matrix.multiplyMM(mMVPMatrix, 0, projMatrix, 0, vMatrix, 0);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
MatrixTest.java 18 import android.graphics.Matrix;
20 import android.graphics.Matrix.ScaleToFit;
24 private Matrix mMatrix;
30 mMatrix = new Matrix();
35 new Matrix();
36 new Matrix(mMatrix);
54 Matrix matrix = new Matrix(); local
55 matrix.set(mMatrix)
64 Matrix matrix = new Matrix(); local
203 Matrix matrix = new Matrix(); local
255 Matrix matrix = new Matrix(); local
300 Matrix matrix = new Matrix(); local
463 Matrix matrix = new Matrix(); local
    [all...]
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureSurfaceView.java 44 import android.opengl.Matrix;
158 Matrix.setIdentityM(mSTMatrix, 0);
189 Matrix.setIdentityM(mMVPMatrix, 0);
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_glyf.h 157 union Matrix {
181 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; member in struct:SkOTTableGlyphData::Composite::Component::Transform::WordValue
187 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; member in struct:SkOTTableGlyphData::Composite::Component::Transform::ByteValue
193 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; member in struct:SkOTTableGlyphData::Composite::Component::Transform::WordIndex
199 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; member in struct:SkOTTableGlyphData::Composite::Component::Transform::ByteIndex
  /external/clang/test/Sema/
array-init.c 254 typedef struct _Matrix Matrix;
256 const Matrix mat1 = {
263 const Matrix mat2 = {
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 1075 milliseconds

12