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