Home | History | Annotate | Download | only in Eigenvalues

Lines Matching defs:MatrixType

37   * GeneralizedSelfAdjointEigenSolver(const MatrixType&, const MatrixType&, int)
42 * The documentation for GeneralizedSelfAdjointEigenSolver(const MatrixType&, const MatrixType&, int)
53 typedef _MatrixType MatrixType;
89 * This constructor calls compute(const MatrixType&, const MatrixType&, int)
104 * \sa compute(const MatrixType&, const MatrixType&, int)
106 GeneralizedSelfAdjointEigenSolver(const MatrixType& matA, const MatrixType& matB,
151 * \sa GeneralizedSelfAdjointEigenSolver(const MatrixType&, const MatrixType&, int)
153 GeneralizedSelfAdjointEigenSolver& compute(const MatrixType& matA, const MatrixType& matB,
161 template<typename MatrixType>
162 GeneralizedSelfAdjointEigenSolver<MatrixType>& GeneralizedSelfAdjointEigenSolver<MatrixType>::
163 compute(const MatrixType& matA, const MatrixType& matB, int options)
175 LLT<MatrixType> cholB(matB);
184 MatrixType matC = matA.template selfadjointView<Lower>();
197 MatrixType matC = matA.template selfadjointView<Lower>();
210 MatrixType matC = matA.template selfadjointView<Lower>();