lemonmath 0.1.4

A math library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// use crate::vectors::Vector;

// pub struct Matrix<T> {
//     content: Vec<Vector<T>>
// }

// impl<T> Matrix<T> {
//     pub fn new(content: Vec<Vector<T>>) -> Self {
//         return Matrix {
//             content
//         }
//     }


// }