include/it/linalg.h File Reference

#include <it/vec.h>
#include <it/mat.h>
#include <it/io.h>
#include <it/math.h>

Go to the source code of this file.

Functions

vec mat_solve_vec (mat A, vec b)
mat mat_solve_mat (mat A, mat B)
mat mat_ls (mat A, mat B)
double mat_lu (mat a, ivec piv)
void mat_cholesky (mat a)
vec mat_qr (mat a)
void mat_gs (mat A)
mat mat_real_schur (mat a)
cvec mat_eig (mat a, cmat evec)
vec mat_eig_sym (mat a, mat evec)
mat mat_hessenberg (mat a, mat V)
vec mat_svd (mat A, mat U, mat V)
mat mat_inv (mat m)
mat mat_new_inv (mat m)
cmat cmat_inv (cmat m)
cmat cmat_new_inv (cmat m)
int mat_is_symmetric (mat a)
double mat_det (mat a)
double mat_norm2 (mat a)
double mat_cond (mat a)
int mat_rank (mat a)


Hosted by
Copyright (C) 2005-2006 Hervé Jégou
Vivien Chappelier
Francois Cayre
libit logo courtesy of Jonathan Delhumeau