pmlpp/mlpp/lin_alg
2023-12-28 20:32:56 +01:00
..
lin_alg_old.cpp (Hopefully) fix compile on windows. 2023-04-27 11:10:48 +02:00
lin_alg_old.h Removed new things from MLPPLinAlgOld. 2023-02-13 19:25:00 +01:00
lin_alg.cpp Fixed typo in MLPPLinAlg::svd. 2023-12-28 17:59:59 +01:00
lin_alg.h Reworked MLPPANN to use Vectors of matrices instead of tensors. 2023-12-28 00:48:39 +01:00
mlpp_matrix.cpp Fix wrong error check in MLPPMatrix's multiplication methods. 2023-12-27 18:14:52 +01:00
mlpp_matrix.h Implemented MLPPMatrix::rotate. 2023-12-27 00:28:40 +01:00
mlpp_tensor3.cpp Tweaks to Tensor3's api. 2023-04-29 13:50:35 +02:00
mlpp_tensor3.h Experimental work on getting the module to build as a gdnative module. 2023-10-24 21:38:45 +02:00
mlpp_vector.cpp Fixed typo in MLPPVector::min_element() and MLPPVector::min_element_index(). 2023-12-28 20:32:56 +01:00
mlpp_vector.h Added a raw pointer based constructor to MLPPVector. 2023-12-26 23:21:33 +01:00