| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Norm --+
|
Norm2
A norm-2 class. Optionally accepts a covariance matrix C.
If C is given, the norm would be : np.dot(x.T, C * x).
Otherwise, it would be norm2(x).
Parameters
----------
C : LinearOperator (None)
The covariance matrix of the norm.
Returns
-------
Returns a Norm2 instance with a __call__ and a diff method.
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Jun 2 17:46:15 2011 | http://epydoc.sourceforge.net |