Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-istl
Commits
928c6c58
Commit
928c6c58
authored
1 year ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
[doxygen] Escape #, <, and > in arpackpp.hh
parent
5dee23be
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!552
Fix Doxygen warnings
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/istl/eigenvalue/arpackpp.hh
+10
-10
10 additions, 10 deletions
dune/istl/eigenvalue/arpackpp.hh
with
10 additions
and
10 deletions
dune/istl/eigenvalue/arpackpp.hh
+
10
−
10
View file @
928c6c58
...
...
@@ -235,8 +235,8 @@ namespace Dune
* respectively singular values shall be considered;
* is assumed to have blocklevel 2.
* \tparam BlockVector Type of the associated vectors; compatible with the
* rows of a BCRSMatrix object (if #rows >= #ncols) or
* its columns (if #rows < #ncols).
* rows of a BCRSMatrix object (if
\
#rows
\
>=
\
#ncols) or
* its columns (if
\
#rows
\
<
\
#ncols).
*
* \author Sebastian Westerheide.
*/
...
...
@@ -257,13 +257,13 @@ namespace Dune
* algorithm, c*nIterationsMax iterations may
* be performed, where c is a natural number.
* \param[in] verbosity_level Verbosity setting;
* >= 1: algorithms print a preamble and
* the final result,
* >= 2: algorithms print information about
* the problem solved using ARPACK++,
* >= 3: the final result output includes
* the approximated eigenvector,
* >= 4: sets the ARPACK(++) verbosity mode.
* \>= 1: algorithms print a preamble and
* \>= 2: algorithms print information about
* \>= 3: the final result output includes
* \>= 4: sets the ARPACK(++) verbosity mode.
*/
ArPackPlusPlus_Algorithms
(
const
BCRSMatrix
&
m
,
const
unsigned
int
nIterationsMax
=
100000
,
...
...
@@ -603,8 +603,8 @@ namespace Dune
* (0 == machine precision).
* \param[out] sigma The approximated largest singular value.
* \param[out] x The associated approximated right-singular
* vector (if #rows >= #ncols) respectively
* left-singular vector (if #rows < #ncols).
* vector (if
\
#rows
\
>=
\
#ncols) respectively
* left-singular vector (if
\
#rows
\
<
\
#ncols).
*/
inline
void
computeNonSymMax
(
const
Real
&
epsilon
,
BlockVector
&
x
,
Real
&
sigma
)
const
...
...
@@ -715,8 +715,8 @@ namespace Dune
* (0 == machine precision).
* \param[out] sigma The approximated smallest singular value.
* \param[out] x The associated approximated right-singular
* vector (if #rows >= #ncols) respectively
* left-singular vector (if #rows < #ncols).
* vector (if
\
#rows
\
>=
\
#ncols) respectively
* left-singular vector (if
\
#rows
\
<
\
#ncols).
*/
inline
void
computeNonSymMin
(
const
Real
&
epsilon
,
BlockVector
&
x
,
Real
&
sigma
)
const
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment