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
cba2f4d3
Commit
cba2f4d3
authored
Mar 23, 2021
by
Steffen Schotthöfer
Browse files
Merge branch 'PN_CSD' of git.scc.kit.edu:rtsn/rtsn into PN_CSD
Former-commit-id:
cadb7cb6
parents
620bbb3e
d6298ad4
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/src/solvers/csdpnsolver.cpp
View file @
cba2f4d3
...
...
@@ -33,7 +33,8 @@ CSDPNSolver::CSDPNSolver( Config* settings ) : PNSolver( settings ) {
// only dummies for compilation
//
//_energies = Vector( _nEnergies, 0.0 );
_nEnergies
=
1000u
;
_energies
=
blaze
::
linspace
(
_nEnergies
,
1.0
,
5e-5
);
//_angle = _energies;
//
//_sigmaSE = { Matrix( _nEnergies, 0.0 ) };
...
...
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