| Package | Description | 
|---|---|
| org.ojalgo.array | |
| org.ojalgo.matrix.store | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Primitive32Array
A one- and/or arbitrary-dimensional array of double. 
 | 
class  | 
Primitive64Array
A one- and/or arbitrary-dimensional array of double. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PrimitiveArray | 
PrimitiveArray.make(int size)  | 
static PrimitiveArray | 
PrimitiveArray.wrap(double... data)  | 
static PrimitiveArray | 
PrimitiveArray.wrap(float... data)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PrimitiveDenseStore
A Double (actually double) implementation of PhysicalStore. 
 | 
Copyright © 2018 Optimatika. All rights reserved.