Searched refs:setRandom (Results 1 - 25 of 63) sorted by relevance

123

/external/eigen/doc/snippets/
H A DMatrix_setRandom_int.cpp2 v.setRandom(3);
H A DMatrix_setRandom_int_int.cpp2 m.setRandom(3, 3);
H A DMatrixBase_setRandom.cpp2 m.col(1).setRandom();
H A DTutorial_Map_using.cpp7 m1.setRandom();
8 m2.setRandom();
H A DHouseholderQR_householderQ.cpp2 A.setRandom();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
H A DBCKeyStore.java13 public void setRandom(SecureRandom random); method in interface:BCKeyStore
/external/eigen/doc/examples/
H A DDenseBase_middleCols_int.cpp11 A.setRandom();
H A DDenseBase_middleRows_int.cpp11 A.setRandom();
H A DDenseBase_template_int_middleCols.cpp11 A.setRandom();
H A DDenseBase_template_int_middleRows.cpp11 A.setRandom();
/external/eigen/test/
H A Dproduct_small.cpp18 matAstatic.setRandom();
19 matBstatic.setRandom();
25 matAdynamic.setRandom();
26 matBdynamic.setRandom();
H A Dproduct_mmtr.cpp31 MatrixColMaj soc(size,othersize); soc.setRandom();
32 MatrixColMaj osc(othersize,size); osc.setRandom();
33 MatrixRowMaj sor(size,othersize); sor.setRandom();
34 MatrixRowMaj osr(othersize,size); osr.setRandom();
H A Dgeo_orthomethods.cpp44 mat3.setRandom();
85 v0.tail(size-2).setRandom();
96 mat3N.setRandom();
101 matN3.setRandom();
H A Dproduct_large.cpp55 MatrixXf mat1(10,32); mat1.setRandom();
56 MatrixXf mat2(32,32); mat2.setRandom();
H A Dproduct_trsolve.cpp13 (XB).setRandom(); ref = (XB); \
16 (XB).setRandom(); ref = (XB); \
22 (XB).setRandom(); ref = (XB); \
25 (XB).setRandom(); ref = (XB); \
43 cmLhs.setRandom(); cmLhs *= static_cast<RealScalar>(0.1); cmLhs.diagonal().array() += static_cast<RealScalar>(1);
44 rmLhs.setRandom(); rmLhs *= static_cast<RealScalar>(0.1); rmLhs.diagonal().array() += static_cast<RealScalar>(1);
H A Ddeterminant.cpp23 m1.setRandom();
24 m2.setRandom();
H A Dgeo_homogeneous.cpp45 hm0.row(Size-1).setRandom();
77 aff.affine().setRandom();
79 pts.setRandom(Size,internal::random<int>(1,20));
90 pts2.row(Size).setRandom();
/external/eigen/Eigen/src/Core/
H A DRandom.h45 * \sa MatrixBase::setRandom(), MatrixBase::Random(Index), MatrixBase::Random()
72 * \sa MatrixBase::setRandom(), MatrixBase::Random(Index,Index), MatrixBase::Random()
93 * \sa MatrixBase::setRandom(), MatrixBase::Random(Index,Index), MatrixBase::Random(Index)
107 * \sa class CwiseNullaryOp, setRandom(Index), setRandom(Index,Index)
110 inline Derived& DenseBase<Derived>::setRandom() function in class:Eigen::DenseBase
122 * \sa MatrixBase::setRandom(), setRandom(Index,Index), class CwiseNullaryOp, MatrixBase::Random()
126 PlainObjectBase<Derived>::setRandom(Index newSize) function in class:Eigen::PlainObjectBase
129 return setRandom();
144 PlainObjectBase<Derived>::setRandom(Index nbRows, Index nbCols) function in class:Eigen::PlainObjectBase
[all...]
/external/eigen/unsupported/test/
H A Dopenglsupport.cpp32 TYPE value; value.setRandom(); \
140 Matrix4f mf44; mf44.setRandom();
143 Matrix4d md44; md44.setRandom();
155 Transform<float,3,AffineCompact> acf3; acf3.matrix().setRandom();
163 Transform<float,3,Projective> pf3; pf3.matrix().setRandom();
167 Transform<double,3,AffineCompact> acd3; acd3.matrix().setRandom();
175 Transform<double,3,Projective> pd3; pd3.matrix().setRandom();
181 Vector2f vf2; vf2.setRandom(); Vector3f vf23; vf23 << vf2, 0;
183 Vector2d vd2; vd2.setRandom(); Vector3d vd23; vd23 << vd2, 0;
186 Vector3f vf3; vf3.setRandom();
[all...]
/external/eigen/test/eigen2/
H A Deigen2_product_large.cpp39 MatrixXf mat1(10,10); mat1.setRandom();
40 MatrixXf mat2(32,10); mat2.setRandom();
H A Deigen2_determinant.cpp22 m1.setRandom();
23 m2.setRandom();
/external/eigen/bench/
H A Dbench_gemm.cpp161 A a(m,p); a.setRandom();
162 B b(p,n); b.setRandom();
229 M ar(m,p); ar.setRandom();
230 M ai(m,p); ai.setRandom();
231 M br(p,n); br.setRandom();
232 M bi(p,n); bi.setRandom();
233 M cr(m,n); cr.setRandom();
234 M ci(m,n); ci.setRandom();
243 M a(m,p); a.setRandom();
244 M br(p,n); br.setRandom();
[all...]
H A Dgeometry.cpp73 data.setRandom();
99 Matrix<Scalar,3,4> mat34; mat34.setRandom();
106 Matrix<Scalar,3,3> mat33; mat33.setRandom();
H A Dproduct_threshold.cpp47 typedef Matrix<Scalar,M,K> Lhs; Lhs a; a.setRandom();
48 typedef Matrix<Scalar,K,N> Rhs; Rhs b; b.setRandom();
49 typedef Matrix<Scalar,M,N> Res; Res c; c.setRandom();
H A DbenchmarkSlice.cpp22 m.setRandom();

Completed in 358 milliseconds

123