Documentation

  1. Getting started

  2. Operators
    1. Using operators
    2. Manipulating operators
    3. Creating a new operator
    4. Operator’s data type
    5. Operator’s flags
    6. Operator’s input and output shapes
    7. Operator’s input and output shape validation
    8. Class propagation
    9. Attribute propagation
    10. Operator’s unary rules
    11. Operator’s binary rules
    12. In-place and out-of-place operators
    13. The flag update_output
    14. Operator partition
    15. List of available operators
  3. Solvers
    1. Preconditioned Conjugate Gradient solver TBD
    2. Scipy solvers
  4. Iterative algorithms TBD
    1. Recursion order TBD
    2. Normal and abnormal stop conditions TBD
    3. Flowchart
    4. Buffer handling TBD
    5. Reusing the initial state TBD
    6. Interactivity TBD
    7. Output TBD
  5. Examples
    1. Data fusion
  6. MPI examples
    1. Using DistributionIdentityOperator
    2. Using DistributionGlobalOperator