public class DoubleDoubleArrayColumnIterator
extends Object
implements Iterator
An iterator providing the columns of a double[][]. In the case of an array with different size rows, the number of columns will be equal to the length of the smallest row.
| Constructor and description |
|---|
DoubleDoubleArrayColumnIterator(double array)Creates an iterator over the columns of the supplied matrix. |
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.