OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VectorX
(Results
1 - 7
of
7
) sorted by null
/external/eigen/bench/
sparse_lu.cpp
41
typedef Matrix<Scalar,Dynamic,1>
VectorX
;
46
void doEigen(const char* name, const EigenSparseMatrix& sm1, const
VectorX
& b,
VectorX
& x, int flags = 0)
79
VectorX
b =
VectorX
::Random(cols);
80
VectorX
x =
VectorX
::Random(cols);
/external/eigen/test/
array_replicate.cpp
21
typedef Matrix<Scalar, Dynamic, 1>
VectorX
;
32
VectorX
vx1;
umeyama.cpp
96
typedef Matrix<Scalar, Eigen::Dynamic, 1>
VectorX
;
103
VectorX
t = Scalar(50)*
VectorX
::Random(dim,1);
vectorization_logic.cpp
87
typedef Matrix<Scalar,Dynamic,1>
VectorX
;
194
VERIFY(test_redux(
VectorX
(10),
/external/eigen/Eigen/src/Jacobi/
Jacobi.h
265
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 JacobiRotation<OtherScalar>& j)
303
typedef typename
VectorX
::Index Index;
304
typedef typename
VectorX
::Scalar Scalar;
322
if(
VectorX
::SizeAtCompileTime == Dynamic &&
323
(
VectorX
::Flags & VectorY::Flags & PacketAccessBit) &&
394
else if(
VectorX
::SizeAtCompileTime != Dynamic &&
395
(
VectorX
::Flags & VectorY::Flags & PacketAccessBit) &
[
all
...]
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
ConstrainedConjGrad.h
105
typename
VectorX
, typename VectorB, typename VectorF>
106
void constrained_cg(const TMatrix& A, const CMatrix& C,
VectorX
& x,
/external/eigen/Eigen/src/Core/products/
TriangularMatrixVector_MKL.h
96
typedef
VectorX
##EIGPREFIX VectorRhs; \
181
typedef
VectorX
##EIGPREFIX VectorRhs; \
Completed in 444 milliseconds