rust_blas/matrix_vector/
mod.rs

1// Copyright 2014 Michael Yang. All rights reserved.
2// Use of this source code is governed by a MIT-style
3// license that can be found in the LICENSE file.
4
5//! Matrix-vector operations.
6
7pub mod ll;
8pub mod ops;