chore(meta): update name and metadata
This commit is contained in:
parent
3e66414009
commit
baf4264ea1
4 changed files with 8 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
mod types;
|
||||
pub mod types;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
use std::{fmt::Display, ops::Add, str::FromStr};
|
||||
|
||||
use super::matrix_err::{MatrixSetValueError, ParseMatrixError};
|
||||
/// Matrix
|
||||
/// A Matrix struct
|
||||
///
|
||||
///
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub struct Matrix {
|
||||
pub nrows: usize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue