No description
Find a file
erius 881236c725 Generic type T for Matrix and SquareMatrix is now bound by the trait Copy instead of Clone
Removed all explicit calls to clone and slightly modified matrix operations (due to the change mentioned above)
Added methods remove_row, remove_column, remove_last_row and remove_last_column + tests
Minor SquareMatrix refactor
Added matrix style in index.scss and removed html selector
Implemented "Add row" and "Add column" buttons for yew matrix component
2024-05-24 17:18:52 +03:00
.vscode Implemented row, column, column_iter and column_iters methods, added more tests 2024-05-23 02:15:53 +03:00
math Generic type T for Matrix and SquareMatrix is now bound by the trait Copy instead of Clone 2024-05-24 17:18:52 +03:00
web Generic type T for Matrix and SquareMatrix is now bound by the trait Copy instead of Clone 2024-05-24 17:18:52 +03:00
.gitignore Added favicon and styles index.scss files, updated .gitignore 2024-05-23 21:48:17 +03:00
Cargo.lock Added favicon and styles index.scss files, updated .gitignore 2024-05-23 21:48:17 +03:00
Cargo.toml Added crate web with sample yew code, added trunk config file 2024-05-23 11:43:49 +03:00
Trunk.toml Added crate web with sample yew code, added trunk config file 2024-05-23 11:43:49 +03:00