Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
5dacd5e9
Commit
5dacd5e9
authored
May 25, 2020
by
Andrija Kostic
Browse files
Update docstring for 'VariableCovarianceGaussianEnergy'
parent
8868bb80
Pipeline
#75517
passed with stages
in 9 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty6/operators/energy_operators.py
View file @
5dacd5e9
...
...
@@ -144,6 +144,9 @@ class VariableCovarianceGaussianEnergy(EnergyOperator):
inverse_covariance : key
Inverse covariance diagonal key of the Gaussian.
sampling_dtype : np.dtype
Data type of the samples. Usually either 'np.float*' or 'np.complex*'
"""
def
__init__
(
self
,
domain
,
residual_key
,
inverse_covariance_key
,
sampling_dtype
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment