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
Subclasses with type arguments of type MatrixC128 in org.ojalgo.matrixModifier and TypeClassDescriptionfinal classA matrix (linear algebra) with ComplexNumberSet.Celements, implemented using dual 64-bit double values.static final classstatic final classstatic final classMethods 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)