Module fast_neural_network::matrix
source · Expand description
Matrix
A matrix implementation that supports basic matrix operations. The heavy functions are all parallelized (once better generics are implemented into Rust).
This Matrix implementation is NOT meant to be used as a general purpose matrix library. It is only meant to be used for the neural network library for now.
A stack-based matrix implementation is planned for the future.
Structs
- A matrix implementation that supports basic matrix operations.