Skip to content

Commit 79b0ac1

Browse files
author
Rahul Manavalan
committed
Update main
1 parent 2fdf358 commit 79b0ac1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/ModelOrderReduction.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ module ModelOrderReduction
33
include("Types.jl")
44
include("ErrorHandle.jl")
55
using LinearAlgebra
6-
include("DataReduction/PCA.jl")
6+
include("DataReduction/POD.jl")
77
include("DataReduction/DifussionMaps.jl")
88
include("DataReduction/VAE.jl")
99

10-
export PCA, reduce!, matricize
10+
export SVD, TSVD, RSVD
11+
export POD, reduce!, matricize
1112
#========================Model Reduction========================================#
1213

1314
#===============================================================================#

0 commit comments

Comments
 (0)