🚀 Implement Tensor-type and basic methods #15

Merged
julius merged 8 commits from core-types into master 2024-01-03 21:52:54 +00:00
Owner

Basic implementation of the tensor-type.

  • Tensor
    • Type definition
    • Getters and setters
    • Indexing
    • Serialization and deserialization
    • Initialization
    • From
    • Formatting
    • Documentation and doctests
Basic implementation of the tensor-type. - [x] Tensor - [x] Type definition - [x] Getters and setters - [x] Indexing - [x] Serialization and deserialization - [x] Initialization - [x] From - [x] Formatting - [x] Documentation and doctests
julius added the
v0.1.0
label 2024-01-03 16:35:46 +00:00
julius self-assigned this 2024-01-03 16:35:46 +00:00
julius added 3 commits 2024-01-03 16:35:46 +00:00
Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
julius added 1 commit 2024-01-03 19:29:57 +00:00
- Add documentation to all methods exposed by the Tensor type.
- Remove some tests and methods to simplify structure, some might be
  introduced back later.
- Add elementwise operations.
- Add doctests to Tensor.

Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
julius added 1 commit 2024-01-03 19:34:12 +00:00
Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
julius added 1 commit 2024-01-03 19:54:56 +00:00
Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
julius added 1 commit 2024-01-03 20:59:30 +00:00
Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
julius added 1 commit 2024-01-03 21:11:03 +00:00
Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
julius changed title from WIP: 🚀 Implement core types and trivial methods to 🚀 Implement Tensor-type and basic methods 2024-01-03 21:49:49 +00:00
julius added this to the v0.1.0 milestone 2024-01-03 21:51:06 +00:00
julius merged commit eb1ca20158 into master 2024-01-03 21:52:54 +00:00
julius deleted branch core-types 2024-01-03 21:52:54 +00:00
Sign in to join this conversation.
No reviewers
No Label
bug
epic
v0.1.0
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: julius/manifold#15
No description provided.