Searched refs:nb_rows (Results 1 – 2 of 2) sorted by relevance
38 #define MATRIX_INDEX(nb_rows, row, col) (nb_rows * col + row) argument
105 MatrixXf m6(nb_rows, nb_columns);155 matrix.resize(nb_rows, nb_cols);157 matrix.resize(nb_rows, Eigen::NoChange);159 matrix.conservativeResize(nb_rows, nb_cols);