Expand description

Matrix

A matrix implementation that supports basic matrix operations. The heavy functions are all parallelized.

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. The heavy functions are all parallelized.