| Package | Description |
|---|---|
| org.apache.commons.math.linear |
Linear algebra support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayRealVector
This class implements the
RealVector interface with a double array. |
class |
OpenMapRealVector
This class implements the
RealVector interface with a OpenIntToDoubleHashMap backing store. |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractRealVector |
AbstractRealVector.copy()
Returns a (deep) copy of this vector.
|
AbstractRealVector |
ArrayRealVector.copy()
Returns a (deep) copy of this vector.
|
Copyright © 2003–2015. All rights reserved.