ReFRACtor
nlls_problem_state.cc
Go to the documentation of this file.
1
#include <
nlls_problem_state.h
>
2
3
4
using namespace
FullPhysics
;
5
6
7
void
NLLSProblemState::set
(
const
NLLSProblemState
&
s
)
8
{
9
ProblemState::set
(s);
10
R
.reference(s.
R
.copy());
11
J
.reference(s.
J
.copy());
12
}
FullPhysics::NLLSProblemState::R
blitz::Array< double, 1 > R
Definition:
nlls_problem_state.h:110
FullPhysics::units::s
const Unit s("s", 1.0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0)
FullPhysics::NLLSProblemState::set
virtual void set(const NLLSProblemState &s)
Makes self a copy of the input state.
Definition:
nlls_problem_state.cc:7
nlls_problem_state.h
FullPhysics::ProblemState::set
virtual void set(const ProblemState &s)
Makes self a copy of the input state.
Definition:
problem_state.h:88
FullPhysics::NLLSProblemState
The state for a NLLS problem with implemented residual function and its Jacobian. ...
Definition:
nlls_problem_state.h:48
FullPhysics
Contains classes to abstract away details in various Spurr Radiative Transfer software.
Definition:
doxygen_python.h:1
FullPhysics::NLLSProblemState::J
blitz::Array< double, 2 > J
Definition:
nlls_problem_state.h:111
Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:10