Skip to content

RandomNext/matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrix

Rust library that allows matrix operations.

Usage

let matrix = Matrix::new(
    vec![
        vec![13, 43, 24],
        vec![53, -1, 0],
    ]
);

At this moment, you cannot do anything else than printing it.

To Do List

  • add
  • multiplication (matrix)
  • multiplication (int)

About

Rust library that allows matrix operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages