Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
75aeb284
Commit
75aeb284
authored
Mar 23, 2021
by
Steffen Schotthöfer
Browse files
small change
Former-commit-id:
041071fe
parent
12fb8c3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/src/solvers/csdpnsolver.cpp
View file @
75aeb284
...
...
@@ -56,7 +56,7 @@ CSDPNSolver::CSDPNSolver( Config* settings ) : PNSolver( settings ) {
Matrix
sigma_t
(
_energies
.
size
(),
sigma_ref
.
rows
()
);
for
(
unsigned
idx_degree
=
0
;
idx_degree
<
_polyDegreeBasis
;
++
idx_degree
)
{
Vector
xs_m
=
blaze
::
column
(
sigma_ref
,
idx_degree
);
Vector
xs_m
=
blaze
::
column
(
sigma_ref
,
idx_degree
);
// Scattering cross section Moments
Interpolation
interp
(
E_ref
,
xs_m
);
// blaze::column( sigma_t, i ) = interp( _energies );
}
...
...
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