darknet  v3
Functions
matrix.h File Reference
#include "darknet.h"
Include dependency graph for matrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

matrix copy_matrix (matrix m)
 
void print_matrix (matrix m)
 
matrix hold_out_matrix (matrix *m, int n)
 
matrix resize_matrix (matrix m, int size)
 
float * pop_column (matrix *m, int c)
 

Function Documentation

◆ copy_matrix()

matrix copy_matrix ( matrix  m)

Definition at line 77 of file matrix.c.

◆ hold_out_matrix()

matrix hold_out_matrix ( matrix m,
int  n 
)

Definition at line 104 of file matrix.c.

◆ pop_column()

float* pop_column ( matrix m,
int  c 
)

Definition at line 119 of file matrix.c.

◆ print_matrix()

void print_matrix ( matrix  m)

Definition at line 174 of file matrix.c.

◆ resize_matrix()

matrix resize_matrix ( matrix  m,
int  size 
)

Definition at line 47 of file matrix.c.