Javadoc typos
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@739571 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a3b466009f
commit
d957f434e4
|
@ -35,9 +35,9 @@ public class SparseRealVector implements RealVector {
|
|||
* Build a 0-length vector.
|
||||
* <p>Zero-length vectors may be used to initialized construction of vectors
|
||||
* by data gathering. We start with zero-length and use either the {@link
|
||||
* #SparseRealVector(SparseRealVecotr, int)} constructor
|
||||
* #SparseRealVector(SparseRealVector, int)} constructor
|
||||
* or one of the <code>append</code> method ({@link #append(double)}, {@link
|
||||
* #append(double[])}, {@link #append(RealVectorImpl)}) to gather data
|
||||
* #append(double[])}, {@link #append(RealVector)}) to gather data
|
||||
* into this vector.</p>
|
||||
*/
|
||||
public SparseRealVector() {
|
||||
|
|
Loading…
Reference in New Issue