HomeSort by relevance Sort by last modified time
    Searched full:xbmatrix (Results 1 - 1 of 1) sorted by null

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 466 Matrix<Scalar,1,1> XBmatrix = X.row(i).head(j) * B.col(j).head(j);
467 XB = XBmatrix(0,0);

Completed in 159 milliseconds