Skip to content

Commit

Permalink
version upped
Browse files Browse the repository at this point in the history
  • Loading branch information
liborty committed May 14, 2024
1 parent 98df11d commit 38e6eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rstats"
version = "2.1.7"
version = "2.1.8"
authors = ["Libor Spacek"]
edition = "2021"
description = "Statistics, Information Measures, Data Analysis, Linear Algebra, Clifford Algebra, Machine Learning, Geometric Median, Matrix Decompositions, Mahalanobis Distance, Hulls, Multithreading.."
Expand Down
2 changes: 1 addition & 1 deletion src/triangmat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ impl TriangMat {
};
diagonal
}
/// Determinant of A = LL' is the square of the product of the diagonal elements
/// Determinant of A = LL' is the square of the product of the diagonal elements.
/// However, the diagonal elements squared are not the eigenvalues of A!
pub fn determinant(&self) -> f64 {
let mut next = 0_usize;
Expand Down

0 comments on commit 38e6eea

Please sign in to comment.