#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <math.h>
#include <assert.h>
#include <it/mat.h>
#include <it/vec.h>
#include <it/io.h>
#include <it/linalg.h>
Go to the source code of this file.
Functions | |
int | main () |
int main | ( | void | ) |
Definition at line 34 of file test_linalg.c.
References cmat_delete(), cmat_new(), cvec_delete(), it_printf(), mat_cond(), mat_copy(), mat_delete(), mat_det(), mat_eig(), mat_get_col(), mat_gs(), mat_new(), mat_new_inv(), mat_new_mul(), mat_norm2(), mat_rank(), mat_svd(), mat_width(), vec_delete(), vec_inner_product(), and vec_norm().
|
|