Interface ExtremalGeneralizedEigenvalueSolver
-
- All Known Implementing Classes:
ExtremalGeneralizedEigenvalueByGreedySearch
,ExtremalGeneralizedEigenvalueBySDP
public interface ExtremalGeneralizedEigenvalueSolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vector
computeOptimalPositions(int card)
Computes the solution to the problem described in Section 3.2 in reference.
-
-
-
Method Detail
-
computeOptimalPositions
Vector computeOptimalPositions(int card)
Computes the solution to the problem described in Section 3.2 in reference.- Parameters:
card
- the cardinality constraint, the number of non-zero elements in x, the solution- Returns:
- vector x in eq. 10 in reference
-
-