mathematical/web/index.html
erius e4e17953e2 Added append_row, append_column, append_row_zeroes and append_column_zeroes methods to math::matrix::Matrix + some tests
Minor index.scss styles changes
Added prototype implementation for MatrixComponent in web crate
2024-05-24 02:42:09 +03:00

11 lines
312 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Mathematical</title>
<link data-trunk rel="rust" />
<link data-trunk rel="scss" href="index.scss" />
<link data-trunk rel="icon" href="assets/favicon.ico" />
</head>
<body></body>
</html>