GenericTensor
GenericTensor copied to clipboard
The only library allowing to create Tensors (matrices extension) with custom types
# GenericTensor 2.0: plan Alright, time for improvement ## 1 action - 1 interface Currently we have a large interface which forces the user to implement all its methods. It's...
There are 168 warnings generated on build currently, not cool
It currently returns `IEnumerable`, which has a virtual call. We can make it much faster by writing a value type state machine (`foreach` does not force `IEnumerable`).
# Name of the type For now we will assume it's `Tensor`. However it's opionated, because it might be useful to avoid calling it the same name as other libs....
Thanks for sharing this interesting package. Will this package support MKL or OpenBlas as backend to accelerate matrix inverse computing speed?
Thank for sharing this intresting packge. Is there any fft or SVD function in this package?
As proposed by mednik, to gaussian-eliminate `A|I_n` matrix (first part) instead of finding the adjoint.
It might be a good idea instead to return an error code.
So the code in GT is not working in a natively compiled app. Needs to be fixed
Should be added so that projects using GT could catch them all and wrap into their own