Skip to content

Commit

Permalink
Merge branch 'feature/v4_docs_review' into feature/version4
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsap committed Apr 11, 2022
2 parents ba215c4 + dba4f28 commit b27ba2c
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 b27ba2c

Please sign in to comment.