Skip to content

Commit 55fac99

Browse files
committed
doc fix and remove impl header
1 parent 21e155b commit 55fac99

File tree

6 files changed

+1
-41
lines changed

6 files changed

+1
-41
lines changed

doc/shared/sundomeigest/SUNDomEigEst_PI.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ can be approximated using the Rayleigh quotient
3939
.. math::
4040
4141
\lambda_k = \frac{\mathbf{v}_k^T A \mathbf{v}_k}{\|\mathbf{v}_k\|^2}.
42+
4243
The iteration continues until the two successive eigenvalue approximations are
4344
relatively close enough to one another. That is, for some relative tolerance
4445
:math:`\tau`,

include/sundials/priv/sundials_domeigestimator_impl.h

Lines changed: 0 additions & 37 deletions
This file was deleted.

include/sundomeigest/sundomeigest_arni.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#ifndef _SUNDOMEIGEST_ARNOLDI_H
2424
#define _SUNDOMEIGEST_ARNOLDI_H
2525

26-
#include <sundials/priv/sundials_domeigestimator_impl.h>
2726
#include <sundials/sundials_domeigestimator.h>
2827

2928
#ifdef __cplusplus /* wrapper to enable C++ usage */

src/sundials/sundials_domeigestimator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include <sundials/priv/sundials_errors_impl.h>
2121
#include <sundials/sundials_core.h>
2222

23-
#include <sundials/priv/sundials_domeigestimator_impl.h>
2423
#include <sundials/sundials_domeigestimator.h>
2524

2625
#if defined(SUNDIALS_BUILD_WITH_PROFILING)

src/sundomeigest/ArnI/sundomeigest_arni.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include <stdio.h>
2020
#include <stdlib.h>
2121

22-
#include <sundials/priv/sundials_domeigestimator_impl.h>
2322
#include <sundomeigest/sundomeigest_arni.h>
2423

2524
#include "sundials_lapack_defs.h"

src/sundomeigest/PI/sundomeigest_pi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include <stdio.h>
2020
#include <stdlib.h>
2121

22-
#include <sundials/priv/sundials_domeigestimator_impl.h>
2322
#include <sundomeigest/sundomeigest_pi.h>
2423

2524
#include "sundials_logger_impl.h"

0 commit comments

Comments
 (0)