OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VectorX
(Results
1 - 4
of
4
) sorted by null
/external/eigen/test/
array_replicate.cpp
22
typedef Matrix<Scalar, Dynamic, 1>
VectorX
;
33
VectorX
vx1;
umeyama.cpp
98
typedef Matrix<Scalar, Eigen::Dynamic, 1>
VectorX
;
105
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/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);
Completed in 643 milliseconds