Package | Description |
---|---|
org.apache.commons.math3.linear |
Linear algebra support.
|
Modifier and Type | Class and Description |
---|---|
protected class |
OpenMapRealVector.OpenMapEntry
Deprecated.
Implementation of
Entry optimized for OpenMap. |
Modifier and Type | Method and Description |
---|---|
RealVector.Entry |
RealVector.SparseEntryIterator.next()
Deprecated.
|
RealVector.Entry |
OpenMapRealVector.OpenMapSparseIterator.next() |
Modifier and Type | Method and Description |
---|---|
Iterator<RealVector.Entry> |
RealVector.iterator()
Generic dense iterator.
|
Iterator<RealVector.Entry> |
RealVector.sparseIterator()
Deprecated.
As of 3.1, this method is deprecated, because its interface
is too confusing (see
JIRA MATH-875).
This method will be completely removed in 4.0.
|
Iterator<RealVector.Entry> |
OpenMapRealVector.sparseIterator()
Deprecated.
Create a sparse iterator over the vector, which may omit some entries.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RealVector.SparseEntryIterator.advance(RealVector.Entry e)
Deprecated.
Advance an entry up to the next nonzero one.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.