Lines Matching refs:matrix_set
36 static void matrix_set(Matrix *m, int row, int col, float val)
44 matrix_set(m, 0, 0, 1);
45 matrix_set(m, 1, 1, 1);
46 matrix_set(m, 2, 2, 1);
112 matrix_set(m, 0, 2, x02);
113 matrix_set(m, 1, 2, x12);
116 matrix_set(m, 0, 0, d1);
117 matrix_set(m, 1, 1, d2);
119 matrix_set(m, 0, 0, 0);
120 matrix_set(m, 1, 1, 0);
121 matrix_set(m, 0, 1, d1);
122 matrix_set(m, 1, 0, d2);