Uses of Class
com.irurueta.algebra.NormComputer
Packages that use NormComputer
Package
Description
This package contains classes related to algebra, such as Matrix class
to contains matrices data and simple operations or Complex to handle
computations with Complex numbers.
-
Uses of NormComputer in com.irurueta.algebra
Subclasses of NormComputer in com.irurueta.algebraModifier and TypeClassDescriptionclass
Class in charge of computing Frobenius norms of vectors and matrices.class
Class in charge of computing infinity norms of vectors and matrices.class
Class in charge of computing one norms of arrays and matrices.Methods in com.irurueta.algebra that return NormComputerModifier and TypeMethodDescriptionstatic NormComputer
NormComputer.create()
Factory method.static NormComputer
Factory method.