Commit Graph

6 Commits

Author SHA1 Message Date
35d94d5149
🔧 Update gitignore (#18)
Reviewed-on: #18
Co-authored-by: Julius Koskela <julius.koskela@unikie.com>
Co-committed-by: Julius Koskela <julius.koskela@unikie.com>
2024-01-06 00:14:25 +00:00
84e5cb256a
🚀 Finish basic types and refactor (#17)
- Finished basic API's for types Tensor, TensorIndex, TensorShape, TensorError.
- Make Axis a simple wrapper type used only for clarity.
- Add documentation and doctests.

Reviewed-on: #17
Co-authored-by: Julius Koskela <julius.koskela@unikie.com>
Co-committed-by: Julius Koskela <julius.koskela@unikie.com>
2024-01-06 00:11:30 +00:00
9b53301513
🔧 Tests and benchmarks (#16)
- Introduce benchmarks with Criterion
- Introduce separate tests context
- Small corrections to types

Reviewed-on: #16
Co-authored-by: Julius Koskela <julius.koskela@unikie.com>
Co-committed-by: Julius Koskela <julius.koskela@unikie.com>
2024-01-04 11:59:31 +00:00
eb1ca20158
🚀 Implement Tensor-type and basic methods (#15)
Basic implementation of the tensor-type.

- Basic implementations for the Tensor-type
- Documentation and doctests
- Various refactoring
- Small corrections to other types

Reviewed-on: #15
Co-authored-by: Julius Koskela <julius.koskela@unikie.com>
Co-committed-by: Julius Koskela <julius.koskela@unikie.com>
2024-01-03 21:52:53 +00:00
35da61c619
🔧 General Plumming (#1)
General plumming and types as well as weakly tested implemnentations.

Reviewed-on: #1
Co-authored-by: Julius Koskela <julius.koskela@unikie.com>
Co-committed-by: Julius Koskela <julius.koskela@unikie.com>
2024-01-02 19:20:10 +00:00
b17264ba18
🚀 WIP implementation of N-rank Tensor
Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
2023-12-26 01:47:13 +02:00