Skip to content

Commit

Permalink
Merge pull request #49 from Marco-Congedo/dev
Browse files Browse the repository at this point in the history
v1.0.9
  • Loading branch information
Marco-Congedo authored Feb 25, 2020
2 parents 73bbfc2 + f6f2b10 commit 37bda0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Diagonalizations"
uuid = "9cd687f3-b62d-43f3-8fd3-ffcd9e581047"
authors = ["Marco-Congedo <[email protected]>"]
version = "0.1.8"
version = "0.1.9"

[deps]
CovarianceEstimation = "587fd27a-f159-11e8-2dae-1979310e6154"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
authors = ["Marco-Congedo <[email protected]>"]
version = "0.1.8"
version = "0.1.9"

[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand Down
2 changes: 1 addition & 1 deletion src/Diagonalizations.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Main Module of the Diagonalization.jl Package for Julia language
# v 0.1.8 - last update 25th of February 2020
# v 0.1.9 - last update 25th of February 2020

# MIT License
# Copyright (c) 2019, 2020
Expand Down
2 changes: 1 addition & 1 deletion src/ajd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ function ajd(𝐂::ℍVector;
eVar=eVarC, eVarMeth=eVarMeth,
threaded=threaded)
elseif algorithm==:JADEmax
U, V, λ, iter, conv=jade(𝐂;
U, V, λ, iter, conv=jademax(𝐂;
trace1=trace1,
w=w, preWhite=preWhite, sort=sort, init=init, tol=tol,
maxiter=maxiter, verbose=verbose, eVar=eVarC, eVarMeth=eVarMeth)
Expand Down

0 comments on commit 37bda0d

Please sign in to comment.