Efros-Leung
Exemplar-basedtexturesynthesis(Efros-Leung)
inc/linear_algebra.h
00001 #pragma once
00002 
00003 
00004 float * matrix_prod( float *A, float *B, int m, int n, int k, char transaA, char transaB );
00005 float * matrix_vector_prod( float *A, float *x, int m, int n, char trans, float alpha );
 All Classes Files Functions Variables