mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 10:09:26 +00:00
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.
|
* Build a 0-length vector.
|
||||||
* <p>Zero-length vectors may be used to initialized construction of vectors
|
* <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
|
* 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
|
* 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>
|
* into this vector.</p>
|
||||||
*/
|
*/
|
||||||
public SparseRealVector() {
|
public SparseRealVector() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user