Skip to content
Snippets Groups Projects
Commit 11cd8830 authored by Martin Larralde's avatar Martin Larralde
Browse files

Rename `matrix` module to `dense`

parent 6097e4e1
No related branches found
No related tags found
No related merge requests found
File moved
//! Fast position-weight matrices using sequence striping and SIMD.
mod abc;
mod matrix;
mod dense;
mod seq;
use super::abc::Alphabet;
use super::abc::InvalidSymbol;
use super::matrix::DenseMatrix;
use super::dense::DenseMatrix;
#[derive(Clone, Debug)]
pub struct EncodedSequence<A: Alphabet> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment