# # ChangeLog for src/fmat.c # # Generated by Trac 1.2 # Mar 29, 2024, 4:55:45 PM Tue, 17 Dec 2013 16:20:23 GMT Paul Brossier [1ece4f8] * src/fmat.c (modified) * src/fmat.h (modified) src/fmat.h: clean up fmat api Fri, 29 Nov 2013 11:55:04 GMT Paul Brossier [83d2948] * src/fmat.c (modified) src/fmat.c: use memcpy on each column Thu, 28 Nov 2013 20:51:15 GMT Paul Brossier [767990e] * src/cvec.c (modified) * src/fmat.c (modified) * src/fvec.c (modified) * src/lvec.c (modified) src/{fvec,cvec,lvec,fmat}.c: make sure new_ functions return NULL if ... Thu, 28 Nov 2013 20:49:16 GMT Paul Brossier [c666a18] * src/fmat.c (modified) src/fmat.c: use memset for each columns Tue, 26 Nov 2013 03:44:17 GMT Paul Brossier [923a7a8] * src/fmat.c (modified) * src/fvec.c (modified) * src/lvec.c (modified) * wscript (modified) src/{fvec,fmat}.c: use memcpy and memset to optimise when possible, ... Thu, 17 Oct 2013 11:09:20 GMT Paul Brossier [3cd9fdd] * src/fmat.c (modified) * src/fmat.h (modified) * tests/src/test-fmat.c (modified) src/fmat.h: fmat_get_channel to write to an fvec_t Fri, 04 Dec 2009 00:32:43 GMT Paul Brossier [c7860af] * src/fmat.c (added) * src/fmat.h (added) * src/fvec.c (modified) * src/fvec.h (modified) * src/lvec.c (modified) * src/lvec.h (modified) modified fvec and lvec to be mono, added fmat