/external/eigen/unsupported/Eigen/src/Eigenvalues/ |
ArpackSelfAdjointEigenSolver.h | 750 static inline void project(MatrixSolver &OP, int n, int k, Scalar *vecs); 775 static inline void project(MatrixSolver &OP, int n, int k, Scalar *vecs) 779 Matrix<Scalar, Dynamic, Dynamic>::Map(vecs, n, k) = OP.matrixU().solve(Matrix<Scalar, Dynamic, Dynamic>::Map(vecs, n, k)); 780 Matrix<Scalar, Dynamic, Dynamic>::Map(vecs, n, k) = OP.permutationPinv() * Matrix<Scalar, Dynamic, Dynamic>::Map(vecs, n, k); 793 static inline void project(MatrixSolver &OP, int n, int k, Scalar *vecs)
|
/external/opencv/ml/include/ |
ml.h | 343 typedef void (CvSVMKernel::*Calc)( int vec_count, int vec_size, const float** vecs, 351 virtual void calc( int vcount, int n, const float** vecs, const float* another, float* results ); 356 virtual void calc_non_rbf_base( int vec_count, int vec_size, const float** vecs, 360 virtual void calc_linear( int vec_count, int vec_size, const float** vecs, 362 virtual void calc_rbf( int vec_count, int vec_size, const float** vecs, 364 virtual void calc_poly( int vec_count, int vec_size, const float** vecs, 366 virtual void calc_sigmoid( int vec_count, int vec_size, const float** vecs, [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Matrix.java | 713 * @param vecs The array [x0, y0, x1, y1, ...] of vectors to transform. 715 public void mapVectors(float[] vecs) { 716 mapVectors(vecs, 0, vecs, 0, vecs.length >> 1); [all...] |
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
vec_math.hpp | 65 template <typename VecS> __device__ __forceinline__ static VecD cast(const VecS& v) 74 template <typename VecS> __device__ __forceinline__ static VecD cast(const VecS& v) 83 template <typename VecS> __device__ __forceinline__ static VecD cast(const VecS& v) 92 template <typename VecS> __device__ __forceinline__ static VecD cast(const VecS& v) [all...] |
/external/opencv3/apps/traincascade/ |
old_ml.hpp | 315 typedef void (CvSVMKernel::*Calc)( int vec_count, int vec_size, const float** vecs, 323 virtual void calc( int vcount, int n, const float** vecs, const float* another, float* results ); 328 virtual void calc_non_rbf_base( int vec_count, int vec_size, const float** vecs, 331 virtual void calc_intersec( int vcount, int var_count, const float** vecs, 333 virtual void calc_chi2( int vec_count, int vec_size, const float** vecs, 335 virtual void calc_linear( int vec_count, int vec_size, const float** vecs, 337 virtual void calc_rbf( int vec_count, int vec_size, const float** vecs, 339 virtual void calc_poly( int vec_count, int vec_size, const float** vecs, 341 virtual void calc_sigmoid( int vec_count, int vec_size, const float** vecs, [all...] |
/external/eigen/Eigen/src/Householder/ |
HouseholderSequence.h | 239 Index vecs = m_length; local 246 for(Index k = vecs-1; k >= 0; --k) 260 for(Index k = 0; k<cols()-vecs ; ++k) 266 for(Index k = vecs-1; k >= 0; --k)
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
hierarchical_clustering_index.h | 103 * vecs = the dataset of points 145 * vecs = the dataset of points 196 * vecs = the dataset of points 282 * vecs = the dataset of points
|
kmeans_index.h | 102 * vecs = the dataset of points 144 * vecs = the dataset of points 195 * vecs = the dataset of points [all...] |
kdtree_index.h | 268 * Create a tree node that subdivides the list of vecs from vind[first]
|
kdtree_single_index.h | 331 * Create a tree node that subdivides the list of vecs from vind[first]
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
blk_types.h | 76 * We can __inline__ a number of vecs at the end of the bio, to avoid
|
/external/skia/include/core/ |
SkMatrix.h | 514 @param vecs The vectors to be transformed. It must contain at least 516 @param count The number of vectors in vecs. 518 void mapVectors(SkVector vecs[], int count) const { 519 this->mapVectors(vecs, vecs, count);
|
/external/eigen/Eigen/src/Core/ |
GenericPacketMath.h | 197 preduxp(const Packet* vecs) { return vecs[0]; }
|
/external/opencv/ml/src/ |
mlsvm.cpp | 231 void CvSVMKernel::calc_non_rbf_base( int vcount, int var_count, const float** vecs, 238 const float* sample = vecs[j]; 250 void CvSVMKernel::calc_linear( int vcount, int var_count, const float** vecs, 253 calc_non_rbf_base( vcount, var_count, vecs, another, results, 1, 0 ); 257 void CvSVMKernel::calc_poly( int vcount, int var_count, const float** vecs, 261 calc_non_rbf_base( vcount, var_count, vecs, another, results, params->gamma, params->coef0 ); 266 void CvSVMKernel::calc_sigmoid( int vcount, int var_count, const float** vecs, 270 calc_non_rbf_base( vcount, var_count, vecs, another, results, 285 void CvSVMKernel::calc_rbf( int vcount, int var_count, const float** vecs, 294 const float* sample = vecs[j] [all...] |
/external/libevent/ |
buffer.c | 708 /* pass 1: make sure that the pointers and lengths of vecs[] are in 2123 IOV_TYPE vecs[NUM_READ_IOVEC]; local [all...] |
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/math/ |
Matrix4.java | [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
Matrix4.java | [all...] |
/external/opencv3/modules/core/src/ |
matrix.cpp | 5346 Vec2f vecs[2]; local [all...] |
/external/eigen/Eigen/src/SparseCore/ |
SparseMatrix.h | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelDAGToDAG.cpp | 139 /// instructions making use of a vector-list (e.g. ldN, tbl). Vecs must have 142 SDValue createDTuple(ArrayRef<SDValue> Vecs); 143 SDValue createQTuple(ArrayRef<SDValue> Vecs); 147 SDValue createTuple(ArrayRef<SDValue> Vecs, const unsigned RegClassIDs[], [all...] |
/external/deqp/modules/gles2/functional/ |
es2fShaderOperatorTests.cpp | [all...] |
/external/aac/libSBRenc/src/ |
env_est.cpp | [all...] |
/external/opencv3/modules/ml/include/opencv2/ |
ml.hpp | 487 virtual void calc( int vcount, int n, const float* vecs, const float* another, float* results ) = 0; [all...] |
/external/valgrind/none/tests/arm64/ |
fp_and_simd.c | [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
ChangeLog-2005 | 717 * gas/ppc/altivec.d: Match all powerpc target vecs. [all...] |