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 interface
GenericMatrix<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 class
ComplexMatrix
This is aComplex
matrix.class
GenericFieldMatrix<F extends Field<F>>
This is a generic matrix over aField
.class
RealMatrix
This is aReal
matrix.
-