Package | Description |
---|---|
org.ojalgo.matrix.store |
Modifier and Type | Field and Description |
---|---|
static PhysicalStore.Factory<Double,RawStore> |
RawStore.FACTORY |
Modifier and Type | Method and Description |
---|---|
RawStore |
RawStore.conjugate() |
static RawStore |
RawStore.constructWithCopy(double[][] A)
Construct a matrix from a copy of a 2-D array.
|
RawStore |
RawStore.copy()
Make a deep copy of a matrix
|
RawStore |
RawStore.getMatrix(int[] r,
int j0,
int j1)
Deprecated.
v39
|
RawStore |
RawStore.getMatrix(int i0,
int i1,
int j0,
int j1)
Deprecated.
v39
|
RawStore |
RawStore.multiply(MatrixStore<Double> right) |
static RawStore |
RawStore.random(int m,
int n)
Generate matrix with random elements
|
static RawStore |
RawStore.read(BufferedReader input)
Read a matrix from a stream.
|
RawStore |
RawStore.transpose()
RawStore transpose.
|
Modifier and Type | Method and Description |
---|---|
PhysicalStore.Factory<Double,RawStore> |
RawStore.physical() |
Copyright © 2019 Optimatika. All rights reserved.