mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
renaming: ref() --> asArg()
This commit is contained in:
@@ -12,7 +12,7 @@ castToFloatingPoint(const MatrixBase<Scalar, Derived>& m)
|
||||
return Eigen::Cast<
|
||||
typename Eigen::NumTraits<Scalar>::FloatingPoint,
|
||||
Derived
|
||||
>(m.ref());
|
||||
>(m.asArg());
|
||||
}
|
||||
|
||||
int main(int, char**)
|
||||
|
||||
Reference in New Issue
Block a user