Uses of Class
org.ojalgo.matrix.MatrixC128
Packages that use MatrixC128
-
Uses of MatrixC128 in org.ojalgo.data.transform
Methods in org.ojalgo.data.transform that return MatrixC128Modifier and TypeMethodDescriptionstatic MatrixC128DiscreteFourierTransform.newVandermondeMatrix(int size) -
Uses of MatrixC128 in org.ojalgo.matrix
Methods in org.ojalgo.matrix that return MatrixC128Modifier and TypeMethodDescription(package private) MatrixC128MatrixC128.DenseReceiver.instantiate(MatrixStore<ComplexNumber> store) (package private) MatrixC128MatrixC128.SparseReceiver.instantiate(MatrixStore<ComplexNumber> store) (package private) MatrixC128MatrixC128.newInstance(ElementsSupplier<ComplexNumber> store)