Efros-Leung
Exemplar-basedtexturesynthesis(Efros-Leung)
inc/svd.h
00001 #pragma once
00002 
00003 float *svd( float *A, int m, int n, float **s_out );
 All Classes Files Functions Variables