Package | Description |
---|---|
org.ojalgo.matrix | |
org.ojalgo.matrix.store |
Modifier and Type | Method and Description |
---|---|
static PrimitiveDenseStore |
MatrixUtils.getComplexArgument(Access2D<ComplexNumber> arg)
Extracts the argument of the ComplexNumber elements to a new primitive double valued matrix.
|
static PrimitiveDenseStore |
MatrixUtils.getComplexImaginary(Access2D<ComplexNumber> arg)
Extracts the imaginary part of the ComplexNumber elements to a new primitive double valued matrix.
|
static PrimitiveDenseStore |
MatrixUtils.getComplexModulus(Access2D<ComplexNumber> arg)
Extracts the modulus of the ComplexNumber elements to a new primitive double valued matrix.
|
static PrimitiveDenseStore |
MatrixUtils.getComplexReal(Access2D<ComplexNumber> arg)
Extracts the real part of the ComplexNumber elements to a new primitive double valued matrix.
|
static PrimitiveDenseStore |
MatrixUtils.makeSPD(int dim)
Make a random symmetric positive definite matrix
|
Modifier and Type | Field and Description |
---|---|
static PhysicalStore.Factory<Double,PrimitiveDenseStore> |
PrimitiveDenseStore.FACTORY |
Modifier and Type | Method and Description |
---|---|
PrimitiveDenseStore |
PrimitiveDenseStore.copy() |
Modifier and Type | Method and Description |
---|---|
PhysicalStore.Factory<Double,PrimitiveDenseStore> |
PrimitiveDenseStore.physical() |
Copyright © 2018 Optimatika. All rights reserved.