Searched refs:Random (Results 101 - 125 of 862) sorted by relevance

1234567891011>>

/external/eigen/doc/examples/
H A DQuickStart_example2_fixed.cpp9 Matrix3d m = Matrix3d::Random();
H A Dclass_CwiseUnaryOp_ptrfun.cpp17 Matrix4d m1 = Matrix4d::Random();
/external/eigen/doc/snippets/
H A DComplexSchur_compute.cpp1 MatrixXcf A = MatrixXcf::Random(4,4);
H A DEigenSolver_compute.cpp2 MatrixXf A = MatrixXf::Random(4,4);
H A DFullPivLU_kernel.cpp1 MatrixXf m = MatrixXf::Random(3,5);
H A DHessenbergDecomposition_compute.cpp1 MatrixXcf A = MatrixXcf::Random(4,4);
H A DHouseholderQR_householderQ.cpp1 MatrixXf A(MatrixXf::Random(5,3)), thinQ(MatrixXf::Identity(5,3)), Q;
H A DJacobi_makeGivens.cpp1 Vector2f v = Vector2f::Random();
H A DJacobi_makeJacobi.cpp1 Matrix2f m = Matrix2f::Random();
H A DMatrixBase_applyOnTheRight.cpp1 Matrix3f A = Matrix3f::Random(3,3), B;
H A DMatrixBase_bottomLeftCorner_int_int.cpp1 Matrix4i m = Matrix4i::Random();
H A DMatrixBase_bottomRightCorner_int_int.cpp1 Matrix4i m = Matrix4i::Random();
H A DMatrixBase_bottomRows_int.cpp1 Array44i a = Array44i::Random();
H A DMatrixBase_colwise.cpp1 Matrix3d m = Matrix3d::Random();
H A DMatrixBase_computeInverseAndDetWithCheck.cpp1 Matrix3d m = Matrix3d::Random();
H A DMatrixBase_computeInverseWithCheck.cpp1 Matrix3d m = Matrix3d::Random();
H A DMatrixBase_leftCols_int.cpp1 Array44i a = Array44i::Random();
H A DMatrixBase_reverse.cpp1 MatrixXi m = MatrixXi::Random(3,4);
H A DMatrixBase_rightCols_int.cpp1 Array44i a = Array44i::Random();
H A DMatrixBase_rowwise.cpp1 Matrix3d m = Matrix3d::Random();
H A DMatrixBase_selfadjointView.cpp1 Matrix3i m = Matrix3i::Random();
H A DMatrixBase_template_int_bottomRows.cpp1 Array44i a = Array44i::Random();
H A DMatrixBase_template_int_int_block_int_int_int_int.cpp1 Matrix4i m = Matrix4i::Random();
H A DMatrixBase_template_int_int_bottomLeftCorner.cpp1 Matrix4i m = Matrix4i::Random();
H A DMatrixBase_template_int_int_bottomLeftCorner_int_int.cpp1 Matrix4i m = Matrix4i::Random();

Completed in 641 milliseconds

1234567891011>>