Skip to content

Commit cc1b3f4

Browse files
author
Ian
committed
Added derive for normalization method and version bump
1 parent 74b8ec5 commit cc1b3f4

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A Rust port of LAS2 from SVDLIBC"
44
keywords = ["svd"]
55
categories = ["algorithms", "data-structures", "mathematics", "science"]
66
name = "single-svdlib"
7-
version = "0.7.0"
7+
version = "0.8.0"
88
edition = "2021"
99
license-file = "SVDLIBC-LICENSE.txt"
1010

src/randomized/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ use rayon::prelude::{IndexedParallelIterator, IntoParallelIterator};
1111
use std::ops::Mul;
1212
use crate::utils::determine_chunk_size;
1313

14+
#[derive(Debug, Clone, Copy, PartialEq)]
1415
pub enum PowerIterationNormalizer {
1516
QR,
1617
LU,

0 commit comments

Comments
 (0)