Uses of Class
eu.bandm.tools.ops.AbstractFreeVector
Packages that use AbstractFreeVector
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of AbstractFreeVector in eu.bandm.tools.ops
Subclasses of AbstractFreeVector in eu.bandm.tools.opsModifier and TypeClassDescriptionclassFreeMatrix<I>A real-valued matrix over an index set with finitely many nonzero coordinates, except perhaps for the diagonal.classFreeVector<I>A real-valued vector over an index set with finitely many nonzero coordinates.Methods in eu.bandm.tools.ops that return AbstractFreeVectorModifier and TypeMethodDescriptionabstract AbstractFreeVector<I> AbstractFreeVector.scale(double factor) abstract AbstractFreeVector<I> AbstractFreeVector.trim(double epsilon) Methods in eu.bandm.tools.ops with parameters of type AbstractFreeVector