mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 18:18:56 +00:00
Fixed javadoc typos.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1180316 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8c1df65ae6
commit
d9ca459114
@ -33,8 +33,8 @@ public interface Vector<S extends Space> extends Serializable {
|
|||||||
*/
|
*/
|
||||||
Space getSpace();
|
Space getSpace();
|
||||||
|
|
||||||
/** Get the null vector of the vetorial space or origin point of the affine space.
|
/** Get the null vector of the vectorial space or origin point of the affine space.
|
||||||
* @return null vector of the vetorial space or origin point of the affine space
|
* @return null vector of the vectorial space or origin point of the affine space
|
||||||
*/
|
*/
|
||||||
Vector<S> getZero();
|
Vector<S> getZero();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user