Uses of Class
org.ojalgo.matrix.MatrixC128
-
Packages that use MatrixC128 Package Description org.ojalgo.data.transform org.ojalgo.matrix -
-
Uses of MatrixC128 in org.ojalgo.data.transform
Methods in org.ojalgo.data.transform that return MatrixC128 Modifier and Type Method Description static MatrixC128
DiscreteFourierTransform. newVandermondeMatrix(int size)
-
Uses of MatrixC128 in org.ojalgo.matrix
Methods in org.ojalgo.matrix that return MatrixC128 Modifier and Type Method Description (package private) MatrixC128
MatrixC128.DenseReceiver. instantiate(MatrixStore<ComplexNumber> store)
(package private) MatrixC128
MatrixC128.SparseReceiver. instantiate(MatrixStore<ComplexNumber> store)
(package private) MatrixC128
MatrixC128. newInstance(ElementsSupplier<ComplexNumber> store)
-