The cpp eigen.MatrixXf.row function returns a reference to a specific row in a MatrixXf object. It allows accessing and modifying the elements in that row using standard array indexing syntax.
C++ (Cpp) MatrixXf::row - 18 examples found. These are the top rated real world C++ (Cpp) examples of eigen::MatrixXf::row extracted from open source projects. You can rate examples to help us improve the quality of examples.