コード例 #1
0
void sxMatrixSet(const SX & sx, int n, int m, SXMatrix & mat) {
    mat.indexed_assignment(n, m, sx);
}