Lines Matching defs:compute
96 * perform decompositions via PartialPivLU::compute(const MatrixType&).
110 * \param matrix the matrix of which to compute the LU decomposition.
120 * \param matrix the matrix of which to compute the LU decomposition.
129 PartialPivLU& compute(const EigenBase<InputType>& matrix) {
131 compute();
229 * Step 1: compute c = Pb.
251 * Step 1: compute c = Pb.
281 void compute();
323 compute(matrix.derived());
336 compute();
515 void PartialPivLU<MatrixType>::compute()