ReFRACtor
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Variables
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
+
Enumerator
b
c
d
e
f
i
l
n
o
p
r
s
u
w
+
Related Functions
a
f
o
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
i
l
m
n
p
r
s
t
v
w
x
+
Functions
a
b
c
d
e
f
g
i
l
m
n
p
r
s
t
w
Variables
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
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