HomeSort by relevance Sort by last modified time
    Searched defs:coefficients (Results 1 - 5 of 5) sorted by null

  /external/eigen/doc/special_examples/
Tutorial_sparse_example.cpp 7 void buildProblem(std::vector<T>& coefficients, Eigen::VectorXd& b, int n);
16 std::vector<T> coefficients; // list of non-zeros coefficients local
18 buildProblem(coefficients, b, n);
21 A.setFromTriplets(coefficients.begin(), coefficients.end());
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 25 SkBicubicImageFilter::SkBicubicImageFilter(const SkSize& scale, const SkScalar coefficients[16], SkImageFilter* input)
28 memcpy(fCoefficients, coefficients, sizeof(fCoefficients));
35 static const SkScalar coefficients[16] = { local
41 return SkNEW_ARGS(SkBicubicImageFilter, (scale, coefficients, input));
160 const float* coefficients() const { return fCoefficients; } function in class:GrBicubicEffect
167 static GrEffectRef* Create(GrTexture* tex, const SkScalar coefficients[16]) {
168 AutoEffectUnref effect(SkNEW_ARGS(GrBicubicEffect, (tex, coefficients)));
173 GrBicubicEffect(GrTexture*, const SkScalar coefficients[16]);
226 kMat44f_GrSLType, "Coefficients");
237 GrGLShaderVar("coefficients", kMat44f_GrSLType)
328 SkScalar coefficients[16]; local
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 392 milliseconds