public class NormOps_CDRM
extends java.lang.Object
| Constructor and Description |
|---|
NormOps_CDRM() |
| Modifier and Type | Method and Description |
|---|---|
static float |
normF(org.ejml.data.CMatrixRMaj a)
Computes the Frobenius matrix norm:
normF = Sqrt{ ∑i=1:m ∑j=1:n { aij2} } |