Home | History | Annotate | Download | only in MatrixFunctions

Lines Matching refs:Identity

151     RealScalar normTminusI = (T - MatrixType::Identity(T.rows(), T.rows())).cwiseAbs().colwise().sum().maxCoeff();
250 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
253 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
266 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
269 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
284 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
287 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
302 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
305 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
322 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
325 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
342 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
345 result += weights[k] * (MatrixType::Identity
364 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
367 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
386 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
389 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
410 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
413 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)