Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
documentation:language_reference:functions:orthonormalize [2022/09/23 15:22] Martin Brassdocumentation:language_reference:functions:orthonormalize [2023/07/31 15:09] (current) Sina Shokri
Line 10: Line 10:
   * second optional argument can be a lsit of options.   * second optional argument can be a lsit of options.
   * possible options are: (first option is standard)   * possible options are: (first option is standard)
-    * - "Method":         string value: "Lowdin", "GramSchimdt"+    * - "Method":         string value: "Lowdin", "GramSchmidt"
     * - "Order":          string value: "Row", "Column"     * - "Order":          string value: "Row", "Column"
     * - "SingularValue":  double: values equal or smaller than SingularValue are removed from basis     * - "SingularValue":  double: values equal or smaller than SingularValue are removed from basis
-    * - "KeepDimensions": boolean (remove singular vectors or add a zero vector to the basis)+    * - "ReduceDimension": boolean (remove singular vectors or add a zero vector to the basis)
  
  
Print/export