Angular redistribution matrix method ==================================== .. _matrix: As described in the :ref:`overview `, the angular redistribution matrix method is used to couple the front and back surfaces and calculate reflection, absorption, transmission and absorption profiles through matrix multiplication. The key functions are :literal:`process_structure` and :literal:`calculate_RAT`. ################################### Individual function documentation: ################################### .. automodule:: rayflare.matrix_formalism.process_structure :members: :undoc-members: .. automodule:: rayflare.matrix_formalism.multiply_matrices :members: :undoc-members: .. automodule:: rayflare.matrix_formalism.ideal_cases :members: :undoc-members: