Home | History | Annotate | Download | only in Eigenvalues

Lines Matching refs:MatrixType

37   * GeneralizedSelfAdjointEigenSolver(const MatrixType&, const MatrixType&, int)
42 * The documentation for GeneralizedSelfAdjointEigenSolver(const MatrixType&, const MatrixType&, int)
54 typedef _MatrixType MatrixType;
90 * This constructor calls compute(const MatrixType&, const MatrixType&, int)
105 * \sa compute(const MatrixType&, const MatrixType&, int)
107 GeneralizedSelfAdjointEigenSolver(const MatrixType& matA, const MatrixType& matB,
152 * \sa GeneralizedSelfAdjointEigenSolver(const MatrixType&, const MatrixType&, int)
154 GeneralizedSelfAdjointEigenSolver& compute(const MatrixType& matA, const MatrixType& matB,
162 template<typename MatrixType>
163 GeneralizedSelfAdjointEigenSolver<MatrixType>& GeneralizedSelfAdjointEigenSolver<MatrixType>::
164 compute(const MatrixType& matA, const MatrixType& matB, int options)
176 LLT<MatrixType> cholB(matB);
185 MatrixType matC = matA.template selfadjointView<Lower>();
198 MatrixType matC = matA.template selfadjointView<Lower>();
211 MatrixType matC = matA.template selfadjointView<Lower>();