Function dense_matrix_eye(CDenseMatrix *, unsigned long int, unsigned long int, int)

Function Documentation

CWRAPPER_OUTPUT_TYPE dense_matrix_eye(CDenseMatrix *s, unsigned long int N, unsigned long int M, int k)

Assign to s, a matrix of size NxM, with diagonal of 1s at offset k.