The `Eigen::VectorXd.rows` function, in the C++ Eigen library, is used to determine the number of rows in a VectorXd object. It returns an integer representing the number of rows in the vector.
C++ (Cpp) VectorXd::rows - 30 examples found. These are the top rated real world C++ (Cpp) examples of eigen::VectorXd::rows extracted from open source projects. You can rate examples to help us improve the quality of examples.