mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
bug #86 : use internal:: namespace instead of ei_ prefix
This commit is contained in:
@@ -48,7 +48,7 @@ template<typename Scalar> void sparse_vector(int rows, int cols)
|
||||
initSparse<Scalar>(densityVec, refV2, v2);
|
||||
initSparse<Scalar>(densityVec, refV3, v3);
|
||||
|
||||
Scalar s1 = ei_random<Scalar>();
|
||||
Scalar s1 = internal::random<Scalar>();
|
||||
|
||||
// test coeff and coeffRef
|
||||
for (unsigned int i=0; i<zerocoords.size(); ++i)
|
||||
|
||||
Reference in New Issue
Block a user