public class EuclideanVectorNormAlgorithm extends AbstractVectorNormAlgorithm
| Constructor and Description |
|---|
EuclideanVectorNormAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
DblMatrix |
getNorm(DblMatrix X)
Return the norm.
|
public DblMatrix getNorm(DblMatrix X)
getNorm in interface VectorNormAlgorithmgetNorm in class AbstractVectorNormAlgorithm