public abstract class AbstractVectorNormAlgorithm extends java.lang.Object implements VectorNormAlgorithm
Constructor and Description |
---|
AbstractVectorNormAlgorithm() |
Modifier and Type | Method and Description |
---|---|
abstract DblMatrix |
getNorm(DblMatrix X) |
public abstract DblMatrix getNorm(DblMatrix X)
getNorm
in interface VectorNormAlgorithm