mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
[doc] grammar fix: "linearly space" -> "linearly spaced"
This commit is contained in:
@@ -224,7 +224,7 @@ DenseBase<Derived>::Constant(const Scalar& value)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Sets a linearly space vector.
|
* \brief Sets a linearly spaced vector.
|
||||||
*
|
*
|
||||||
* The function generates 'size' equally spaced values in the closed interval [low,high].
|
* The function generates 'size' equally spaced values in the closed interval [low,high].
|
||||||
* This particular version of LinSpaced() uses sequential access, i.e. vector access is
|
* This particular version of LinSpaced() uses sequential access, i.e. vector access is
|
||||||
@@ -262,7 +262,7 @@ DenseBase<Derived>::LinSpaced(Sequential_t, const Scalar& low, const Scalar& hig
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Sets a linearly space vector.
|
* \brief Sets a linearly spaced vector.
|
||||||
*
|
*
|
||||||
* The function generates 'size' equally spaced values in the closed interval [low,high].
|
* The function generates 'size' equally spaced values in the closed interval [low,high].
|
||||||
* When size is set to 1, a vector of length 1 containing 'high' is returned.
|
* When size is set to 1, a vector of length 1 containing 'high' is returned.
|
||||||
@@ -375,7 +375,7 @@ PlainObjectBase<Derived>::setConstant(Index rows, Index cols, const Scalar& val)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Sets a linearly space vector.
|
* \brief Sets a linearly spaced vector.
|
||||||
*
|
*
|
||||||
* The function generates 'size' equally spaced values in the closed interval [low,high].
|
* The function generates 'size' equally spaced values in the closed interval [low,high].
|
||||||
* When size is set to 1, a vector of length 1 containing 'high' is returned.
|
* When size is set to 1, a vector of length 1 containing 'high' is returned.
|
||||||
@@ -395,7 +395,7 @@ EIGEN_STRONG_INLINE Derived& DenseBase<Derived>::setLinSpaced(Index newSize, con
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Sets a linearly space vector.
|
* \brief Sets a linearly spaced vector.
|
||||||
*
|
*
|
||||||
* The function fill *this with equally spaced values in the closed interval [low,high].
|
* The function fill *this with equally spaced values in the closed interval [low,high].
|
||||||
* When size is set to 1, a vector of length 1 containing 'high' is returned.
|
* When size is set to 1, a vector of length 1 containing 'high' is returned.
|
||||||
|
|||||||
Reference in New Issue
Block a user