Home | History | Annotate | Download | only in MatrixFunctions

Lines Matching refs:Identity

140     RealScalar normTminusI = (T - MatrixType::Identity(T.rows(), T.rows())).cwiseAbs().colwise().sum().maxCoeff();
241 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
244 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
257 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
260 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
275 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
278 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
293 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
296 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
313 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
316 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
333 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
336 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
355 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
358 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
377 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
380 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
401 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
404 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)