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
Currently our VectorSpace implementations have a _tensor_to_matrix that reshapes the snapshots into a matrix before, e.g., the orthogonalizer or SVD is hit. For consistent APIs, we propose that these reshapes should be performed within the orthogonalizer and SVD classes.
Currently our VectorSpace implementations have a _tensor_to_matrix that reshapes the snapshots into a matrix before, e.g., the orthogonalizer or SVD is hit. For consistent APIs, we propose that these reshapes should be performed within the orthogonalizer and SVD classes.
We will work on this after #70 is pulled in.
The text was updated successfully, but these errors were encountered: