Uses of Interface
com.imsl.math.GenMinRes.VectorProducts
Packages that use GenMinRes.VectorProducts
Package
Description
Mathematical functions and algorithms.
Math examples.
-
Uses of GenMinRes.VectorProducts in com.imsl.math
Subinterfaces of GenMinRes.VectorProducts in com.imsl.mathModifier and TypeInterfaceDescriptionstatic interfacePublic interface for the user supplied function to theGenMinResobject used for the norm \( \Vert X \Vert \) when the Gram-Schmidt implementation is used.Methods in com.imsl.math that return GenMinRes.VectorProductsModifier and TypeMethodDescriptionGenMinRes.getVectorProducts()Returns the user-supplied functions for the inner product and, optionally, the norm used in the Gram-Schmidt implementations.Methods in com.imsl.math with parameters of type GenMinRes.VectorProductsModifier and TypeMethodDescriptionvoidGenMinRes.setVectorProducts(GenMinRes.VectorProducts argP) Sets the user-supplied functions for the inner product and, optionally, the norm to be used in the Gram-Schmidt implementations. -
Uses of GenMinRes.VectorProducts in com.imsl.test.example.math
Classes in com.imsl.test.example.math that implement GenMinRes.VectorProductsModifier and TypeClassDescriptionclassSolves a small linear system with user supplied inner product.