#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <math.h>
#include <assert.h>
#include <it/io.h>
#include <it/mat.h>
#include <it/linalg.h>
Go to the source code of this file.
Functions | |
int | main () |
Definition in file test_mat.c.
int main | ( | void | ) |
Definition at line 31 of file test_mat.c.
References it_printf(), mat_cols_normalize(), mat_decr(), mat_delete(), mat_gs(), mat_height(), mat_height_max(), mat_max(), mat_mul_by(), mat_new(), mat_new_alloc(), mat_new_inv(), mat_new_mul(), mat_new_transpose(), mat_set(), mat_width(), and mat_width_max().
|
|