GenericTensor icon indicating copy to clipboard operation
GenericTensor copied to clipboard

The only library allowing to create Tensors (matrices extension) with custom types

Results 11 GenericTensor issues
Sort by recently updated
recently updated
newest added

# 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...

Opinions wanted
proposal

There are 168 warnings generated on build currently, not cool

good first issue

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`).

proposal

# 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....

Opinions wanted
proposal

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.

proposal

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

proposal

Should be added so that projects using GT could catch them all and wrap into their own

proposal