Home
last modified time | relevance | path

Searched refs:XBmatrix (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h466 Matrix<Scalar,1,1> XBmatrix = X.row(i).head(j) * B.col(j).head(j); in solveTriangularSylvester() local
467 XB = XBmatrix(0,0); in solveTriangularSylvester()