Package | Description |
---|---|
org.hipparchus.linear |
Linear algebra support.
|
Modifier and Type | Method | Description |
---|---|---|
SparseFieldVector<T> |
SparseFieldVector.subtract(SparseFieldVector<T> v) |
Optimized method to compute
this minus v . |
Modifier and Type | Method | Description |
---|---|---|
FieldVector<T> |
SparseFieldVector.add(SparseFieldVector<T> v) |
Optimized method to add sparse vectors.
|
FieldVector<T> |
SparseFieldVector.append(SparseFieldVector<T> v) |
Construct a vector by appending a vector to this vector.
|
FieldMatrix<T> |
SparseFieldVector.outerProduct(SparseFieldVector<T> v) |
Optimized method to compute outer product when both vectors are sparse.
|
SparseFieldVector<T> |
SparseFieldVector.subtract(SparseFieldVector<T> v) |
Optimized method to compute
this minus v . |
Constructor | Description |
---|---|
SparseFieldVector(SparseFieldVector<T> v) |
Copy constructor.
|
SparseFieldVector(SparseFieldVector<T> v,
int resize) |
Build a resized vector, for use with append.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.