Home
last modified time | relevance | path

Searched refs:VectorX (Results 1 – 7 of 7) sorted by relevance

/external/eigen/bench/
Dsparse_lu.cpp41 typedef Matrix<Scalar,Dynamic,1> VectorX; typedef
46 void doEigen(const char* name, const EigenSparseMatrix& sm1, const VectorX& b, VectorX& x, int flag… in doEigen()
79 VectorX b = VectorX::Random(cols); in main()
80 VectorX x = VectorX::Random(cols); in main()
/external/eigen/Eigen/src/Jacobi/
DJacobi.h265 template<typename VectorX, typename VectorY, typename OtherScalar>
266 void apply_rotation_in_the_plane(VectorX& _x, VectorY& _y, const JacobiRotation<OtherScalar>& j);
300 template<typename VectorX, typename VectorY, typename OtherScalar>
301 void /*EIGEN_DONT_INLINE*/ apply_rotation_in_the_plane(VectorX& _x, VectorY& _y, const JacobiRotati… in apply_rotation_in_the_plane()
303 typedef typename VectorX::Index Index; in apply_rotation_in_the_plane()
304 typedef typename VectorX::Scalar Scalar; in apply_rotation_in_the_plane()
322 if(VectorX::SizeAtCompileTime == Dynamic && in apply_rotation_in_the_plane()
323 (VectorX::Flags & VectorY::Flags & PacketAccessBit) && in apply_rotation_in_the_plane()
394 else if(VectorX::SizeAtCompileTime != Dynamic && in apply_rotation_in_the_plane()
395 (VectorX::Flags & VectorY::Flags & PacketAccessBit) && in apply_rotation_in_the_plane()
[all …]
/external/eigen/test/
Darray_replicate.cpp21 typedef Matrix<Scalar, Dynamic, 1> VectorX; in replicate() typedef
32 VectorX vx1; in replicate()
Dumeyama.cpp96 typedef Matrix<Scalar, Eigen::Dynamic, 1> VectorX; in run_test() typedef
103 VectorX t = Scalar(50)*VectorX::Random(dim,1); in run_test()
Dvectorization_logic.cpp87 typedef Matrix<Scalar,Dynamic,1> VectorX; in run() typedef
194 VERIFY(test_redux(VectorX(10), in run()
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DConstrainedConjGrad.h105 typename VectorX, typename VectorB, typename VectorF>
106 void constrained_cg(const TMatrix& A, const CMatrix& C, VectorX& x, in constrained_cg()
/external/eigen/Eigen/src/Core/products/
DTriangularMatrixVector_MKL.h96 typedef VectorX##EIGPREFIX VectorRhs; \
181 typedef VectorX##EIGPREFIX VectorRhs; \