You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a bug in buildSnapshotMatrix() where the files may not be sorted alphanumerically as they should because os.listdir() depends on how the user's directory is set be indexed.
This minor release includes automatic algorithm switching based on memory when calculating the reduced basis. SVD is more accurate and slightly faster, but has a higher memory footprint. When the snapshot matrix is very large, this is a problem, and so a typical eigenvalue decomposition is used.