Home
last modified time | relevance | path

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

/external/libopus/src/
Dmapping_matrix.c38 #define MATRIX_INDEX(nb_rows, row, col) (nb_rows * col + row) argument
/external/eigen/doc/
DQuickReference.dox105 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);