Uses of Interface
dev.nm.algebra.linear.matrix.generic.GenericMatrix
-
Packages that use GenericMatrix Package Description dev.nm.algebra.linear.matrix.generic dev.nm.algebra.linear.matrix.generic.matrixtype -
-
Uses of GenericMatrix in dev.nm.algebra.linear.matrix.generic
Classes in dev.nm.algebra.linear.matrix.generic with type parameters of type GenericMatrix Modifier and Type Interface Description interfaceGenericMatrix<T extends GenericMatrix<T,F>,F extends Field<F>>This class defines a matrix over a field. -
Uses of GenericMatrix in dev.nm.algebra.linear.matrix.generic.matrixtype
Classes in dev.nm.algebra.linear.matrix.generic.matrixtype that implement GenericMatrix Modifier and Type Class Description classComplexMatrixThis is aComplexmatrix.classGenericFieldMatrix<F extends Field<F>>This is a generic matrix over aField.classRealMatrixThis is aRealmatrix.
-