Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/v4_docs_review' into fea…
Browse files Browse the repository at this point in the history
…ture/v4_docs_review
  • Loading branch information
mds2120 committed Apr 9, 2022
2 parents f7b03ba + dba4f28 commit 4c5e232
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ def __init__(
:param data: Raw data given as a list of matrices.
:param p: Number of independent p-planes of each Grassmann point.
Options:
:any:`int`: Integer specifying the number of p-planes
:any:`str`:
`"max"`: Set p equal to the maximum rank of all provided data matrices
:any:`int`: Integer specifying the number of p-planes
`"min"`: Set p equal to the minimum rank of all provided data matrices
:any:`str`:
`"max"`: Set p equal to the maximum rank of all provided data matrices
`"min"`: Set p equal to the minimum rank of all provided data matrices
:param tol: Tolerance on the SVD
"""
self.data = data
Expand Down

0 comments on commit 4c5e232

Please sign in to comment.