mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
idk, probably something changed
This commit is contained in:
@ -11,6 +11,7 @@ void pm(int M, int N, float *A)
|
||||
{
|
||||
int i,j;
|
||||
for(i =0 ; i < M; ++i){
|
||||
printf("%d ", i+1);
|
||||
for(j = 0; j < N; ++j){
|
||||
printf("%10.6f, ", A[i*N+j]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user