Skip to content

A high-performance C library for vector, matrix, and tensor operations, designed for integration with Python to build and optimise complex algorithms.

Notifications You must be signed in to change notification settings

seboll13/SublinearAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal work on Sublinear time algorithms

1. Short description

This is a personal project of mine on testing various sublinear time algorithms. It seems really vague at first glance, but it will make further sense during the development.

2. Note

Note that it will take a while before there are actually some functional sublinear runtime algos here. Before implementing such algorithms, there is a need for a clear structure. Nevertheless, each commit will clearly explain what changes have been made and when actual algorithms will be implemented.

3. Objectives

  • Setup a vector structure
  • Setup a matrix structure (inherit from vector)
  • Setup a tensor structure (inherit from matrix)
  • Setup helper functions for each above type
  • Implement test algorithms (probably in python)
  • Re-implement them in C
  • ... (new ideas to come)

About

A high-performance C library for vector, matrix, and tensor operations, designed for integration with Python to build and optimise complex algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published