On the Solution of the Eigenvalue Complementarity Problem by a Line Search Filter-SQP Algorithm

Abstract

In this paper, the Eigenvalue Complementarity Problem (EiCP) with real symmetric matrices is addressed, which appears in the study of contact problem in mechanics. We discuss a quadratic programming formulation to the problem. The resulting problems are nonlinear programs that can be solved by a line search filter-SQP algorithm.

Share and Cite:

Yu, Q. , Yu, Z. and Liu, Y. (2017) On the Solution of the Eigenvalue Complementarity Problem by a Line Search Filter-SQP Algorithm. Journal of Applied Mathematics and Physics, 5, 1986-1996. doi: 10.4236/jamp.2017.510168.

1. Introduction

The Eigenvalue Complementarity Problem (EiCP) appears in the study of static equilibrium states of finite dimensional mechanical systems with unilateral frictional contact [1] [2] and takes the following form:

( EiCP ) : Find λ > 0 , x 0 , such that { ω = ( λ B A ) x ω 0 x 0 ω T x = 0 (1)

where B is a positive definite matrix. Note that any solution with ω = 0 correspond to a solution of the (GEiCP).

The Generalized Eigenvalue Complementarity Problem (GEiCP) is

( GEiCP ) J : Find λ > 0 , x 0 , such that { ω = ( λ B A ) x ω J ¯ = 0 ω J 0 x J 0 ω J T x J = 0

where B is a positive definite matrix, J { 1,2, , n } is given, and J ¯ = { 1 , 2 , , n } \ J . The (EiCP) is clearly the particular case of the (GEiCP)J with J = { 1,2, , n } .

For any solution ( λ x , ω ) , the value λ is called a (general) complementary eigenvalue of ( A , B ) , and x is a corresponding (general) complementary eigenvector [3] .

In this paper, the symmetric Eigenvalue Complementarity Problem is studied. Some properties of EiCP are derived, including a necessary and sufficient condition for solvability. When this condition is verified, we can easily obtain an initial point. For the design of an initialization algorithm, we discuss a quadratic programming formulation and a line search filter-SQP algorithm is introduced to solve the (EiCP).

2. The Symmetric Eigenvalue Complementarity Problem

In this section, the symmetric EiCP is considered, where the matrices A and B are both symmetric. In this case, the EiCP is closely related to the classical Eigenvalue Problem , and some properties are derived.

Proposition 2.1. Proposition The solvability of the (GEiCP)J is in general a NP-complete problem.

It follows that solving the (GEiCP) is in general a NP-hard problem. Despite this fact, for some classes of matrices the solvability of the corresponding (EiCP) can be answered easily.

Since the set of complementary eigenvectors of a given complementary eigenvalue is a cone, there is no loss of generality in restricting the problem to finding solutions satisfying x 2 = 1 , which replaces the constraint x 0 . In case of the (EiCP) the linear constraint x 1 = e T = 1 , can be considered instead of x 2 = 1 , since x 0 .

When A and B are both symmetric, the (EiCP) is closely related to the classical Eigenvalue Problem [4] [5] . The complementary condition ω T x = 0 can be rewritten as x T ( λ B x A x ) = 0 . Since x 0 , and B is positive definite,

then λ ( x ) = x T A x x T B x , where λ ( x ) is the generalized Rayleigh quotient. The gradient of this function is λ ( x ) = 2 x T B x [ A λ ( x ) B ] x and λ ( x ) = 0 if

and only if [ A λ ( x ) B ] x = 0 . Analogously to the classical case, equilibrium points of the Rayleigh quotient in the nonnegative orthant with λ ( x ) > 0 are solutions of the (EiCP). This is the main result concerning he practical solution of the symmetric (EiCP).

Proposition 2.2. (EiCP) is solvable if and only if there exists some x 0 such that x T A x > 0 .

Proposition 2.2. shows a necessary and sufficient condition for solvability. For the practical solution of the symmetric (EiCP), finding an initial point is a NP-hard problem. But for some class of matrices which an initial solution for the (OEiCP) can be easily obtained.

Proposition 2.3. Suppose that the matrix A satisfies one of the following conditions

1) i : A i i > 0 ;

2) i , j : A i i = 0 , A j j 0 and A i j > 0 ;

3) A 0, A 0 ;

4) A is a S-matrix ( x 0 : A x > 0 ).

Then a point x ¯ X such that x ¯ T A x ¯ > 0 can be easily obtained and the corresponding (EiCP) is solvable.

An equivalent way to formulate the (EiCP) is through the quadratic formulation

( N L P ) { Max x T A x s .t x T B x 1 x 0 (2)

Theorem 2.1. If A is strictly copositive and x ¯ 0 is a stationary point of (QB), then the pair x ¯ , λ ¯ = x ¯ T A x ¯ is a solution of (EiCP).

3. A Line Search Filter-SQP Algorithm

In this section a line search filter-SQP algorithm is introduced to solve the formulation of the previous section. As we all know, sequential Quadratic Programming (SQP) algorithm is one of the most efficient methods for the numerical solution of constrained nonlinear optimization problems [6] . In the previous methods, penalty function is always used as a merit function to test the acceptability of the iterate points. However, there are several difficulties associated with the use of penalty function and in particular with the choice of the penalty parameter. Too low a choice may result in the loss of an optimal solution; on the other hand, too large a choice damps out the effect of the objective function. Fletcher and Leyffer proposed a filter method as an alternative to the traditional merit function for solving the nonlinear optimization [7] . The significant advantage of the filter method is that it does not need to estimate the penalty parameter which could be difficult to obtain. Recently, the filter method was developed in [8] [9] .

Considering a suitable continuously differentiable merit function f ( x ) , it is possible to reduce the (NLP) to the following nonlinear program

( P ) { Min f ( x ) s .t g j ( x ) 0 (3)

where the objective function f : n and the constraints c i : n j I = { 1 , 2 , , m } are twice continuously differentiable.

In SQP methods, at each iteration the search direction is generally obtained by solving the subproblem as follows:

QP 1 { Min 1 2 d T B k d + f ( x k ) T d s .t . g j ( x k ) + g j ( x k ) T d 0 j I = { 1 , 2 , , m } (4)

However, the previous QP subproblem has a serious shortcoming that constraints in (QP1) may be inconsistent. To overcome this disadvantage, much attention has been paid [10] [11] [12] [13] . In addition, Liu and Li [12] and Liu and Zeng [13] proposed SQP algorithms with cautious update criteria, which can be considered as modifications of the SQP algorithm given in [11] . In our algorithm, stimulated by [10] [11] [12] [13] , the quadratic subproblem (QP1) is replaced by the following problem:

Q ( x k , B k , b k ) { Min 1 2 d T B k d + f ( x k ) T d + b k t s .t . g j ( x k ) + g j ( x k ) T d t e j I , t 0 (5)

where b k is a positive parameter. Clearly, this subproblem is always consistent and is a convex programming if B k is positive semidefinite. The KKT condition for the subproblem Q ( x k , B k , b k ) are

{ g j ( x k ) + g j ( x k ) T d k t k e ( j I ) , t k 0 f ( x k ) + B k d k + j A ( x k ) λ k + j g j ( x k ) = 0 b k λ k + 1 v k = 0 λ k + i ( g j ( x k ) + g j ( x k ) T d k t k e ) = 0 v k t k = 0 λ k + i 0 , v k 0 (6)

where A ( x k ) = { j : g j ( x k ) + g j ( x k ) T d k t k e = 0 } is the active set at point d k , λ k + which can be used to determine a new estimate λ k + 1 for the next iteration is the Lagrangian multiplier corresponding to subproblem Q ( x k , B k , b k ) , and λ k + j is the ith component of λ k + .

After d k has been computed, a step size α k ( 0,1 ] is determined in order to obtain a next iterate x k + 1 = x k + α k d k and λ k + 1 = λ k + α k ( λ k + λ k ) .

In this paper, the Lagrangian function value instead of the objective function value is used in the filter together with an appropriate infeasibility measure.

L ( x , λ ) = f ( x ) λ T c ( x ) (7)

and we define the constraints violation function h ( x , λ ) by

h ( x , λ ) = j = 1 m ( max { 0 , c i ( x ) } ) 2 + ( j = 1 m λ j min { 0 , c j ( x ) } ) 2 (8)

where λ is the Lagrangian multiplier corresponding to NLP satisfied at x and λ j is the ith component of λ . Define λ k ( α k , l ) = λ k + α k , l ( λ k + λ k ) .

In the line search filter technique, for fixed constants γ h , γ L ( 0,1 ) , a trial step size α k , l provides sufficient reduction with respect to the current point x k if

h ( x k ( α k , l ) , λ k ( α k , l ) ) ( 1 γ h ) h ( x k , λ k ) or L ( x k ( α k , l ) , λ k ( α k , l ) ) L ( x k , λ k ) γ L h ( x k , λ k ) (9)

Similar to the traditional strategy of the filter method, to avoid the convergence to a feasible point but not an optimal solution, we consider the following L-type [14] [15] switching condition:

m k ( α k , l ) < 0 and [ m k ( α k , l ) ] ω L [ α k , l ] 1 ω L > δ [ h ( x k , λ k ) ] ω h (10)

where δ > 0 , ω h > 0 , ω L 1 and

m k ( α ) = α [ g ( x k ) T d k + λ k T g ( x k ) ( 1 α ) ( λ k + λ k ) T g ( x k ) ] (11)

then the Armijo-type reduction condition is employed as follows:

L ( x k ( α k , l ) , λ k ( α k , l ) ) L ( x k , λ k ) + η L m k ( α k , l ) (12)

where η L ( 0, 1 2 ) is a fixed constant.

For the sake of a simplified notation, the filter is defined in this paper not as a list but as a set F k [ 0, ] × [ 0, ] containing all ( h , L ) pairs that are prohibited in iteration k. We say that a trial point x k ( α k , l ) is acceptable to the filter if its ( h , L ) pair does not in F k . Given a F 0 , throughout the algorithm ,the filter is then augmented in some iterations after the new iterate point x k + 1 has been accepted. We use the updating formula

F k + 1 = F k { ( h , L ) : h ( 1 γ h ) h ( x k , λ k ) and L L ( x k , λ k ) γ L h ( x k , λ k ) } (13)

In the situation where the trial step size is too small to guarantee sufficient reduction as defined by (10), the method switches to a feasibility restoration phrase, whose purpose is to find a new iterate point that satisfies (10) and is also acceptable to the current filter by trying to decrease the constraint violation. In order to detect the situation where no admissible step size can be found and the restoration phase has to be invoked, we approximate a minimum desired step size using linear models of involved functions. For this, we define that

α k min : = γ α { min { γ h , γ L h ( x k , λ k ) φ k , δ [ h ( x k , λ k ) ] ω h [ φ k ] ω L } if ω k < 0 γ h otherwise

where φ k = g ( x k ) T d k + λ k T g ( x k ) | ( λ k + λ k ) T g ( x k ) | , γ α ( 0,1 ] , δ , ω h , ω L

are form (11) and γ h , γ L are form (10). The proposed algorithm switches to the feasibility restoration phase when α k , l becomes smaller than α k min .

Now, the algorithm for solving the inequality constrained optimization problem (NLP) can be stated as follows:

Algorithm

Step 1. Initialization: choose an initial point x 0 n , an initial filter F 0 : { ( h , L ) : L τ > h ( x 0 , λ 0 ) } , an initial parameter b 0 > 0 , a symmetric and positive definite matrix B 0 n × n , δ > 0 , δ 1 , δ 2 > 0 , and γ H , γ L ( 0,1 ) . Choose 0 τ 1 τ 2 < 1 , γ α ( 0,1 ] , and ω h > 0 , ω L 1 .

Step 2. Solve the subproblem Q ( x k , B k , b k ) to obtain the solution ( d k , t k ) , and let ( λ k + , v k ) be the Lagrange multiplier. If d k = 0 and t k = 0 , stop.

Step 3. If d k = 0 but t k 0 , set x k + 1 = x k and F k + 1 = F k , go to Step 7.

Step 4. If d k 0 and φ k 0 , go to the feasible restoration phrase in Step 9.

Step 5. If d k 0 and φ k < 0 , using backtracking line search consider the following:

Step 5.1. Initial line search: set α k , l = 1 and l = 0 , compute the α k min .

Step 5.2. Compute a new trial point. If the trial step size α k , l < α k min , go to Step 9. Otherwise, compute new trial point x k ( α k , l ) = x k + α k , l d k and λ k ( α k , l ) = λ k + α k , l ( λ k + λ k ) . Check acceptability to the filter: if the trial point ( h ( x k ( α k , l ) ) , L ( x k ( α k , l ) ) ) F k reject the trial step size and go to Step 5.4.

Step 5.3. Check sufficient decrease with respect to current iterate point:

Step 5.3.1. Case I: condition (11) holds. If the Armijo condition (12) holds, accept the trial step (that is, an L-type iteration), set x k + 1 = x k ( α k , l ) , λ k + 1 = λ k ( α k , l ) , F k + 1 = F k and go to Step 5.5; otherwise, go to Step 5.4.

Step 5.3.2. Case II: condition (11) does not hold. If (9) holds, accept the trial step , and go to Step 5.5; otherwise, go to Step 5.4.

Step 5.4. Choose a new trial size α k , l + 1 [ τ 1 α k , l , τ 2 α k , l ] . Set l = l + 1 , and go back to Step 5.2.

Step 5.5. Accept trial point. Set x k + 1 = x k ( α k , l ) and α k = α k , l .

Step 6. Augment filter if it is necessary. If k is not an L-type iteration, augment the filter using (13); otherwise leave the filter unchanged; that is, set F k + 1 = F k .

Step 7. Update parameters. Compute α k by

α k = min { d k 1 , λ k 1 + δ 1 }

Set

b k + 1 = { b k if b k α k b k + δ 2 otherwise

Step 8. Update B k to B k + 1 . Go to Step 2 with k replaced by k + 1 .

Step 9. Obtain a new point x k + 1 from a feasible restoration phrase. Set k = k + 1 , and go to Step 2.

Remark 1. The mechanisms of the filter could ensure that ( h ( x k , λ k ) , L ( x k , λ k ) ) F k .

Remark 2. The feasibility restoration phrase in Step 9 could be any iterative algorithm with the goal of finding a less infeasible point.

Remark 3. Step 3 - Step 7 which are call the inner loop are backtracking line search whose goal is to find the α k such that x k + α k d k is acceptable as the next iteration.

Remark 4. In Step 9, we decrease h ( x , λ ) to get x k + 1 by fixing λ = λ k .

4. Global Convergence of Algorithm

In this section, we will show the proposed algorithm is well defined and globally convergent under some mild donditions. Let x ¯ be a feasible point of NLP (1) and λ ¯ be the multiplies corresponding to the nonlinear constraints satisfied at x ¯ . Denote the ith component of λ ¯ by λ ¯ i . Then throughout this paper, we always assume that them following assumptions hold:

Assumptions

1) The function L ( x , λ ) and g ( x ) are twice continuously differentiable.

2) The sequence { x k } remains in a compact and convex subset X n .

3) The strict Mangasarian-Fromowitz constraint qualification (SMFCQ) condition holds when x ¯ is a feasible point of the NLP. Then for x ¯ , the vectors { g j ( x ) , j I ( x ) } are linearly independent, where I ( x ) = { j I | g j ( x ) = h ( x , λ ) } . There exists a constant M B > 0 such that z T B k z M B z 2 , z { z : g j ( x k ) T z = 0 , j I ( x ) } . And there exist two constants q p > 0 such that the matrices sequence { B k } satisfy p d 2 d T B k d q d 2 for all k and d n .

4) d k , λ k are uniformly bounded, i.e., there exist constants M d > 0 and M λ > 0 , such that d k M d , λ k M λ .

In the following, we first show that under Assumptions G the sequence of infeasibility measure { h ( x k ) } converges to zero, and all limit points of { x k } are feasible.

Lemma 4.1. Suppose that Assumptions hold and that the filter is augmented only finite number of times. Then l i m k + h ( x k , λ k ) = 0 .

Lemma 4.2. Suppose that Assumptions hold and let { x k } be the sequence of iterates generated by Algorithm so that the filter is augmented in every iteration k. Then l i m k + h ( x k , λ k ) = 0 .

The proof of the Lemma 4.1 and Lemma 4.2 are similar to Lemma 5 in [14] by replacing f ( x ) by L ( x , λ ) , we omit it. After we have the previous two lemmas, we can get the following theorem. That is to say that the limit point of { x k } is feasible. The proof of the next theorem is similar to the Theorem 1 in [14] .

Theorem 4.1. Suppose that Assumptions G hold. Then l i m k + h ( x k , λ k ) = 0 .

Lemma 4.3. Suppose that Assumptions hold and let x ¯ be a feasible point of NLP at which SMFCQ condition holds, but not a KKT point. If { x k } is a subsequence of iterate points for which χ ( x k ) 0 with a constant ϵ > 0 , then there exist constants ϵ 1 > 0 , ϵ 2 > 0 , such that

h ( x k , λ k ) ϵ 1 m k ( α ) ϵ 2 α

Lemma 4.3. shows that the search direction, the optimal solution of the subproblem is a sufficient descent direction for Lagrangian function at points that are nonoptimal and sufficiently close to feasible point. And the next lemma shows that no ( h , L ) -pair corresponding to a feasible point is ever including in the filter.

Lemma 4.4. Suppose that Assumptions hold. Then Ω k : = min { h : ( h , L ) F k } > 0 for all k.

Lemma 4.5. Suppose that Assumptions hold. Let { x k i } be a subsequence with m k i ( α ) ϵ 2 α for a constant ϵ 2 > 0 independent of k i and for all α ( 0,1 ] . Then there exists a constant α ¯ > 0 so that for all k i and α < α ¯ , we have

L ( x k i + α d k i , λ k i + α ( λ k i + λ k i ) ) L ( x k i , λ k i ) η L m k i ( α )

The Lemma 4.5 shows that there exists a step length bounded away from zero so that the Armijo condition for the Lagrangian function is satisfied under some conditions. The next lemma shows that there is no cycle between Step 3 and Step 7 in above algorithm. The proof of the Lemma 4.6 is similar to Lemma 4 in [16] .

Lemma 4.6. Suppose that Assumptions G hold. Then the inner loop terminates in a finite number of iterations.

Lemma 4.7. Suppose that the filter is augmented only a finite number of times; that is, | L | < . Then lim k + d k = 0 .

There the proof is stated for slightly different circumstances, but it is easy to verify that it is still valid in our context. And we now show the global convergence result under some mild conditions. The proof of the next two theorems is similar to the Theorem 10 and Theorem 11 in [17] .

Theorem 4.2. Suppose that all stated assumptions hold. Furthermore, assume that { x k } is an infinite sequence generated by Algorithm and | L | < . Then every limit point is a KKT point.

Theorem 4.3. Suppose that all stated assumptions hold. Furthermore, assume that { x k } is an infinite sequence generated by Algorithm and | L | = . Then there exists at least one accumulation point which is a KKT point.

5. Numerical Experiments

In this section, some computational experience is presented to illustrate the efficiency of the algorithms described in this paper for the solution of symmetric EiCP. All programs are written in MATLAB and run on a Dell version 4510U with a 2.8 GHz Intel i7 processor. For our test problems, the matrix B = I n , and the matrices A n × n were randomly generated. The test problems are scaled according to the procedure described in [18] . The scaling is important because the matrices that we are using are badly conditioned, and without this tool some of the problems cannot be solved.

As described in Proposition 2.3, the initial solution x 0 can be chosen by one several processes. In particular if A has at least one diagonal element α i i > 0 then the initial solution can be chosen as x 0 = p e i , where e i is the vector i of the canonical basis.

The parameters used in the algorithm are follows: B 0 = E n , b 0 = 111 , δ = 1 , δ 1 = 1 , δ 2 = 1 , γ H = γ L = 0.5 , γ α = 0.5 , τ 1 = τ 2 = 0.5 , ω H = 1 3 , ω L = 2 , ε = 10 6 . The stop criteria are d 0 k sufficiently small, where d 0 k = ( d 0 T , t k ) T . In

particular, the stop criteria of Step 2 are changed to: if d 0 k 10 6 , stop. We update the matrices B k using the BFGS formula and use the matlab toolbox to solve the subproblem Q ( x k , B k , b k ) .

The test results are given in Table, the notations mean follows: No: the number of the problems, m: the dimension of the vector; T: the total CPU time in seconds for solving the problem; OPT: the final value of the objective function; λ : the eigenvalue of the EiCP.

Based on the results, we claim that this algorithm is a efficient procedure to solve Symmetric Eigenvalue Complementarity Problems.

6. Conclusion

In this paper, the Eigenvalue Complementarity Problem with real symmetric matrices have been considered, and we reformulate the EiCP to a NLP and use a line search filter-SQP algorithm to solve them. The numerical experiments show that this method is a promising method for solving the EiCP. Actually, we can solve the problem as a quadratically constrained quadratic programming problem not a NLP. And the design of efficient procedure for solving the quadratically constrained quadratic programming subproblems is also one of our current research areas.

Conflicts of Interest

The authors declare no conflicts of interest.

References

[1] Costa, A., Figueiredo, I., Júdice, J. and Martins, J. (2001) A Complementarity Eigen Problem in the Stability Analysis of Finite Dimensional Elastic Systems with Frictional Contact. Complementarity: Applications, Algorithms and Extensions, 50, 67-83.
[2] Costa, A., Martins, J., Figueiredo, I. and Júdice, J. (2004) The Directional Instability Problem in Systems with Frictional Contacts. Computer Methods in Applied Mechanics and Engineering, 193, 357-384.
[3] Humes, C., Júdice, J. and Queiroz, M. (2004) The Symmetric Eigenvalue Complementarity Problem. Mathematics of Computation, 73, 1849-1863.
[4] Júdice, J., Sherali, H. and Ribeiro, I. (2007) The Eigenvalue Complementarity Problem. Computational Optimization and Applications, 37, 139-156.
https://doi.org/10.1007/s10589-007-9017-0
[5] Parlett, B. (1997) The Symmetric Eigenvalue Problem. Society for Industrial and Applied Mathematics, University of California, Berkeley, California.
[6] Boggs, P. and Tolle, J. (1995) Sequential Quadratic Programming. Acta Numerica, 4, 1-51.
https://doi.org/10.1017/S0962492900002518
[7] Fletcher, R. and Leyffer, S. (2002) Nonlinear Programming without a Penalty Function. Math. Program, 91, 239-269.
https://doi.org/10.1007/s101070100244
[8] Gould, N.I.M., Loh, Y. and Robinson, D.P. (2014) A Filter Method with Unified Step Computation for Nonlinear Optimization. The SIAM Journal on Optimization, 24, 175-209.
https://doi.org/10.1137/130920599
[9] Milzarek, A. and Ulbrich, M. (2014) A Semismooth Newton Method with Multidimensional Filter Globalization for L1-Optimization. The SIAM Journal on Optimization, 24, 298-333.
https://doi.org/10.1137/120892167
[10] Zhang, J.-L. and Zhang, X.-S. (2001) A Modified SQP Method with Nonmonotone Linesearch Technique. Journal of Global Optimization, 21, 201-218.
https://doi.org/10.1023/A:1011942228555
[11] Pantoja, J.F.A.D.O. and Mayne, D.Q. (1991) Exact Penalty Function Algorithm with Simple Updating of the Penalty Parameter. Journal of Optimization Theory and Applications, 69, 441-467.
https://doi.org/10.1007/BF00940684
[12] Liu, T. and Li, D. (2007) Convergence of the BFGS-SQP Method for Degenerate Problems. Numerical Functional Analysis and Optimization, 28, 927-944.
https://doi.org/10.1080/01630560701405002
[13] Liu, T.-W. and Zeng, J.-P. (2009) An SQP Algorithm with Cautious Updating Criteria for Nonlinear Degenerate Problems. Acta Mathematicae Applicatae Sinica, 25, 33-42.
https://doi.org/10.1007/s10255-004-4100-0
[14] Wächter, A. and Biegler, L.T. (2005) Line Search Filter Methods for Nonlinear Programming: Motivation and Global Convergence. SIAM Journal on Optimization, 16, 1-31.
https://doi.org/10.1137/S1052623403426556
[15] Wächter, A. and Biegler, L.T. (2005) Line Search Filter Methods for Nonlinear Programming: Local Convergence. SIAM Journal on Optimization, 16, 32-48.
https://doi.org/10.1137/S1052623403426544
[16] Jin, Z. (2013) A Globally Convergent Line Search Filter SQP Method for Inequality Constrained Optimization. Journal of Applied Mathematics, 2013, Article ID: 524539.
https://doi.org/10.1155/2013/524539
[17] Pang, L.-L. and Zhu, D.-T. (2016) A Line Search Filter-SQP Method with Lagrangian Function for Nonlinear Inequality Constrained Optimization. Japan Journal of Industrial and Applied Mathematics, 34, 141-176.
https://doi.org/10.1007/s13160-017-0236-1
[18] Júdice, J., Raydan, M., Rosa, S. and Santos, S. (2008) On the Solution of the Symmetric Eigenvalue Complementarity Problem by the Spectral Projected Gradient Algorithm. Numerical Algorithms, 45, 391-407.
https://doi.org/10.1007/s11075-008-9194-7

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.