Lines Matching defs:compute
82 * perform decompositions via LU::compute(const MatrixType&).
96 * \param matrix the matrix of which to compute the LU decomposition.
113 * \param matrix the matrix of which to compute the LU decomposition.
119 FullPivLU& compute(const EigenBase<InputType>& matrix) {
472 compute(matrix.derived());
650 /* Thus, all we need to do is to compute Ker U, and then apply Q.
751 * Step 1: compute c = P * rhs.
801 * Step 1: compute c = Q^T rhs.