aboutsummaryrefslogtreecommitdiff
path: root/matrix/generic/cumatrix.c
Commit message (Collapse)AuthorAge
* change softmax to in-place operation and fix memory leakDeterminant2015-05-28
|
* sigmoid layer is now working; clean up MakefileDeterminant2015-05-28
|
* add implementation for sigmoid layer (not tested)Determinant2015-05-27
|
* fix a severe bug in memory management of userdataDeterminant2015-05-26
|
* add fill for cumatrixDeterminant2015-05-26
|
* add add_row for cumatrixDeterminant2015-05-26
|
* add "copy from/to cumatrix" functionalityDeterminant2015-05-25
|
* rename colsum to rowsum; add colsum implementationDeterminant2015-05-22
|
* ...Determinant2015-05-22
|
* add base class CuMatrix for CuMatrixFloat and CuMatrixDoubleDeterminant2015-05-22
|
* add subtraction for cumatrixDeterminant2015-05-19
|
* add double precision matrix implementationDeterminant2015-05-19