Skip to content

Commit

Permalink
Merge pull request #123 from Marco-Congedo/dev
Browse files Browse the repository at this point in the history
v0.4.4
  • Loading branch information
Marco-Congedo authored Jan 1, 2020
2 parents 63d6bcc + de3822b commit 1921c7e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PosDefManifold"
uuid = "f45a3650-5c51-11e9-1e9a-133aa5e309cf"
authors = ["Marco Congedo <[email protected]>"]
version = "0.4.3"
version = "0.4.4"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
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.4.3"
version = "0.4.4"

[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand Down
6 changes: 3 additions & 3 deletions docs/src/MainModule.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ To see the list of metrics in type `Metric` use:
`𝕄Vector=Vector{𝕄}`

This is a vector of general `Matrix` matrices, alias of `MatrixVector`.
Julia sees is at: `Array{Array{T,2} where T,1}`.See [aliases](@ref) for the 𝕄 symbol and [typecasting matrices](@ref) for the use of matrices in **PosDefManifold**.
Julia sees it as: `Array{Array{T,2} where T,1}`. See [aliases](@ref) for the 𝕄 symbol and [typecasting matrices](@ref) for the use of matrices in **PosDefManifold**.

!!! warning "Nota bene"
This object is meant to hold matrices living in the same manifold,
Expand Down Expand Up @@ -129,7 +129,7 @@ To see the list of metrics in type `Metric` use:
`𝔻Vector=Vector{𝔻}`

This is a vector of `Diagonal` matrices, alias of `DiagonalVector`.
Julia sees is at: `Array{Diagonal,1}`.See [aliases](@ref) for the 𝔻 symbol and [typecasting matrices](@ref) for the use of Diagonal matrices in **PosDefManifold**.
Julia sees it as: `Array{Diagonal,1}`. See [aliases](@ref) for the 𝔻 symbol and [typecasting matrices](@ref) for the use of Diagonal matrices in **PosDefManifold**.

!!! warning "Nota bene"
This object is meant to hold matrices living in the same manifold,
Expand Down Expand Up @@ -157,7 +157,7 @@ To see the list of metrics in type `Metric` use:
`𝕃Vector=Vector{𝕃}`

This is a vector of `LowerTriangular` matrices, alias of `LowerTriangularVector`.
Julia sees is at: `Array{LowerTriangular,1}`.See [aliases](@ref) for the 𝕃 symbol and [typecasting matrices](@ref) for the use of LowerTriangular matrices in **PosDefManifold**.
Julia sees it as: `Array{LowerTriangular,1}`. See [aliases](@ref) for the 𝕃 symbol and [typecasting matrices](@ref) for the use of LowerTriangular matrices in **PosDefManifold**.

!!! warning "Nota bene"
This object is meant to hold matrices living in the same manifold,
Expand Down
2 changes: 1 addition & 1 deletion src/PosDefManifold.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Main Module of the PosDefManifold Package for julia language
# v0.4.3 last update 22th of December 2019
# v0.4.4 last update 1st of December 2020

# MIT License
# Copyright (c) 2019, Marco Congedo, CNRS, Grenobe, France:
Expand Down

0 comments on commit 1921c7e

Please sign in to comment.