JamesYang007 / FastAD

FastAD is a C++ implementation of automatic differentiation both forward and reverse mode.
MIT License
103 stars 3 forks source link

Adding transpose , some new unary operators and new examples. #98

Closed kilasuelika closed 1 year ago

kilasuelika commented 3 years ago

I have written a transpose operator and some new unary operators. Some new examples have been added.

But currently, I have other things to do so I didn't write unit tests.