Coder Social home page Coder Social logo

unic0rn9k / slas Goto Github PK

View Code? Open in Web Editor NEW
34.0 1.0 1.0 689 KB

Static Linear Algebra System

Home Page: https://lib.rs/slas

License: Apache License 2.0

Rust 100.00%
linear-algebra linearalgebra blas blis vectors matrices rust linear-algebra-library high-performance blas-libraries

slas's Introduction


๐Ÿ‘‹ Hey there, I'm Aksel โ€“ a 21-year-old programmer with an insatiable curiosity for turning abstract problems into elegant solutions. I'm fresh out of high school, where I spent 3 years at Sukkertoppen HTX studying computer science. I love working with everything from machine learning models in Torch, to MPI and BLAS bindings in Rust.

Check out some of my favorite projects:

I hope you enjoyed learning a bit about me and my projects.

Feel free to connect with me on linkedin or drop me an email if you'd like to get in touch!

๐Ÿ“ฌ [email protected] | ๐Ÿ–‡๏ธ linkedin.com/in/unic0rn9k

slas's People

Contributors

deepsourcebot avatar lnicola avatar unic0rn9k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

lnicola

slas's Issues

Matrix::from([f32; 9]) not working.

use slas::matrix::*;
use slas::prelude::*;
use slas::traits;

fn main() {
    let m1 = Matrix::<i32, 3, 3>::from([1, 2, 3, 4, 5, 6, 7, 8, 9]);
}

With error:
Because std::traits is a private module

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.